body {
	scrollbar-3dlight-color:#0038A0;
	scrollbar-highlight-color:#0038A0;
	scrollbar-shadow-color:#1E2F4A;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#0099FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
    color: #FFFFFF;
	background-color: #0038A0;
}

/* LAYER-Styles */

/* Seitenposition und Größe */
#all {
	width: 100%;
	height: auto;
	margin-left:auto; 
	margin-right:auto;
}

#gesamt {
	width: 990px;
	height: auto;
	text-align: left;
}

/* Head */

#head {
	width: 990px;
	height: 59px;
	text-align: left;
	position: fixed;
    top: 0px; left: 0px;
    z-index: 2;
   	background-color:#FFFFFF;
}

#subheader {
	width: 810px;
	height: auto;
	float: left;
	background-repeat : repeat-x;
	background-position: top;
	background-image:url(/img/general/linie.gif);
	background-attachment: fixed;
}
html>body #subheader {  /* nur fuer moderne Browser! */
    position: fixed;
	top: 59px; left: 180px;
	z-index: 2;
}

#subheader_nav {
	width: 180px;
	height: auto;
	text-align: left;
	float: left;
}

/* Navigation */

#nav_all {
	width: 180px;
	height: auto;
	text-align: left;
	float: left;
	position: fixed;
	top: 59px; left: 0px;
	z-index: 2;
}

html>body #nav_all {  /* nur fuer moderne Browser! */
    float: none;
}

#navigation {
	width: auto;
	height: auto;
	text-align: left;
}

#login_box {
	width:auto;
	background-color:#ccdff4;
	padding: 18px;
}

#loggedin_box {
	width:auto;
	background-color:#ccdff4;
	padding: 18px;
}

/* Contentbereich allgemein */

#contentarea {
	width: 790px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	top:88px; 
	left:180px;
	z-index: 1;
	margin-left: 20px;
}

html>body #contentarea {  /* nur fuer moderne Browser! */
    position: absolute;
    float: none;
}

/* teaser */

#teaser{
	width: 770px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	color: #000000;
	line-height: 170%;
}

html>body #teaser {  /* nur fuer moderne Browser! */
	width: 790px;
}

/* Bereiche innen */

#text{
	width: 770px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	color: #000000;
	line-height: 170%;
	margin-top: 20px;
	float: left;
}

html>body #text {  /* nur fuer moderne Browser! */
	width: 790px;
}

#start_left{
	width: 375px;
	text-align: left;
	float: left;
}


html>body #start_left {  /* nur fuer moderne Browser! */
	width: 385px;
}

#start_right{
	width: 375px;
	margin-left: 20px;
	text-align: left;
	float: left;
}


html>body #start_right {  /* nur fuer moderne Browser! */
	width: 385px;
}

#start_innen{
	/*width: auto;*/
	width: 770px;
	height: auto;
	text-align: left;
}
html>body #start_innen {  /* nur fuer moderne Browser! */
	width: 790px;
}

#left_innen{
	width: 40px;
	text-align: left;
	float: left;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	color: #000000;
	line-height: 170%;
	margin-bottom: 15px;
}

#right_innen{
	/*width: 314px;*/
	width: 709px;
	text-align: left;
	padding-left: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	color: #000000;
	line-height: 170%;
	border-left: 1px dotted #0060c9;
	margin-bottom: 15px;
}

html>body #right_innen {  /* nur fuer moderne Browser! */
	width: 729px;
}

#clear {
	clear: both;
}

#docpages {
	margin-bottom: 5px;
}