body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
}
a.home {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFC265;
}
a.home:hover {
	border: 1px solid #004385;
}
.menue {
	font-size: 12px;
	color: #004385;
	text-decoration:none;
}
.menue:hover {
	font-size: 12px;
	color: #004385;
	text-decoration:none;
	font-weight:bold;
}
a.navi
{
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight: normal;
	text-decoration: none;
}
a.navi:hover
{
	color: #FFC265;
	text-decoration: underline;
}
.bild_rechts{
	border-spacing: inherit;
	border: 1px dotted #004385;
	width: 200px;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	float: right;
}
.bild_links{
	border-spacing: inherit;
	border: 1px dotted #004385;
	width: 200px;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.bild_klein_width {
	width: 100px;
	text-align: center;
	vertical-align: text-top;
	padding: 5px;
	border: 1px dotted #004385;
}
.bild_klein_height {
	height: 140px;
	text-align: center;
	vertical-align: text-top;
	padding: 5px;
	border: 1px dotted #004385;
}
.trennlinie_vertikal_rechts { 
	background-repeat:repeat-y;
	background-image:url(../img/gelb.gif);
	background-position:right;
}
.trennlinie_vertikal_links { 
	background-repeat:repeat-y;
	background-image:url(../img/gelb.gif);
	background-position:left;
}
.trennlinie_horizontal {
	background-repeat:repeat-x;
	background-image:url(../img/gelb.gif);
}
.linie_horizontal_blau {
	background-repeat:repeat-x;
	background-image:url(../img/dunkelblau.gif);
	background-position: center;
	margin-left: 20px;
}
.ueberschrift {
	font-size: 16px;
	color: #004385;
	font-weight: bold;
}
.text_dunkel {
	font-size: 12px;
	color: #004385;
}
.text_hell {
	font-size: 12px;
	color: #0182AC;
}
.ueberschrift_klein {
	color: #0182AC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div#wrapper{
	width: 730px;
	margin: 11px auto;
	text-align: left;
}
div#header{
	margin: 15px 0 0;
	width: 768px;
	hight: 222px;
	height: 206px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
div#navi{
	width: 690px;
	background-color:#0182AC;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
div#content{
	width: 730px;
	background-color:#FFFFFF;
	height: 100%;
	text-align:left;
	border-right: 1px solid #004385;
	border-bottom: 1px solid #004385;
	border-left: 1px solid #004385;
}
div#detail {
	float: right;
	width: 70%;
	height: 100%;
	text-align:left;
	background-image: url(../img/balken.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#menue {
	float: left;
	background-color:#FFFFFF;
	width: 30%;
	height: 100%;
	text-align:left;
}
.clear{
	clear: both;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
