html, body {
    font-size : 100.01%;
    font-family :  Tahoma, Verdana,Helvetica, sans-serif;
    margin : 0;
    padding : 0;
    text-align : center;
    color : black;
}
#container_top {
	display: none;
}

#container {
    display:block;
    text-align : left;
    padding : 0px;
	   margin: 10px;	
    background-color : white; 
    color : black;
}

#container_bottom {
	display: none;
}

#werbung {
	display: none;
}


#banner {
	display: none;
}

#banner img  {
	display: none;
}

#navigation {
	display: none;
}


#menue {
	display : none;
}


#content {
 width : 100%;
 padding : 0;
 margin : 0;
 font-size: .8em;
 color: black;
}

#content .container {
	margin: 0;
	padding: 5px 0px 5px 0px;
}

#content .container h1 {
   clear:both;
   margin: 0 -8px 0 -8px;
   padding : 3px 8px 3px 8px;
   font-size: 1em;
   border-top: 12px solid white;
}

#content .left {
   float : left;
   width : 200px;

}

#content .right {
   float : right;
   width : 200px;

}

#content .col {
   padding : 3px 0px 3px 0px;
   font-size: .9em;
}

#content .box_top {
 display: none;
}

#content .box {
 width : 405px;
}
#content .box_bottom {
 display: none;
}
#content .box h1 {
 padding : 0;
 padding-left: 15px;
 padding-right: 10px;
 margin : 0;
 margin-left: -5px;
 margin-bottom: 8px;
 font-size: 1.1em;
}
#content .box a {
 color : #2D4566;
}

#content .boximage {
 display: block;
 float:left;
 width : 133px;
 height : 133px;
 padding : 0;
 margin : -4px 5px 5px 5px;
 overflow: hidden;
}

#content .box .left {
display: block;
clear: both;
float:left;
font-weight: bold;
width: 140px;
height: 16px;
margin-left: 10px;
}

#content .box .right {
display: block;
float:left;
width: 250px;
height: 16px;
}


#content h1 {
   clear:both;
   margin: 0;
   padding : 4px 0px 7px 0px;
   color : #1D2C41;
   font-size: 1.1em;
}
#content h2 {
   clear:both;
   margin: 0;
   padding : 2px 0px 7px 0px;
   color : #1D2C41;
   font-size: 1em; 
}

#content .mehr, #highlight .mehr {
display : block;
width : 100%;
text-align: right;
color: red;
font-size: .9em;
text-decoration : none;
margin:5px -1px 5px 0;
}



#highlight {
	display:none;
}

  #container #footer {
	clear : both;
	width : 98%;
	margin : 0 -25% 0 -25%;
	padding: 0 -25% 0 -25%;
	color :black;
	font-size: .8em;
} 

.listung {
    clear : both;
    float : left;
    width : 100px;
    margin-bottom : 3px;
}

.clear {
    clear : both;
}

a.ohne {
    text-decoration : none;
    color : #2D4566;
}

/* Barriere */
.versteckt {
    position : absolute;
    top : -400px;
}

div.versteckt ul li a:focus, div.versteckt ul li a:hover, div.versteckt ul li a:active {
    font : bold 0.8em verdana, sans-serif;
    position : absolute;
    top : 386px;
    left : 10px;
    text-decoration : none;
}

.hidden {
display: none;
}
