body {
		margin:0;
		padding:0;
		background-color:#FFF;
		color:#000;
		min-width:750px;
	}
td, tr{
	vertical-align: top;
}	
	
	div#container {
		border: 1px solid #B6BDC0;
		margin:0 auto;
		width:750px;
	}
	#banner {
		background-image: url(gfx/banner_bg_mitte.jpg);
		background-color: #A6A19A;
		padding: 0px;
		margin-bottom: 10px;
		height: 100px;
	}
	#content {
		background-color:#B6BDC0;
		width:587px;
		margin-left:160px;
	}
	div#container > #content {
		width:590px;
	
	}
	#sidebar-a {
		/*background-color:#c4bfb6;*/
		float:left;
		width:150px;
	}
#list-menu {
	width: 147px;
	margin: 0px;
	
	/*background-color: #c4bfb6;*/
	
	}		

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.8em;
	}

#list-menu li {
margin-left: 10px;
margin-top: 10px;
}

#list-menu a {
display: block;
width:112px;
padding: 2px 2px 2px 10px;
border: 1px solid #A6A19A;
background: #B6BDC0;
text-decoration: none;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #666;
}

#list-menu a:hover{
border: 1px solid #000000;
background: #C7D8E5;
color: #1C3454;
}

#mainbox{
	width: 587px;
	margin: 0px;
	background-color: #B6BDC0;
}	
	
	
	#footer {
		background-color:#cc9;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
	}
#textbox{
	margin: 9px 10px 10px 10px;
	border: 1px solid #aaaeb1;
	/*background: #FBFBFF;*/
	padding: 10px 0px 10px 10px;
}
#textbox p{
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.8em;
}
#textbox h1{
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.9em;
	color: #fdfdfd;
	font-style: bold;
	border-bottom: 1px solid #aaaeb1;
}
.list ul{
	list-style-type: square;
}
.list{
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.8em;
	color: #fdfdfd;
}
.topic{
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.8em;
	color: #666666;
}
.fact{
	font-family: 'Trebuchet MS', verdana, arial, sanf-serif;
	font-size: 0.8em;
	color: #666666;
}

.fact a:link { color : #193A9A; text-decoration : none; }
.fact a:visited { color : #193A9A; text-decoration : none;}
.fact a:hover { color : #B30707; text-decoration : underline; }
.fact a:active { color : #193A9A; }


input,textarea{
background-color:#EDE7DC;
border:1px solid #A6A19A;
color:#666;
font-family:"Trebuchet MS",Verdana,sans-serif;
font-size:0.8em;
}
.submitbutton{
	background-color: #AAAeB1;
	font-weight: bold;
	font-size:14px;
	color: #F6F8FF;
}