/* CSS Document */

body {
	background-color: #7D7D7D;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight:normal;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px dotted #000000;
	padding-top: 10px;
}

a {
	color: #000000;
}

#Blatt {
	width: 950px;
	background-image:url(../img/blatt_hg.gif);
	margin-left:auto;
	margin-right:auto;
}

#Layout {
	width: 100%;
	border-collapse: collapse;
}

#Logo {
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
#Logo a {
	color: #AAAAAA;
	text-decoration: none;
	display: block;
	width: 180px;
}
#Logo a:hover {
	color: #FFFFFF;
}

#Oben {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	border-bottom: 3px dotted #000000;
	padding: 10px 10px 0 10px;
}

#Links {
padding: 10px;
}

#Rechts {
padding: 10px;
width:230px;
float:right;
}

#Inhalt {
padding: 10px;
margin-right:250px;
}

#Menu {
	color: #AAAAAA;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	list-style-type: none;
	padding: 10px;
	margin: 0;
}
#Menu li, #Menu div {
	padding: 0;
	margin: 0;
}
#Menu li {
	/*border: 1px solid red;*/
}
#Menu a {
	color: #AAAAAA;
	text-decoration: none;
	display: block;
	width: 180px;
}
#Menu a:hover {
color: #FFFFFF;
}
