﻿body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:center;
	background-image: url('images/h_2x2.png');
	background-repeat: repeat;
}
		
#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;
	border-bottom:solid 1px #aaa;
}   
		   
#outer 
{
	border-left: 254px solid transparent;
	width: auto;
	/*background:#eee;*/
	background-image: url('images/h_n_254x1.png');
	background-repeat: repeat-y;
}
		
#inner 
{
	margin:0;
	width:100%;
	background:#eee;
}
		
#left 
{
	width: 254px;
	margin-left: -254px;
	float:left;
	position:relative;
	z-index: 1;
	margin-right:1px;
}
		
#navigation 
{
	width: 254px;
	margin-bottom: 30px;
	/* margin-left: 10px; */
	/*border-top:20px #e1e1e1 solid;
	border-bottom:20px #e1e1e1 solid;
	background:#550022;*/
}

#balkenLinks
{
	width: 254px;
	height: 20px;
	background:#eee;
	margin-bottom: 30px;
}

#balkenRechts
{
	width: 546px;
	height: 20px;
	background:#550022;
	border-top:2px #eee solid;
	margin-bottom:15px;
}

#navBar
{
	text-align: right;
	padding-right: 5px;
}

		
#center 
{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	margin:0 -4px 0 -1px;
	/*margin:0 -4px 0 -1px;*/
}

#header
{
	margin:0 0 0 0;
}
		
.clear 
{
	clear: both;
}

#outer > #inner 
{
	border-bottom:1px solid transparent;
}


