@charset "utf-8";
/* Formatierung */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333333;
}

a:link {
	color: #FF0000;
	font-weight:bold;
	}
a:hover {
	color: #333333;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #999999;
}
h1{
	color:#333333;
	font-weight:bold;
	font-size: 1em;
}
h3{
	color:#666666;
	font-weight:200;
	font-size:10px;
}

.toptd{
	background-color:#C5DFF6;
	font-weight:bold;
	color:#000000;
}
.textfelder{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.menufont{
	color:#000000;
	text-align:center;	
}

.markierung{
	background-color:#C5DFF6;
}
.tdaktuell{
	background-color:#C5DFF6;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

#quicklinks{
	text-align:center;
}
#feldmargin{
	margin: 2px 0px 5px 0px;
}


/* Seitenstruktur */
#content_liste {
	width: 820px;
	height: auto;
	margin:0px auto 0px auto;
}
#content{
	width: 760px;
	height: auto;
	margin:0px auto 0px auto;
}

#logo{
	height:68px;
	width: 204px;
	float:left;
}

#topmenu{
	height: 68px;
	width: auto;
	/* Menu Textformatierung */
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#headerimg{
	height: auto;
	width: 100%;
}

#left_box{
	margin:0;
	width: 250px;
	height: auto;
	padding: 10px;
	float: left;
}
#right_box{
	margin:0;
	padding: 10px;
	width: 470px;
	padding: 10px;
	float:right;
}
#middle_box{
	margin:0;
	width:auto;
	height:auto;
	padding: 10px;
}
/* Liste - Suchformular */
#left_box_liste{
	position:fixed;
	padding-top:0px;
	margin:0;
	width: 250px;
	height: auto;
	padding: 10px;
	float: left;
}
#button{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}


.trennlinie {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}


#cleaner{
	clear:both;
	height:1px;
}
