*{margin: 0; padding: 0;}


/* ... BODY ... */

body {
	background: #FDB728 url('images/hintergrund.jpg') repeat-x;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #333333;
		
}

td {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #000000;
	
}

#main {
	margin: 0 auto;
	padding: 0;
	
}
	
#header { background: url('images/logo_neu.png') no-repeat;
	height: 230px;
	margin: 0 auto; }
	
* html #header {
	background-image: url('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/logo_neu.png')
}

#maincontent {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	
}

#textarea {
	width: 650px;
	margin: 0px 80px 0px 217px;
	padding: 10px 20px 10px 20px;
	color: #000;
	text-align: left;
	font-size: 12px;
	
}

#textarea a{
	color: #006BB7;
	
}

#textarea a:hover{
	background: #006BB7;
	color: #ffc20d;
	
}

#textarea h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}

#textarea h2 {
	font-size: 12px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	
}

#side_nav {
	width: 170px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	clear: both;
	font-size: 10px;
	
}

#side_nav h1 {
	font-size: 12px;
	color: #006BB7;
	font-weight: bold;
	padding: 3px;
	border-bottom: 2px solid #006BB7;
	line-height: 20px;
	
}

#side_nav h2 {
	font-size: 10px;
	color: #006bb7;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #006BB7;
	order-top: 1px dashed #006bb7;
	line-height: 20px;
	
}
	
#side_nav ul {
	margin: 0;
	padding: 0;
	
}

#side_nav li {
	list-style: none;
	padding: 0;
	
}

#side_nav a {
	color: #000000;
	display: block;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	
}

#side_nav a:hover {
	background: #006BB7;
	color: #ffc20d;
	text-decoration: none;
	
}

#side_nav #active a {
	text-decoration: underline;
		
}
	
#navi_bottom {
	height: 20px;
	line-height: 20px;
	width: 191px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 10px;
	float: left;
	border-right: 3px solid #000000;
	
}

#navi_bottom ul {
	margin: 0;
	padding-right: 10px;
		
}

#navi_bottom li {
	list-style: none;
	display: inline;
	padding: 0;
	
}

#navi_bottom a {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0;
	text-decoration: none;	
	line-height: 20px;
	height: 20px;	
	font-size: 10px;
	float: left;
	color: #000000;
	
}

#navi_bottom a:hover {
	color: #888888;
	
}	

#footer {
	color: #000000;
	height: 25px;
	text-align: center;
	line-height: 25px;
	clear: both;
	
}

#footer a {
	color: #000000;
	
}

#footer a:hover {
	background: #006BB7;
	color: #ffc20d;
	
}