BODY {
	background: #EBEBEB;
 	font-weight: normal;
	font-size: 14px;  
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	text-decoration: none;
	text-align: center;  /* Zentrierung im Internet Explorer */
	margin: 0;
}

.seite {
	background: #FFFFFF;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 15px auto;      /* standardkonforme horizontale Zentrierung */
	background: url(pics/contentbg.gif) repeat-y;
	width: 721px;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
}

.top{
	height: 30px;
	background: #FFFFFF url(pics/top.gif) no-repeat;
}

.header {
	background: url(pics/header.gif) no-repeat top;
	/*text-align: center;*/
	height: 91px;
	/*margin-bottom: 15px;
	margin-top: 15px;*/
}


.leftbody {
	float: left;
	width: 120px;
	/*height: 800px;*/
	margin: 5px 0 0 23px;
	display: inline;
}

.leftbody_top {
	background: url(pics/leftbody_top.gif) no-repeat bottom;
	height: 12px;
}
.leftbody_main {
	background: url(pics/leftbody_main.gif) repeat-y;
	padding: 1px 0 0 11px;
}
.leftbody_bottom {
	background: url(pics/leftbody_bottom.gif) no-repeat;
	height: 12px;
}



.mainbody {
	width: 543px;
	margin: 5px 0 10px 150px;
	/*padding-top: 15px;*/
	/*padding-left: 10px;
	padding-right: 20px;*/
	/*background: url(pics/mainbody_bg.gif) repeat-x top;*/
/*	border: 1px solid #95bf40;*/
/*	border: 1px solid #FF6600;*/
}

.footer {
	clear:both;
	width: 721px;
	height: 33px;
	background: #ebebeb url(pics/footer.gif) no-repeat;
	text-align: center;
	/*border-top: 1px dashed black;*/
  	}

.footer_text {
	padding-top: 4px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	}

#banner	{
	width: 668px;
	height: 140px;
	float: none;
	margin: 5px 0 0 27px;
	z-index: 0;
	}

a ,a:active, a:link {
   font-family:  Verdana,Helvetica,Arial,sans-serif; 
	COLOR: #003399; FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 8pt; FONT-VARIANT: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none;
 }

a:hover {
	COLOR: #003399; FONT-FAMILY: Verdana,Helvetica,Arial,sans-serif; 
	FONT-SIZE: 8pt; FONT-WEIGHT: normal; TEXT-DECORATION: none
}

a.underline:hover {
	text-decoration: underline;
}

td, tr, p, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	list-style-type: none;
	text-indent: 0px;
}
hr {
  background: #003399;
  height: 1px;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contentpane {
padding: 0px 0px 0px 0px;
}

.content {
	padding: 0px 30px 10px 15px;
	/*width: 100%;*/
}

.contentheading {
  	font-size: 22px;
	font-weight: bold;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000000;
	height: 26px;
  	text-align: left;
	vertical-align: middle;
	padding: 15px 0px 30px 15px;
  	/*border-bottom: 1px dashed  #003399;*/
}
		
