@charset "UTF-8";
/* CSS Document */


* {margin:0px; padding:0px;}
img {border: 0px;}

html {font-size: 75%; /*Für IE eine relativ definierte Basisschriftgröße in %*/
         height:  100%; /*Für die vertikale Zentrierung der Seite*/
}
html>body {font-size: 12px;}/*Für standardkonforme Browser*/
body {
	height:100%; /*Für die vertikale Zentrierung der Seite*/
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center; /*Zentrierung des wrap f. IExplorer 6 und darunter*/
	color:#4c575f; /*graue Farbe f. Text*/
	/*das ist der gelb schattierte Hintergrund; bei einer Bildschirmauflösung von über 1.024px in der Höhe wird hellgelb fortgesetzt*/
	background-color: #f4f0d3;
	background-image: url(Bilder/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
h1 {font-size: 16px; line-height:22px;}
h2 {font-size: 14px; line-height:20px;}
h3 {font-size: 12px; line-height:18px;}
h1, h2, h3 {
	margin: 0px 5px 18px 0px;
}
h1, h2 {
	font-weight: lighter;
}
p {
	line-height: 18px;
	margin: 18px 5px 18px 0px;
}
#left h1,h2,h3,p{
	margin-left: 40px;
}
#wrap {
	width: 766px;
	height: 580px;
	text-align:left;
}
#header,#navigation,#content,#schatten_quer {
	width: 766px;
}
#header {
	height: 30px;
	background-image: url(Bilder/schatten_header.png);
}
/*Verwendet beim IE6 ein gif statt png*/
* html #header {
	background-image: url(Bilder/schatten_header.gif);
}
ul {
	list-style-type: none;
}
/*Verstecke die Link-Zeile im header*/
#ielt7 {
	background-image: url(Bilder/schatten_mitte.gif);
	background-repeat: repeat-y;
	visibility: hidden;
	}
#navigation {
	height: 69px;
	background-image: url(Bilder/schatten_mitte.png);
	background-repeat: repeat-y;
}
* html #navigation {
	background-image: url(Bilder/schatten_mitte.gif);
	background-repeat: repeat-y;
} 
#navigation li {
	float: left;
	height: 69px;/*Damit kein Zwischenraum zw. navigation u. content entsteht*/
}
#content {
	clear:left;
	height:419px;
	background-image: url(Bilder/schatten_mitte.png);
	background-repeat: repeat-y;
}
* html #content {
	background-image: url(Bilder/schatten_mitte.gif);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 471px;
	margin-top: -10px;
}
* html #left {
	margin-top: 0px;
}
#sidebar {
	float:right;
	height: 419px;
	width: 275px;
}
#footer {
	clear:both;
	height: 40px;
	width: 766px;
	font-size: 10px;
	padding-left: 40px;
	background-image: url(Bilder/schatten_mitte.png);
	background-repeat: repeat-y;
}
* html #footer {
	background-image: url(Bilder/schatten_mitte.gif);
	background-repeat: repeat-y;
}
#footer a,#sidebar a {
	text-decoration:none;
	color:#4c575f;
}
#schatten_quer {
	float:left;
}

.small {
font-size: 11px;
line-height: 15px;
}



