﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#container {
	width: 900px;
	height:150px;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	background-color: #000000;
}
#masthead {
	width: 900px;
	height:150px;
	text-align: center;
	background-color: #000000;
	background-image: url('../images/logo vocalito rot.gif');
	background-position:center;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 700px;
	padding: 0px;
	top: 14px;
	background-color: #fff;
}
html>body #column_l {
	width: 700px;
	min-height: 600px;
	padding: 0 0px 0 0px;
	background-color: #000000;
}
#column_r {
	width: 200px;
	padding: 0px;
	top: 14px;
	background-color: #fff;
}
html>body #column_r {
	width: 175px;
	left: 15px;
	min-height:inherit;
	background-color: #000000;
}
#content {
	background-color: #fff;
	padding:0;
}
#sidebar {
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #808080;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
	width: 100px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Rechte Spalte */

/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #ffffff;
}
h2 {
	font-size: x-large;
	color: #ffffff;
	background-color: #000000;
}
h3 {
	font-size: large;
	color: #FFFFFF;
}
h4 {
	font-size: medium;
	color: #FFFFFF;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #FFFFFF;
	padding-right: 0px;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Hyperlinks */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}