﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image: url('../images/h_2x2.png');
	background-repeat: repeat;
	background-color: #D8DBA1;
	/*background-color: #827D94; blau*/
}
		
#wrapper 
{ 
	width:800px; 
	text-align:left;																																								
	margin: auto;																				
	padding:0;
	border: solid 1px #A3A761;
}   
		   
#outer 
{
	border-left: 216px solid transparent;
	width: auto;
	background:#F7EFD6;
	border-left-color: #F7EFD6;
}
		
#inner 
{
	margin:0;
	width:584px;
	background:#F7EFD6;

}
		
#left 
{
	width: 216px;
	margin-left: -216px;
	float:left;
	position:relative;
	z-index: 1;
	margin-right:1px;
}
		
#navigation 
{
	width: 216px;
	margin-bottom: 20px;
	text-align:center;
}

#center 
{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	margin:0 0 0 -1px;	
}

#header
{
	margin:0 0 0 0;
	height: auto;
	text-align:center;
}
		
#logo 
{
	margin: 15px 5px 45px 5px;
	border: 0px;
}

#outer > #inner 
{
	border-bottom:1px solid transparent;
}

