/*
	Hier werden nur die ID's definiert die das Raster (Layout) bestimmen!
*/
/*----- ID's -----*/
#container
{
	width:100%;
	height:100%;
	margin:10px 0 0 0;
}
#servicenavi,
#head,
#main 
{
	position:relative;
	margin:auto auto;
	width:900px;
}
#head {
	height:260px;
	overflow:hidden;
}
#servicenavi
{
	padding:0 0 10px 0;
}
#head 
{
	background:#FFFFFF;
}
#mediabox
{
	position:relative;
	width:900px;
	height:200px;
	overflow:hidden;
	background:#E3CF9A;
}
#logo
{
	width:300px;
	height:60px;
	float:left;
	overflow:hidden;
}

#main 
{
	background:url(../images/bgs/left_bg.gif) repeat-y 0 0 #fff;
	padding-top:30px;
}
#content-left 
{ 
	position:relative;
	float:left;
	/*height:10px;*/
	min-height:400px;
	width:300px;
}
#content-center 
{ 
	position:relative;
	float:left;
	/*width:600px;*/
	width:250px;
	min-height:400px;
	margin:0 0 0 25px;
	padding:0 0 25px 0;
}
#content-one
{ 
	position:relative;
	float:left;
	width:550px;
	min-height:400px;
	margin:0 0 0 25px;
	padding:0 0 25px 0;
}
#content-right 
{ 
	position:relative;
	float:left;
	/*width:600px;*/
	width:250px;
	min-height:400px;
	margin:0 0 0 40px;
	padding:0 0 25px 0;
}
#footer
{
	clear:both;
	text-align:center;
	visibility:hidden;
}
/*----- ID's end -----*/
