body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img { 
border:none; 
}
#surrounding {
	width:990px;
}
#surrounding a {
	color: #c1010e;
}
/**********Kopfzeile*****************/
#surrounding #header {
	position: absolute;
	left: 0px;
	top: 0px;
	width:993px;
	height:160px;
	background-color:#FFFFFF;
}
#surrounding #header .logo {
	margin-left: 0px;
	margin-top:35px;
	float:left
}
#surrounding #header #VisualOne {
	margin-top: 3px;
margin-left:-4px;
}
/**********Contentspalte*****************/
#surrounding #contentPart {
	background-color: #FFFFFF;
	width: 987px;
	margin-right: 0px;
	margin-left: 3px;
	padding-top:147px;
	left:0px;
}
html>body #surrounding #contentPart {
       margin-top:-11px;
}
#surrounding #contentPart #content {
	float:left;
	margin-top: 0px;
	margin-left:3px;
	width:587px;
	margin-bottom:10px;
	background-color:#E7E7E7;
	padding:20px;
	color:#333333;
}
html>body #surrounding #contentPart #content {
	width:547px;
}
#surrounding #contentPart #content .contentBox .visualLeft {
	float:right;
	margin-top: -13px;
	margin-right:155px;
}
#surrounding #contentPart #content .contentBox h1 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
#surrounding #contentPart #content ul.contentChildNav {
	margin-left:15px;
}
#surrounding #contentPart #content ul.contentChildNav li{
	margin-top: 8px;
}
/**********Teaserspalte*****************/
#surrounding #contentPart #teaserArea {
width:200px;
background-color:#FFFFFF;
float:left;
border-left:3px solid #FFFFFF;
}
html>body #surrounding #contentPart #teaserArea {
float:right;
}
#surrounding #contentPart #teaserArea h2.newsHeadline{
	font-size: 12px;
	font-weight:bold;
	color: #c1010e;
	margin-left:5px;
	margin-right:5px;
}
#surrounding #contentPart #teaserArea a.newsEntry{
	font-size: 11px;
	display:block;
	margin-top:8px;
	margin-left:5px;
	margin-right:5px;
	color: #666666;
}
/**********MetaNav*****************/
#surrounding #metaNav {
	width: 987px;
	height:25px;
	margin-left: 3px;
	margin-right: 3px;
	left: 0px;
	top: 0px;
	background-color:#E7E7E7;
	text-align:right;
}
#surrounding #metaNav #metaNavSurround {
	width:900px;
	margin-right:20px;
	text-align:right;
	height:18px;
	font-size:10px;
	font-weight:bold;
	color: #686868;
}
#surrounding #metaNav #metaNavSurround #language{
font-size:10px;
height:13px;
}
#surrounding #metaNav #metaNavSurround a {
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color: #686868;
	font-weight:200;
}
#surrounding #metaNav #metaNavSurround #suche {
margin-top:1px;
height:15px;
font-size:10px;
}
 input.senden {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color:#E7E7E7;
height:18px;
color:#c1010e;
font-weight:bold;
text-decoration:none;
margin-bottom:0px;
margin-top:2px;
font-size:11px;
}
#surrounding #metaNav #metaNavSurround label {
	margin-left: 20px;
}
/**********footer*****************/
#footer{  /* impressum */
	width: 985px;
	height: 18px;
	background-color:#ffffff;
	margin: 0em 0em 0em 0em ! important;
	padding-top:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	clear:both;
	border-top:2px solid #CCCCCC;
}
#footerCopy {
	font-size:10px;
	color:#666666;
	float:left;
}
#footerPrint,
#footerBack,
#footerTop {
	float:right;
	margin-left:27px
}
#footerPrint a,
#footerTop a,
#footerBack a {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
/**********Linke Navigation*****************/
/* Liste aller Navigationspunkte - LINKS */
#leftNav {
	float:left;
	width:194px;
	background-color:#e5262e;
}
#leftNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
/* Einzelner Listeneintrag - LINKS */
#leftNav li { 
	margin:0px;
	padding:0px;
	display:inline; /* Beseitigt Lücke zwischen Nav-Einträgen in IE5 */
}
/* Liste von 2nd Level-Einträgen */
#leftNav ul.level2 {
	border-bottom:1px solid #ffffff; /* Abstand unterhalb von 2nd-Nav*/
}
/* 1st-Level - Normal */
#leftNav li a {
	color: #FFFFFF;
	font-weight:bold;
       font-size:10px;
	text-decoration: none;
	display:block;
	width:194px; /* Breite des Navigationspunktes */
	margin: 0px;
	padding: 5px 5px 6px 19px;
	border-bottom:1px solid #FFFFFF; /* Abstand unterhalb von 2nd-Nav*/
}
/* 1st-Level - AKTIV und MouseOver */
#leftNav li a.current, #leftNav li a:hover {
	background-color: #DCDCDC;
	color:#333333;
}
/* 2nd-Level - Normal */
#leftNav ul.level2 li a {
	font-size: 10px;
	width:194px; /* 180 - 8px padding */
	padding:3px 0px 4px 30px; /* Abstände zu Pfeil von links = 8px */
	background-color: #DADADA;
	color:#666666;
}
html>body #leftNav ul.level2 li a {
	width:164px;
}
/* 2nd-Level - AKTIV und MouseOver */
#leftNav ul.level2 li a.current, #leftNav ul.level2 li a:hover {
	background-color: #FFFFFF;
	color:#e5262e;
}
html>body #leftNav li a { /* Andere Browser als IE verstehen width:100% nicht, IE kennt '>' nicht */
	width: auto;
}

