/*<![CDATA[*/

html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: url(../img/bg_content.jpg) 0 0 repeat-y;
	font-weight: xsmall;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	overflow-y: hidden;
}

/*************** funktionen **************************/

.cleaner{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

a img{border: none;}
a{color: #003C60;text-decoration: none;}
a:hover{text-decoration: underline;}

/*************** navigation **************************/

#navi_main{
	padding: 50px 0 0 0;
}

#navi_sub{
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 175px;
	width: 150px;
	border: 2px solid #4076a8;
	background: #fff;
	padding: 10px;
}

#navi_sub h3{font: bold 14px arial, verdana, sans-serif; color: #4076a8!important;}

#navi_main ul, #navi_sub ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navi_main ul li a{
	height: 21px;
	display: block;
	width: 135px;
	padding: 4px 10px 0px 25px;
	margin: 2px 0;
	color: #fff;
	text-decoration: none;
	font: bold 11px arial, verdana, sans-serif;
}
#navi_main ul li a:hover,
#navi_main ul li a.active{
	background: url(../img/bg_navi_main.png) right top no-repeat;
	color: #003C60;
}

#navi_main ul li #logout_button a{color: red;}

#navi_sub ul li a{
	display: block;
	width: 140px;
	padding: 2px 0 2px 10px;
	margin: 6px 0;
	color: #003C60;
	text-decoration: none;
	font: bold 11px arial, verdana, sans-serif;
	background: url(../img/li_point.gif) 0px 5px no-repeat;
}
#navi_sub ul li a:hover,
#navi_sub ul li a.active{
	background: #BAC6D4 url(../img/li_point.gif) 0px 5px no-repeat;
}


#navi_sub ul ul li a{
	display: block;
	width: 130px;
	padding: 2px 0 2px 15px;
	margin: 6px 0;
	color: #003C60;
	text-decoration: none;
	font: normal 11px arial, verdana, sans-serif;
	background: url(../img/li_point2.gif) 5px 7px no-repeat;
}
#navi_sub ul ul li a:hover,
#navi_sub ul ul li a.active{
	background: #BAC6D4 url(../img/li_point2.gif) 5px 7px no-repeat;
}


/*************** gesamtlayout **************************/

#header{
	position: fixed;
	width: 100%;
	top: 0;
	height: 129px;
	overflow: hidden;
	background: url(../img/header.jpg) left top no-repeat;
}

.logo{
	margin: 40px 0 0 671px;
}

#content{
	background-image: url(../img/navi_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	position: absolute;
	top: 129px;
	bottom: 60px;
	width: 100%;
	overflow: auto;
}
.content{
	margin: 0 0 0 365px;
	width: 475px;
	font: normal 12px/16px arial, verdana, sans-serif;

}
#footer{
	position: fixed;
	bottom: 0px;
	height: 60px;
	width: 100%;
	overflow: hidden;
	background: url(../img/footer.jpg) left bottom no-repeat;
}

.foot_slogan{
	float: left;
	color: #ffffff;
	padding: 32px 20px 0 60px;
	font: normal 13px arial, verdana, sans-serif;
	letter-spacing: 0.2em;
	width: 280px;
}
.shortnavi a{
	color: #BEC7D6;
}
.shortnavi{
	float: left;
	color: #ffffff;
	padding: 33px 0 0 20px;
	font: normal 12px arial, verdana, sans-serif;
}

.partner{
	z-index: 101;
	position: absolute;
	top: 129px;
	left: 850px;
	width: 105px;
	height: 421px;
}

.navi_banner{
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 365px;
	height: 550px;
	/* background: url(../img/navi_bg.jpg) 0 0 no-repeat; */
}

#banner{padding: 95px 0 0 30px;}

/*]]*/