html, body {
min-height: 100%;
margin: 5px;
text-align: center;
padding: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
background-color: #cccccc;
color: #666;
}

/*for ie*/
div#center {
min-height: 100%;
width: 990px;
/*background-color: #003366;*/
background: url(../templates/gifs/back-liste-bottom.gif) no-repeat;
background-position: bottom left;

}

/*for real browsers*/
html > body > div#center {
width: 992px;
min-height: 100%;
border: 0px;

}

div#navi {
text-align: left;
float:left;
width: 150px;
height: 600px;
padding-top: 100px;
/*background-color: #003366;*/
background: url(../templates/gifs/back-liste-top.gif) no-repeat;
}

div#contentwrapper {
text-align: left;
float:right;
min-height: 750px;
width: 840px;
/*margin-right: 100px;*/
border-style: solid;
border-width: 1px;
border-color: #003366;
background-color: #ffffff;
/* background: url(../templates/gifs/back-body.jpg) no-repeat;*/
}

/* fix für non-ie */
html > body > #center > div#contentwrapper {
margin-right: 0px;
}


#content {
	padding: 10px;
}

div.clear {
clear: both;
height: 0;
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
}

div.footer {
width: 700px;
padding: 0;
height: 20px;
}

#footer a {
	font-size: 10px;
         color: #036;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.menulink {
	color:#fff;
	text-decoration: none;
}

.menu1 {
	font-size: 8pt;
	color=#fff;
	padding-top: 2px;
	padding-left: 25px;
}



.menu2 {
	font-size: 8pt;
	color=#fff;
	padding-top: 2px;
	padding-left: 35px;
	font-style: italic;
}	

	

.menulink_aktiv {
	color:#f00;
	text-decoration: none;

}

.menu1_aktiv {
	font-size: 8pt;
	color=#f00;
	padding-top: 2px;
	padding-left: 25px;
}

.menu2_aktiv {
	font-size: 8pt;
	color=#f00;
	padding-top: 2px;
	padding-left: 35px;
}

#content a {
	color:#333366;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a:hover {
	color:#333366;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content a:active {
	color:#666666;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#subnavi {
	margin-left: 491px;
	margin-top: 10px;
}

#subnavimg {
	display: inline;
}

#line {
	  	position: relative;
		left: 43px;
	  	top: 4px;
	  }

