﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image: url('../images/cms/h_2x2.png');
	background-repeat: repeat;
	margin-top: 10px;
}
		
#wrapper 
{ 
	width:810px; 
	/* 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 2px #fff;
	border-right:solid 2px #fff;
	border-bottom:solid 1px #fff;
}

#navBar 
{
	height:22px;
	background-color:#fff;
	text-align: right;
}


#balken
{
	background-color:#E70000;
	height:12px;	
}

#logo
{
	background:  #fff;
	padding-bottom: 20px;
}

#logoPrint
{
	display: none;
}



#outer 
{
	width: auto;
	border-left-style:solid;
	border-left-width:192px;
	border-left-color:#FCB887;
}
		
#inner 
{
	margin:0;
	width:100%;
	background:#fff;
}
		
#left 
{
	width: 192px;
	margin-left: -192px;
	float:left;
	position:relative;
	z-index: 1;
	margin-right:1px;
	background:#FCB887;
}
	
#navigation 
{
	width: 192px;
	margin-bottom: 5px;
	margin-top: 25px;
}

#newsBody
{
	width: 190px;
	border: 1px solid #E70000;
	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:#E70000;
width:810px;
height:15px;
}

#footerLeft
{
	width: 192px;
	float: left;
}

#footerRight
{
    width: auto;
    text-align: center;
}



