/*
	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;
	width:670px;
	background-color:#FFFFFF;
}
#kopfmotiv
{
	width:670px;
	height:250px;
}
#inner 
{
	position:relative;
	width:100%;
	left:0;
}
#body 
{
	position:relative;
	margin:auto auto;
	width:670px;
	background-color:#fff;
	padding-top:23px;
}
#left 
{ 
	position:relative;
	float:left;
	width:200px;
}
#center 
{ 
	position:relative;
	float:left;
	width:420px;
	min-height:500px;
	border-left:1px solid #6f7071;
	margin:0 0 20px 0;
	padding:0 0 0 25px;
}
#footer 
{
	width:670px;
	height:30px;
	border-bottom:4px solid #eaebed;
	clear:both;
	margin:0 auto;
	background:#FFFFFF; 
	overflow:hidden;
}
#copy 
{
	width:38em;
	height:30px;
	background:url(../images/bg_footer.gif) no-repeat right 0 #eaebed; 
}

/*----- ID's end -----*/
