body {
	background-image:url(../img/background.gif);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
}
html, body {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:focus, a:hover, a:active { color:#FFFFFF;background-color:inherit;text-decoration:none; }
h1 {
	font-size: 16px;
	font-weight: bold;
	color:#5b6270;
	background-color:inherit;
}

.menuitem IMG{
	border:none;
}
.menuitem IMG a:link, img a:visited, img a:hover, img a:active {
	border:none;
}
/*####################################
POSITIONIERUNG
####################################*/
#docmain {
	height:100%;
	margin: 0px;
	padding: 0px;
}
#doccenter {
	width: 900px;
	height:inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-image:url(../img/background_content.gif);
	background-repeat:repeat;
}

/*####################################
HEADER
####################################*/
#header {
	height: 125px;
	margin: 0;
	padding: 0;
	background-image:url(../img/gradient.gif);
	background-repeat:repeat-y;
}
#header_logo {
	width:275px;
	height:75px;
	float:left;
}
#header_logo IMG {
	border:none;
	margin-bottom:5px;
}
/*
#header_brand {
	width:200px;
	height:75px;
	float:left;
}
*/
#header_back {
	width:425px;
	height:75px;
	float:right;
}
#header_main {
	text-align:left;
	padding: 5px 0 0 15px;
	margin: 0;
	width:410px;
	height:45px;
	float:right;
	background:#d6d8dc;
	color:inherit;
}
/*ie-spec*/
* html #header_main {
	padding: 15px 0 0 20px;
	width:405px;
	height:35px;
	overflow:hidden;
}

a.langNO:link, a.langNO:visited, a.langNO:hover, a.langNO:active, a.langNO:focus {
	font-size: 11px;
	margin-left:15px;
	font-weight:bold;
}
a.langACT:link, a.langACT:visited, a.langACT:hover, a.langACT:active, a.langACT:focus {
	color:#d6d8dc;
	font-size: 11px;
	margin-left:15px;
	font-weight:bold;
}

#content_navi_impr {
	padding: 10px 0 0 10px;
	font-size:10px;
	color:#ffffff;
	width:65px;
	height:65px;
	float:left;
	background:#959aa3;
}
/*ie-spec*/
* html #content_navi_impr {
	padding: 10px 0 0 10px;
	width:65px;
	height:65px;
}
#content_pos {
	clear:both;
}

#content_center ul {
	list-style-image:url(../img/arrow_small.gif);
}
#content_menu {
	width:275px;
	float:left;
	padding:0;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#content_footer {
	clear:both;
	height:75px;
}

/*####################################
FOOTER
####################################*/
#footer {
	color:#FFFFFF;
	font-size:11px;
	clear:both;
	width: 900px;
	padding: 0;
	margin: 0;
	background:#aaaeb5;
	text-align:center;
}