/*
	Hier werden nur die ID's definiert die das Raster (Layout) bestimmen!
*/
/*----- ID's -----*/
#outer {
	width:100%;
	height:100%;
}
#inner {
	/*width:88.6em;*/
	width:840px;
	margin:0 auto;
	
}
#head {
	position:relative;
	padding:0;
	height:166px;
	width:842px;
	margin:14px 0 14px 0;
	/*height:13.5em;
	width:88.6em;*/
}
#language {
	position:absolute;
	right:0.5em;
	bottom:0.5em;
	height:auto;
	width:auto;
}
#left { 
	width:166px;
	/*width:17em;*/
	/*min-height:40em;*/
	float:left;
}
#suche {
	position:relative;	
	left:0;
	color:#ff6600;
	margin:0 0 14px 0;
	font-size:1.1em;
	width:166px;
	height:42px;
	background-color:#ededed;
}
#center { 
	/*width:51.6em;*/
	width:659px;
	/*min-height:40em;*/
	float:left;
	padding:0 0 0 1em;
	
}
#main {
padding:0 0 0 1em;

}

#footer {
	/*width:88.6em;*/
	position:relative;
	width:840px;
	height:42px;
	margin-bottom:1em;
	margin-top:1em;
	clear:both;
	
	background-color:#F60;}
	/***********************/
	/*******dekoecken*******/
	/***********************/
#footer.navcorner_lt {
	position:absolute;
	top:0;
	left:0;
	
}
#footer.navcorner_rt {
	position:absolute;
	top:0;
	right:0;
}
#footer.navcorner_lb {
	position:absolute;
	bottom:0;
	left:0;
}
#footer.navcorner_rb {
	position:absolute;
	bottom:0;
	right:0;
}
.copyright {position:absolute; bottom:1em;right:20%;}	

/*----- ID's end -----*/
