body{
	margin:0;
	padding:0;
	color:#333;
	font-size: 0,95em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
	}

#wrapper {
	width: 704px;
	height:100%;
	margin:auto;
	text-align:left;
}

a,
a:link,
a:visited {
	outline-style: none;
	color: #336;
	background:inherit;
	text-decoration:underline;
}

a:hover {
	outline-style: none;
	color: #336;
	background:inherit;
	text-decoration:none;
}

#top{
	margin:0;
	padding:0;
	height: 82px;
	}
	
	#top .logo{
		float:left;
		width:240px;
		height: 82px;
		}
		
	.logo .link_logo img {
		border: none;
		}

	#top .meta{
		float:left;
		width:285px;
		text-align:right;
		}
	
	#top .suche{
		float:left;
		width:165px;
		text-align:right;
		}
		
		#top .suche form{
			border: none;
			padding:0;
			margin:0;
			position:relative; left:14px; top:32px;
			}
		/* a hack so that IE6 faulty box model is corrected */
		* html #top .suche form  {top:33px;}
		
		#top .suche input#search {
			width: 105px;
			height: 15px;
			border: 1px solid #7A83AE;
			color: #7A83AE;
			font-size:0.65em;
			padding:3px 0 0 3px;
			}
		/* a hack so that IE6 faulty box model is corrected */
		* html #top .suche input#search  {height: 19px; padding:3px 0 0 0; }
			
		#top .suche input.searchimage{
			position:relative;
			top: 5px;
			}
.menu {
	width:704px; 
	height:31px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	}


	
#header{
	height:168px;
	margin:8px 0 8px 0;
	padding:0;
   }

#header img {
	margin:0;
	padding:0;
	}

#textlinks a,
#textlinks a:link,
#textlinks a:visited,
#textlinks_service a,
#textlinks_service a:link,
#textlinks_service a:visited,
#textrechts a,
#textrechts a:link,
#textrechts a:visited {
	color: #333;
	background:inherit;
	text-decoration:underline;
}

#textlinks a:hover,
#textlinks_service a:hover,
#textrechts a:hover {
	color: #333;
	background:inherit;
	text-decoration:none;
}

#textlinks{
	float:left;
	width: 516px;
	padding:0 10px;
	margin:0 0 2px 0;
	font-size: 0.85em;
	line-height:1.4em; 
	}

/* yet another hack for IE5.5 */
* html #textlinks {width:536px;w\idth:516px; margin-bottom:0;}

#textlinks_service{
	float:left;
	width: 516px;
	padding: 0 178px 20px 10px;
	margin:0 0 2px 0;
	font-size: 0.85em;
	line-height:1.4em; 
	background:#fff url(bg_service.gif) top left repeat-y;
	display:block;
	}

/* yet another hack for IE5.5 */
* html #textlinks_service {width:516px;w\idth:516px;}

#breadcrumb {
	padding:5px 0 0 0;
	height: 20px;
	font-size: 0.9em;
	color: #666;

}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #666;

	text-decoration:none;
}

#breadcrumb a:hover {
	color: #666;
	background:inherit;
	text-decoration:underline;
}

#textrechts{
	float:left;
	width:168px;
	margin:0;
	padding:0;
	font-size: 0.85em;
	line-height:1.2em;
	text-align:right;
}

#news{
	clear:left;
	margin:0px 0 2px 0;
	padding:0;
}

* html body #news { margin:-6px 0 2px 0; } /* IE 6 / 5.5 Hack */
*+html body #news { margin:-8px 0 2px 0; } /* IE 7 Hack */

#news_temp{
	clear:left;
	position:relative;
	top: 10px;
	margin:0px 0 2px 0;
	padding:0;
	width: 50%;
}

* html body #news_temp { margin:-6px 6px 2px 0; clear:none; float:left; width: 51%;} /* IE 6 / 5.5 Hack */
*+html body #news_temp { margin:-8px 0 2px 0; clear:none; float:left;} /* IE 7 Hack */

#footer{
	margin:0;
	padding: 0 0 8px 0;
	height: 27px;
	clear:left;
	background:#fff url(footer_bg.gif) top left repeat-x;
}

#footer a,
#footer a:link,
#footer a:visited {
	font-size: 1.1em;
	font-weight:normal;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	text-transform: uppercase;
	color: #fff;
	background:inherit;
	text-decoration:none;
}

#footer a:hover {
	color: #eee;
	background:inherit;
	text-decoration:none;
	
}	
	
#footer p{
	margin:0;
	padding:0;
	font:bold 11px "Trebuchet MS", Verdana, sans-serif, sans-serif;
	}
	
#footer .left{
	float:left;
	padding:3px 0 0 10px;
	width:200px;
	}
	
#footer .right{
	padding:3px 10px 0 0;
	margin-left:215px;
	text-align:right;
	font-size: 0.75em;
	font-weight:normal;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	text-transform: uppercase;
	color: #fff;
	background:inherit;
	}
	
#footer .bottom{
	clear:both;
	height: 36px;
	}   