/*
	Hier werden nur die ID's definiert die das Raste (Layout) bestimmen!
*/
/*----- ID's -----*/
#outer 
{
	width:100%;
	height:100%;
}
#head 
{
	position:relative;
	margin:0 auto;
	padding:20px 0 0 0;
	width:967px;
}
#logo
{
	float:left;
	margin:0 0 0 0;
	width:380px;
}
#kontakt_left
{
	float:left;
}
#kontakt_right
{
	float:left;
}
#kopfmotiv
{
	position:relative;
	margin:0;
	padding:0;
	width:967px;
	height:91px;
}
#inner 
{
	position:relative;
	width:100%;
	left:0;
}
#body 
{
	position:relative;
	margin:20px auto auto auto;
	width:967px;
	border:1px solid #000000;
}

#left 
{ 
	position:relative;
	float:left;
	width:270px;
	padding:25px 0 25px 0;
}
#center 
{ 
	position:relative;
	float:left;
	width:640px;
	min-height:400px;
	margin:0 0 0 35px;
	padding:25px 0 25px 0;
}
#footer 
{
	width:967px;
	height:60px;
	clear:both;
	margin:0 auto; 
	overflow:hidden;
	text-align:center;
}
#copy 
{
	width:100%;
	height:60px;
	text-align:center;
}
#footernav
{
	width:500px;
	margin:0 auto;
}
/*----- ID's end -----*/