@charset "utf-8";

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

/****** Layout *****/
html, body {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#4b4b4d;
}

body {
	margin:0;
	padding:0;
	background:#ffffff url("../images/body_bg.png") center top repeat-x;
	overflow-y:scroll;
}

a { text-decoration:none;color:#00a046; }

#wrapper{
	width:946px;
	margin:0 auto;
	position:relative;
}

/*----------------------------------------------------- HEADER -------------------------------------*/
div#header {
	position:relative;
	width:946px;
	height:83px;
	background:transparent url("../images/header_bg.png") 0 0 no-repeat;
}

div#header a {
	position:absolute;
	display:block;
	right:17px;
	width:141px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background:transparent url("../images/btn-small_bg.png") 0 0 no-repeat;
}

div#header a.partner-login {
	top:14px;
}

div#header a.kunden-login {
	top:42px;
}

div#header a.homelink {
	width:200px;
	height:55px;
	left:20px;
	top:12px;
	background:none;
}
/*----------------------------------------------------- NAVI ---------------------------------------*/
div#mainmenu {
	width:220px;
	/*min-height:299px;*/
	padding:3px 3px 0 3px;
	background:transparent url("../images/mainmenu_bg.png") 0 0 no-repeat;
}

div#mainmenu_closure {
	width:226px;
	height:3px;
	margin:0 0 33px 0;
	background:transparent url("../images/mainmenu_bg.png") left bottom no-repeat;
}

div#metamenu {
	float:right;
	width:231px;
}
/*----------------------------------------------------- CONTENT ------------------------------------*/
div#content-wrapper div#colleft, 
div#content-wrapper div#colmiddle, 
div#content-wrapper div#colright {
	float:left;
}

div#content-wrapper div#colleft, 
div#content-wrapper div#colright {
	margin:29px 0 0 0;
}

div#content-wrapper div#colleft {
	width:243px;
}

div#content-wrapper div#colright {
	width:240px;
}

div#content-wrapper div#colmiddle {
	width:460px;
	margin:32px 0 0 0;
}

div#colright div#colright-content {
	float:right;
	width:220px;
	margin:3px 0 0 0;
}

div#colleft div#colleft-content {
	width:220px;
	margin:0 0 0 3px;
}
/*----------------------------------------------------- FOOTER -------------------------------------*/
div#footer {
	width:911px;
	height:35px;
	line-height:35px;
	padding:0 0 0 35px;
	margin:33px 0 0 0;
	font-size:11px;
	color:#58585a;
	background:transparent url("../images/footer_bg.png") 0 0 no-repeat;
}

div#footer div#footer-content {
	float:left;
}
