﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image: url('../images/cms/h_2x2.png');
	background-repeat: repeat;
	margin-top: 0;
}
		
#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-right:solid 1px #fff;
	/*border-top:solid 1px #fff;
	border-bottom:solid 1px #aaa;*/
}

#navBar 
{
	background-image:url('../images/cms/balken_gelb.png');
	background-repeat:no-repeat;
	height:26px;
	background-color:#fff;
}

#navLinks
{
	padding-top: 3px;
}

#header
{
	background-color:#B10101;
	height:107px;
}

#headerLeft
{
 	float:left;
 	width:640px;
}

#headerRight
{

}

#logo
{
margin-left:640px;
padding-top:10px
}

#outer 
{
	width: auto;
	border-left-style:solid;
	border-left-width:202px;
	border-left-color:#C4CCD5;
	/*border-left-color:transparent;
	background:#C4CCD5;*/
}
		
#inner 
{
	/*position: static;*/
	margin:0;
	width:100%;
	background:#fff;
}
		
#left 
{
	/*left: 0px; top: 0px; width: 202px*/
	width: 202px;
	margin-left: -202px;
	float:left;
	position:relative;
	z-index: 1;
	margin-right:1px;
	margin-top:23px;
	background:#C4CCD5;
}
	
#navigation 
{
	width: 200px;
	margin-bottom: 5px;
	margin-top: -18px;
	/* margin-left: 10px; */
	/*border-top:20px #e1e1e1 solid;
	border-bottom:20px #e1e1e1 solid;
	background:#550022;*/
}

#newsBody
{
	width: 200px;
	border: 1px solid #FFB30F;
	background:#fff;

}
		
#center 
{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	margin:0 0 0 -1px;
	/*margin:0 -4px 0 -1px;*/
}

		
.clear 
{
	clear: both;
}

#outer > #inner 
{
	border-bottom:1px solid transparent;
}

#footer
{
background-color:#B10101
}

#footerLeft
{
	width: 202px;
	float: left;
}

#footerRight
{
    width: auto;
    text-align: center;
    overflow: visible;	/* Text wird nicht abgeschnitten, wenn vom Benutzer stark vergößert */
}



