/* unimap - design2.css V. 0.9 var. (06-07-01) - - - - - - - - - - - - */
/* Michael Charlier - http://www.kommkonzept.de  - - - - - - - - - - - */
/*                                                                     */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
#seitenkopf{
   display:none;
}
#kopf #suche{
   display:none;
} 
#kopf #breadcrumbs{
   display:none;
}                
#kopf #sprungmarken{
   display:none;
}         
#kopf #hauptnavi{
   display:none;
} 
#menu{
   display:none;
} 
.noprint{
   display:none;
}

/* Formatierungen- - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

body{
   font-family: "Times New Roman", Times, serif;
   font-size: 100%; 
   margin-right:10pt;
} 
h1{  
   font-family: Arial, Helvetica, sans-serif;
   font-size:20pt;
   font-weight:normal;
   padding-top:2pt;
   padding-bottom:2pt;
} 
h2{
   font-family: Arial, Helvetica, sans-serif;
   font-size:18pt;
   font-weight:normal;
   padding-top:2pt;
   padding-bottom:2pt   
}  
h3{ 
   font-family: Arial, Helvetica, sans-serif;
   font-size:16pt;
   font-weight:normal;
   padding-top:2pt; 
   padding-bottom:2pt       
} 
h4{
   font-size:14pt; 
   padding-top:2pt;
   padding-bottom:2pt      
}
p, ul{
   font-size:14pt;
   line-height:18pt; 
}   
/* Box für Bilder oder Listen  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .klein_box_rechts{
   float:right;
   width:220px;
   margin-top:10px;
   background-color:#fff;
   border-left:1pt solid black;
   padding-left:10pt;
}
#content .klein_box_rechts p{
   font-size:10pt;
   font-weight:600;
   line-height:12pt;
   padding-bottom:5px;   
}
#content .klein_box_links{
   float:left;
   width:220px;
   margin-top:10px;
   background-color:#fff;
}
#content .klein_box_links p{
   font-size:10pt;
   font-weight:600;
   line-height:12pt;
   -padding-bottom:5px;
}

#content .vollbox img{
   float:left;
   position:relative;
   yborder:2px solid black;
}

   /* Hack für Mack \*/
#content .vollbox:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  /* end */ 
    
#content .vollbox{ 
   width:99.4%;
   -width:100%;
   background-color:#fff;
   border:1px solid black;
   padding-bottom:10pt;
   xoverflow:auto;
   margin: 10px 0 10px 0;  
} 

#content .vollbox img{
   float:left;
}    
