@charset "utf-8";
* {
margin: 0;
}


body {
	background-color: #d5d5d5;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-image: url(gfx/bg_body.jpg);
	background-repeat: repeat-x;
	
    }
	
body, td {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 950px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(gfx/bg_container.jpg);
	height: 600px;
    }
#werbung p, ul, li{
	margin: 5px;
}

#mainleft {
	width: 260px;
	float: left;
	height: 580px;
    }
#mainleft #datum {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #4B6985;
	position: relative;
	left: 120px;
	top: 15px;
	width: 170px;
	height: 20px;
}
#mainleft #foto {
	height: 120px;
	width: 190px;
	border: 1px solid #FFFFFF;
	position: relative;
	left: 95px;
	top: 40px;
}

#mainleft #menu {
	width: 160px;
	position: relative;
	left: 130px;
	top: 160px;

}
#mainleft #menu a {
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 155px;
	border: 1px solid #4B6985;
	margin-bottom: 5px;
	line-height: 20px;
	text-decoration: none;
	text-indent: 40px;
	background-image: url(gfx/button.jpg);
	background-repeat: repeat-y;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#mainleft #menu a:hover {

	background-image: url(gfx/button_over.jpg);
	background-repeat: repeat-y;
}

#mainright {

}

#mainright_alt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}

#mainright #header {
	height: 120px;
	width: 650px;
}
#mainright #header #banner {
	height: 65px;
	width: 600px;
	position: relative;
	left: 10px;
	top: 37px;
}

#mainright #header #menu {
	position: relative;
	left: 170px;
	top: 35px;
	width: 300px;
}

#mainright #header #menu a {
	font-weight: bold;
	color: #4B6985;
	text-decoration: none;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
}

#mainright #header #menu a:hover {
	color: #ffffff;
}

#mainright #content {
	padding-top: 10px;
}
#schuette_logo {
	position: relative;
	left: 450px;
	top: 0px;
}

