html,body {
	height:100%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #061467;
	font-size: 10px;
	background-color: #162477;
	/*background-color: #364497;*/
}

img
{
	border: none;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #061467;
}
a:hover {
	text-decoration: underline;
}

/* Icons vor dem Link */
a[href$='.pdf'], a[href$='.PDF'] {
	background:transparent url('/fileadmin/html/vdf/pdficon_small.gif') center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	}

td {
	padding: 0 20px 0 20px;
}

/* Menu */

#menu {
	margin: 20px 0;
	padding: 0;
}
#menu ul {
	list-style: none;
	padding: 0 0 0 7px;
	margin: 0;
}
#menu li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#menu li li a {
	color: #999;
	text-decoration: none;
}
#menu li li li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/* Menu */

/* alt #wrap {
	width: 937px;
	margin: 0;
	padding: 0;
	background: url('../../img/Online-Version/bg.gif') repeat-y top left;
	float: left;
	border-bottom: 1px solid #061467;
}
*/
#wrap {
	width: 937px;
	position: relative;
	left: 50%;
	margin-left: -468px;
	
	
	
	min-height:100%; 	
	/*margin-bottom: 0px*/
	/*margin-top: 10px */
		
	
	/*background-color: #fff;*/
	background: url('../../img/Online-Version/bg.gif') repeat-y top left;
	
	
	float: left;
	/*overflow: hidden; */
	/*border-left: 2px solid #061467;*/
	
}


#head {
	margin: 0;
	padding: 5px 0 5px 0;
	background: transparent url('../../img/Online-Version/head.jpg') no-repeat top left;
	width: 937px;
	height: 97px;
	
}

#head p {
	color: #061467;
	font-weight: bold;
	margin: 0;
	/*padding: 4px 7px 6px 0;*/
	text-align: right;
}

#middle {
	width: 937px;
	padding: 0 0 20px 0;
	position: relative;
	float:left;
	height: 100%;
	}

#left {
	float: left;
	position:relative;
	width: 178px;
	
		}

#rightwrap {
	position:relative;
	padding: 0 0 50px 0;
	float:left;
	width:757px;
	
}

#center {
	position:relative;

	float:left;
	width:557px;
	
}

#center .gutter {
	padding:10px 15px;
	font-size:12px;
}

#right {
	position: relative;
	float:left;
	
	width:200px;
	}
	
#right .gutter {
	padding:10px;
	font-size:10px;
}

#footer {
	clear:both;
	position:absolute;
	bottom:0;
	width:937px;
	height:20px;
	background:#061467;
	padding:5px 0px;
	text-align: right;
	border-bottom: 1px solid #262487;
	
}

.clear {
	clear:both;
	height:0;
	padding:0;
	border:0;
	margin:0;
	font-size:0;
	line-height:0;
	}
	

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin:0;
	padding:0;
}

#horizontal_Menue{
	margin: 0;
	padding:1px 0 0 0;
	/*
	background: #061467; 
	background: #061467 url('../../img/Online-Version/head.jpg') no-repeat top left;
	*/
	width:937px;
	
}

#horizontal_Menue a, #horizontal_Menue a:visited, #horizontal_Menue a:hover, #horizontal_Menue a:active {
	color: #061467;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#horizontal_Menue p {
	color: #061467;
	font-weight: bold;
	margin: 0;
	padding: 4px 7px 6px 0;
	text-align: right;
}



/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 13px; }
TABLE.contenttable TR { background-color: #EDEBF1; }
.news-list-item {
	margin: 10px 0;
}