body {
  	color: black;
  	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
 	margin: 0; padding: 0;
	height:100%;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(../pics/hintergrund.gif);
	}
	
H1{
	text-align: right;
	color: #003366;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 24px;
	font-weight : bold;
}
	
#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
	 background-color: #ffffff;
  }	
  
#top{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 160px;
	background: #206ba4 url(../pics/header_01.jpg) repeat-x;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#top2{
	margin: 0;
	padding: 5px;
	background:#036;
	text-align: right;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	vertical-align:bottom;	
}

#top2 a{
	text-decoration  : none;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.titel1{
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 18px;
	font-weight : bold;
}
.titel2{
	text-align: left;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.headline{
	text-align: left;
	color: #003366;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
.headline_or{
	text-align: left;
	color: #ff6600;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.fett_blau{
	font-weight: bold;
	color: #003366;
}

hr {
  color            : #c0c0c0;
  height           : 1px;
  width            : 100%;
}



#inhalt{
	width: 400px;
	padding: 10px;
	background: #ffffff center;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	height: 1000px;
	overflow:visible;
	text-align: justify;
	border-left: 1px solid #c0c0c0;
	margin: 5px 0 0 195px;
}

#right{
	position: absolute;
	top: 240px;
	width: 130px;
	margin: 0px 0px 0 615px;
	padding: 5px 0px 10px 10px;
	background: #ffffff center;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	height: 1000px;
	overflow:visible;
	text-align: center;
	border-left: 1px solid #c0c0c0;
}

#right a {
  text-decoration  : none;
}

#left{
	position: absolute;
	padding: 0 0 5px 5px;
	top: 240px; 
	width:190px;
	height: 600px;
	background: #ffffff;
	background-image: url(../pics/hg_links.png);
	background-repeat: no-repeat;
}


img.inhalt{
	border: 1px solid #003366;

	margin: 0 10px 10px 0;
	float: left;
}



a.mainlevel  {
  margin           : 5px;
  padding          : 0px;
  font-size        : 12px;
  width            : 170px;
  text-indent      : 10px;
  text-decoration  : none;
  color: #003366;
}

a.mainlevel: link {
  text-indent      : 10px;
  text-decoration  : none;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  -moz-opacity     : 0.85;
  filter           : Alpha(opacity=85, finishopacity=85, style=1);
  padding          : 2px 0px 2px 0px;
  margin           : 1px;
  background       : #f0f0f0;
  border           : 1px solid #e0e0e0;
  text-indent      : 10px;
}

a.mainlevel:hover {
  text-decoration  : none;
  text-indent      : 10px;
  background       : #e0e0e0;
  border           : 1px solid #d0d0d0;
}


a.top {
  text-decoration  : none;
}