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

body {
	background:#ffffff;
	margin:0px 0px 0px 0px;
}

#inhalt{
	background-color:#ffffff;
	width:550px;
	min-height:600px;
	margin-left:204px;
	padding: 10px 10px 10px 10px;
	position:absolute;
	left: 0px;
	top: 167px;
	border-left:3px solid #555555;
}

#logo{
	background-image:url(images/Kopfzeile.gif);
	padding:0px;
	width:1000px;
	height:167px;
	margin-left:0px;
	margin-top:0px;
	clear:both;
}

#menu ul{
	list-style:none;
	width:150px;
	margin-top:20px;
	padding-left:20px;
}

#menu li{
	text-align:left;
	background-color:#ffffff;
	margin-top:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	height:16px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-color:#eeeeee;
	border-style:none;
	border-width:1px;
}

#menu a{
	text-align:left;
	color:#000000;
	text-decoration:none;
}

#menu .menuactive li {
	font-weight:bolder;
	border-left:2px solid #e71818;
	border-bottom:2px solid #e71818;
	padding-top:2px;
	padding-bottom:0px;
}

#menu li:hover {
	font-weight:bolder;
	border-left:2px solid #e71818;
	border-bottom:2px solid #e71818;
	padding-top:2px;
	padding-bottom:0px;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 5px 5px 5px;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	padding: 5px 5px 5px 5px;
}

.titel {
	font-family: Arial, Helvetica;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-style:normal;	
}

.subtitel {
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	clear:both;
}

.subtitel2 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}


.text {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	clear:both;
}

.text a{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000066;
	text-decoration: underline;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
}

.text a:visited{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000066;
	text-decoration: underline;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
}

.text a:hover {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

table.liste{
	font-size:16px;
	margin-top:35px;
}

.adresse {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
	clear:both;
}

.adresse a,a:hover,a:visited{
	color: #666666;
	text-decoration: underline;
}

