﻿body 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image: url(h_streifen_04.gif);
	background-repeat: repeat-y;
}
		
#wrapper 
{ 
	width:800px; 
	/* So würde es über die ganze Breite gehen
	min-width:500px;
	width:100%;*/
	text-align:left;																																								
	margin:0 auto;																				
	padding:0;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-right:solid 1px #aaa;
	background:#fff;
	background-image: url(Hin_800.png);
}   
		   
#outer 
{
	width: auto;
	border-left-style:solid;
	border-left-width:200px;
	border-left-color:transparent;
}
		
#inner 
{
	margin:0;
	width:100%;
}
		
#left 
{
	width: 200px;
	margin-left: -200px;
	float:left;
	position:relative;
	z-index: 1;
	margin-right:1px;
}
		
#navigation 
{
	width: 200px;
	margin-top: 100px; 
}

#newsBody
{
	width: 198px;
	border: 1px solid #87888a;
	background:#fff;
}
		
#center 
{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	margin:0 -4px 0 -1px;
}
		
#header
{
	margin:0 0 25px 0;
	background:#e1e1e1;
}
		
#headerLeft
{
	/*width: auto;*/
	width: 100px;
	float: left;
	text-align: left;
}

#headerRight
{
	/*width: 360px;*/
	width: auto;
	margin-left: 85px;
	text-align: left;
	overflow: visible;	/* Text wird nicht abgeschnitten, wenn vom Benutzer stark vergößert */
	/*border-bottom:3px solid #458a8a;
	border-top:1px solid #458a8a;*/
	padding-top: 10px;
}

#navBar
{
	text-align: right;
	margin:0 0 35px 0;
}

#borderTop, #borderBottom
{
	background:#e1007a;
}

#borderTop p
{
	font-size: 0.8em;
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 4px 84px; 
}

.clear 
{
	clear: both;
}

#outer > #inner 
{
	border-bottom:1px solid transparent;
}

#service
{
	margin-top: 20px;
	text-align: center;
}

#footer
{
	border-top:3px solid #87888a;
	border-bottom:3px solid #87888a;
	padding: 5px 0 5px 0;
	margin: 20px 10px 10px 20px;
}

#sitemap 
{
	width: 570px;
	margin-left: 20px;
	border-top:10px #fff solid;
	border-bottom:20px #fff solid;
	background:#fff;
}



