html {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	
} 
 
body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	color: #5B5B5B;
	text-align: center;
	font-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

 
 
#pagewidth{ 
 width:600px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto;   
} 
 
#header{
	height: 250px;
	width: 100%;
	background-color: transparent;
} 
 
#outer{
	border: none;
	background-color: white; /* center column colour */
	width: auto;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
 
.clr{clear:both;}
 
.content{
	padding:0;
	padding-left: 50px;
	height: 400px
}  
 
#header .banner{
display: block;
	padding-bottom: 0;
   height: 160px; 
	background: url(/design/banner.jpg);
}  
 
#header .menue {
	float: left;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 20px;
	width: 550px;
   background: url(/design/banner_menueline.jpg);
}

.mm {
   float: left;
	width: 130px;	
	color: White;
} 

.mm a {
	color: White;
	text-decoration: none;
} 

.mm a:hover {
	font-weight: bold;
	color: White;
	text-decoration: none;
} 

#header .submenue {
	float: left;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	height: 20px;
	width: 550px;
	background: White;
} 

.sm {
   float: left;
	width: 90px;	
	padding-right: 0px;
	color: #E20A16;
}

.sm a {
	color: #E20A16;
   text-decoration: none;
}
.sm a:hover {
	font-weight: bold;
}


#header .trennlinie {
	float: left;
	padding: 0;
	margin: 0;
	height: 5px;
	width: 100%;
	background: White url(/design/trennlinie_oben.jpg) no-repeat;
}

.pad {
	float: left;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 100%;
	background: White;
}

#footer{
 height:25px; 
 width:100%; 
} 

#footer .trennlinie {
	float: left;
	padding: 0;
	margin: 0;
	height: 5px;
	width: 600px;
	background: url(/design/trennlinie_unten.jpg) no-repeat;
}

#footer .top {
	float: right;
	padding: 0;
	margin: 0;
	height: 5px;
	width: 90px;
	text-align: right;
	color: #F75F13;
}

#h1 ul, #text ul {
	margin: 0;
	padding: 0;
}

#h1 li {
	list-style: outside url(/design/pfeil.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #F75F13;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

#footer .submenue {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 20px;
	width: 450px;
}


#footer .submenue .sm {
	float: left;
	width: 90px;
	padding-right: 0px;
	color: Gray;
}

#footer .submenue .sm a {
	color: Gray;
	text-decoration: none;
}

#footer .submenue .sm a:hover {
	font-weight: bold;
}


h1 {
	font-size: 12px;
	font-weight: bold;
	color: #F75F13;
}

#presseliste {
   float: left;
   width: 500px;
	clear: both;
}

.h2 {
	font-size: 11px;
	font-weight: bold;
	color: #E20A16;
	padding-bottom: 15px;
}

#presseliste li {
	list-style: outside url(/design/pfeil.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #E20A16;
}

#text li {
	list-style: outside url(/design/auge.jpg);
}

.submenue li {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #E20A16;
	text-decoration: none;
}

#leerzeile {
	float: left;
	padding-top: 20px;
	width: 100%;
}

a {
	color: #E20A16;
   text-decoration: none;
}
a:hover {
	font-weight: bold;
}

td {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #5B5B5B;
}

input, textarea {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #5B5B5B;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #30406F;	
}