@charset "UTF-8";
/* CSS Document */
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:12px;
}
html, body {
	background-color:#FFF;
	margin:0;
	padding:0;
	text-align:center;
}
#page {
	margin:0 auto;
	width:720px;
	text-align:left;
}
#top {
	text-align:right;
	font-size:11px;
	color:#666;
	width: 200px;
	margin: 5px 0 0 500px;
}
#top a:link, #top a:visited {
	font-size:10px;
	color:#666;
	text-decoration:none;
}
#top a:hover, #top a:active, #top a:focus {
	text-decoration:underline;
}
#left {
	float:left;
	width: 200px;
	margin: 10px 0 0 0;
}
#menu {
	padding: 10px 0 0 0;
	vertical-align:center;
	height:186px;
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
}
#menu a:link, #menu a:visited {
	height:20px;
	padding: 0 0 0 35px;
	display:block;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
#menu a:hover, #menu a:active, #menu a:focus {
	font-weight:bold;
}
#sidebar {
	
}
#main {
	width:500px;
	margin:10px 0 0 205px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#036;
}
h2 {

}
h3 {
	text-align:center;
	font-size:9px;
	color:#999;
	font-weight:bold;
}
span.grau {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#999;
}
table tr th {
	text-align:left;
}
#header {
	margin:0;
	padding:0;
}
#text {
	margin: 15px 0;
}
#maintext {
}
