
/***3 spalten auf 100 % *************/

html,body{
	margin:0;
	padding:0;

	
}


div#header{
	position:relative;
	height:126px;
	margin-bottom:0;
	background-image:  url(img/headerBackground.gif);
	background-repeat: repeat;

	
}
div#navi{
	
	position:absolute;
	top:62px;
	left:10px;
	
}
div#naviR{
	
	position:absolute;
	top:62px;
	right:10px;
	
}
div#container{
	background-image:  url(img/menuBackground.gif);
	background-repeat: repeat-y;
	width:990px;


}

div#wrapper{float:left;width:100%; }

div#contentText{
	margin: 0 0 0 260px;
	background-color:#FCF3ED;
	padding: 15px;
	min-height:500px;
	height: auto;
}



div#links{
	float:left;
	width:260px;
	margin:0 0 0 -100%;

	padding:15px 0 0 0;

}
/*
	background-image:  url(img/menuBackground.gif);
	background-repeat: repeat-x;
div#rechts{
	float:left;
	width:25%;
	margin-left:-25%;
	background-color:#0080FF;
}
*/
div#feet{
	clear:left;
	margin: 0 0 0 260px;
	padding:5px;

	background-color:#DD8647;
	
}



/******3 Spalten zentriert, fix*************/
/*
html,body{
	margin:0;
	padding:0
}

body{
	text-align:center
}
div#header{
	position:relative;
	height:90px;
	margin-bottom:0;
	background-color:#FFFF00;

	
}
div#navi{
	
	position:absolute;
	top:62px;
	left:10px;
	
}
div#naviR{
	
	position:absolute;
	top:62px;
	right:10px;
	
}
div#container{
	background-color:#400080;
	width:990px;
	margin:0 auto

}

div#wrapper{float:left;width:100%; }

div#contentText{
	margin: 0 200px;
	background-color:#80FFFF;
								
	
}


div#links{
	float:left;
	width:200px;
	margin-left:-990px;
	background-color:#8080FF;

}
div#rechts{
	float:left;
	width:200px;
	margin-left:-200px;
	background-color:#0080FF;
}

div#feet{
	clear:left;
	width:100%;

	background-color:#8080C0;
	
}
*/