@import url("content.css");
@import url("menu.css");




/****** Layout *****/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/mainbg.gif);
	background-repeat:repeat-y;
	background-position: left top;
}

html, body {
	height: 100%;
}


#leftcol {
	width:209px;
	float:left;
	background-image: url(../images/ecke.gif);
	background-repeat:no-repeat;
	background-position: left top;
	position:absolute;
	left:0;
	top:0;
}


#navigation {
	padding:145px 0 0 49px;
}

#search {
	padding-left:8px;
	position:absolute;
	left:0;
	top:440px;
	border-bottom:2px solid #ffffff;
}


#rightcol {
	margin:0 0 0 217px;
}

#head {
	height:160px;
	background-image: url(../images/headbg.gif);
	background-repeat:repeat-x;
	background-position: left top;
}

#logo {
	height:113px;
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#subnavi {
	width:584px;
	text-align:right;
	padding-top:12px;
}


#contentwrapper {
	width:570px;
	margin-left:7px;
	float:left;
	display:inline;
}

#banner {
	width:160px;
	margin-left:600px;
}
