html, body {
	height: 100%;
	margin:0;
	padding: 0;
}
img {
	border: none;
}
body {
	text-align: center; /* part 1 of 2 centering hack */
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #002d71;
	background-color: #fff;
}
table, td {
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #002d71;
}
p {
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #002d71;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a, a:link, a:visited, a:active {
	color: #002d71;
	text-decoration: none;
  display:block;
}
a:hover {
	color: #002d71;
	text-decoration: none;
  display:block;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -300px; /* half of container's height */
	float: left;
}
#MainRahmen {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 550px;
	width: 800px;
	clear: left; /* zum zentrieren in der hoehe */
	border: 1px solid #d2d2d2;
}
#MainContent {
	width: 780px;
	/*height: 480px;*/
	height: 530px;
	margin: 10px;
}
.blau_dunkel {
	background-color: #002d71;
  
}
.grau_dunkel {
  background-color: #838383;
}
#Inhalt {
	width: 780px;
	height: 370px;
	overflow: hidden;
}
.titel {
	font:14px/20px Arial, Helvetica, sans-serif;
	color: #002d71;
}

.menuebar{
     margin: 0 auto;
     line-height:21px;
     width:700px;
     height:21px;
     border:0px;
     padding:0px;
     
}

.menueitem{
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
    width:140px;
    height:100%;
    
}

.listitem{
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
    width:195px;
    height:100%;
    
}

ul {
  
  list-style-type:none;
  margin:0;
  padding:0;

}

.down-list{ 
    margin-left:15px;
    position:absolute;
    z-index:1000px;
    background-color:#838383;
    width:130px;
}

a.dmi{
     color: #FFFFFF;
     font-weight:normal;
     margin-left:13px;
}

a.dmi:hover{
     color: #002d71;
     font-weight:normal;
}

a.hmenu{
      color: #FFFFFF;
      font-weight: bold;
      text-align: center;
      
}

a.hmenu:hover {
      color: #002d71;     
}

a.intext{
    /*color: #0000ff;*/
	  display:inline;
    text-decoration: underline;
        }

a.intext:hover{
    /*color: #0000ff;*/
	  text-decoration: none;
        }
        
a.goglink{
         color: #ff0000;
	       text-decoration: none;
	       font-size:12pt;

          }

a.goglink:hover{
         color: #ff0000;
	       text-decoration: none;
	       font-size:12pt;

          }
        
#slideshow {
    position:relative;
    width:340;
    height:250px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    width:340;
    height:250px;
    z-index:8;
    border-width: 0px;
    background:#ffffff;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

.mobild {
 position: absolute;
 visibility: hidden;
 z-index: 100;
}

