
/* ***********************************************
 IMPORT CSS STATEMENTS USED ON ALL PAGES
 confige colors of special items afterwards
***************** start *********************** */ 
@import url("ages_global.css");

/* ARROW */
div.next_c1 {width:100%; clear:both; height: 23px; margin:0; padding:0 5px 0 0; border-bottom: 1px solid #CCA400;}



/* *************** end ************************* */



.contenttable, p {
    color: #000000; 
    font-size: 100.01%;
    font-family: Verdana,Arial,Helvetica,sans-serif;    
    text-align: left;  /* Zentrierung im Internet Explorer */  
	/* border:solid 1px #666666; */
	border-collapse:collapse
	
  }
  .contenttable {
    background-color:#E0E7E6;

  }

.contenttable td

{border: solid 1px #333333;
padding:2px;

}

body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Verdana,Arial,Helvetica,sans-serif;    
    text-align: center;  /* Zentrierung im Internet Explorer */  
    background-color:#E0E7E6;  
	margin: 20px 20px 20px 20px;      
  }

 
  

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
         /* standardkonforme horizontale Zentrierung */
    width: 968px; 
    margin-left:auto;   
    margin-right:auto;  
    background-color:white;

    
  }
  div#Header {
    height:100px;
    border: 1px solid white; 
  }  
  div#Logo {      
    float:left;    
  }  
  div#Logo img {
    height: 75px;
    width: 185px;    
  } 
  div#MenuOben {    
    text-decoration: none;
    font-size: 10pt;    
    padding: 3px 0px 0px 0px;    
    margin-right: 25px;   
    float: right; 
	color: solid grey;
  }
  
  div#MenuOben a {
    text-decoration: none;   
  }
   div#MenuOben a:link {    
    color: #0D0C0C; 
  }
  div#MenuOben a:visited {
    color: #5F5C5C; 
  }
  div#MenuOben a:hover {
    color: #8D8888; 
  }
  div#MenuOben a:active {
    color: #BFB8B8; 
  }            
   div#Topmenu {     
    margin:55px 0px 0px 205px;
    width:762px;
    height:30px;    
  }
  div#Lw {    
    float:left;     
  }
  div#Vm {    
    float:left;     
  }
  div#Lm {    
    float:left;     
  }
  div#Hm {    
    float:left;     
  }
  div#Pm {    
    float:left;     
  }
  div#Kz {    
    float:left;     
  }
  div#Dsr {    
    float:left;     
  }
  div#Es {    
    float:left; 
    margin-left:30px;    
  }
  div#Eg {    
    float:left;     
  }

  div#Orientierung{
    clear:both;
    background-color: #CCA400;
    color:white;
    font-size: 8pt;   
    padding:0px 0px 0px 10px;    
    width:auto;  
    height:20px;    
  }

  div#Orientierung a {
    color: white; 
    text-decoration:none;
  }
  div#Orientierung a:link {
    color: white; 
  }
  div#Orientierung a:visited {
    color: white; 
  }
  div#Orientierung a:hover {
    color: white; 
  }
  div#Orientierung a:active {
    color: white; 
  }
  div#Left { 
    font-family: Arial,Helvetica,sans-serif;    
    width:188px;
    clear:both;
    float: left; 
	min-height: 600px;	
	/* margin:5px 0px 5px 0px; */ 	/* CHANGED BY ABATON GMBH */
    margin:11px 0px 5px 0px;  
  } 

  div#Navigation{        
    /*text-align: top;*/
	/*min-height: 400px;*/
	/*overflow:auto;*/
	
    margin: 5px 0px 0px 0px;    
  } 
  div#Searchbox {
    margin: 5px 0px 0px 0px;
  } 
  div#Searchbox a {
    text-decoration: none;
    
  }
   div#Searchbox a:link {
    
    color: #0D0C0C; 
  }
  div#Searchbox a:visited {
    color: #5F5C5C; 
  }
  div#Searchbox a:hover {
    color: #8D8888; 
  }
  div#Searchbox a:active {
    color: #BFB8B8; 
  }            
  
  
 .TeaserButtons {
    width:188px;  
    margin: 3px 0px 0px 0px;
	overflow:visible;
  }
   
   .TeaserButtonImage {
    width:188px;
    max-height:50px;   
    margin: 3px 0px 0px 0px;
	overflow:visible;
  }

  .TeaserButtonImage img{
    max-height:50px;    
    margin: 3px 0px 0px 0px;	
	overflow:visible;
  }

  div#Center {  
    /* margin:10 191 0 194; */ /* CHANGED BY ABATON GMBH */
    margin:20 191 0 194;
    font-size:10pt;
    min-height:600px;
    width: 583px;       
  }

  div#CTitel {    
    height:18px;   
    font-size:10pt;
    font-weight:bold;
    background-color: #F0E4B3;     
  }

  div#menpoint{   
     float:left;
     font-size:10pt;
     font-weight:bold;	
     margin-left:20px;
  } 
  
  div#menautor{   
    float:right;
    font-size:10pt;
    font-weight:bold;	
    margin-right:20px;
  }

	/* NEW BY ABATON GMBH */  

    /*
		div#Content table, tr, colgroup, col, thead, tbody, tfoot, th, td {
			font-size:8pt;    
		}
  	*/
	
	div#Content table {
		color: #000000; 
		font-size: 100.01%;
		font-family: Verdana,Arial,Helvetica,sans-serif;    
		text-align: left;  /* Zentrierung im Internet Explorer */  
		background-color:#E0E7E6;
		border:solid 1px #666666;
		border-collapse:collapse
	}
	
	div#Content td
	
	{
		border: solid 1px #333333;
		padding:2px;
	
	}  
	
	/* NEW BY ABATON GMBH */  

  
  div#Content {
    border-bottom: 0px solid #CCA400;
    min-height:550px;
    overflow: hidden;
    font-size:10pt;    
  } 
 
 div#Content h1, h2, h3, h4, h5 {
    font-size: 10pt;
    font-weight:bold;
  }
  
  div#Content p {   
   
  }
   div#Content a:link {
color:  #CC9900; 
}
div#Content a:visited {
color: #CC9900; 
}
div#Content a:hover {
color: #CC9900; 
}
div#Content a:active {
color: #CC9900; 
}
 
  div#Extra {
    clear: both; 
    text-align: left; 
    margin-top: 15px;    
    border-top: 1px solid #CCA400;
  }
  
  div#Pdf {
    float: right;    
    margin: 0 5px 0 0; 
    text-align: left;  
  }
  div#Tip {
    float: right;   
    margin: 0 5px 0 0; 
    text-align: left;    
  }
  div#Print {
    float: right;   
    margin: 0 5px 0 0;        
  } 
  div#Right {        
    width:185px;
    float: right;   
  }    
  div#Mikroskop {
    margin:10 0 0 0;       
  }
  div#Glossar {    
       
  }
  div#Glossar a:link {
    text-decoration: none;
    color: #0D0C0C; 
  }
  div#Glossar a:visited {
    text-decoration: none;
    color: #5F5C5C; 
  }
  div#Glossar a:hover {
    text-decoration: none;
    color: #8D8888; 
  }
  div#Glossar a:active {
    text-decoration: none;
    color: #BFB8B8; 
  }  
   
  div#TopThemenTitel {    	
    font-size: 10pt;
    font-weight: bold;
    color: white ;
    margin:5px 0px 0px 0px; 
    background-color:#CCA400;	
    text-align: center;     
    width: 185px;
    height: 20px;	
  }

  div#TopThemen {
    
  }

/* abaton-HS 
  .vitop{ float:left;font-size: 10pt; font-weight: bold;color: white ; margin-top:10px; background-color:#CCA400; text-align: center; width: 185px;height: 20px;  text-decoration: none; } 
*/

.vitop{ 
  float:left;
  font-weight: bold;
  color: white ; 
  margin-top:10px; 
  background-color:#CCA400; 
  text-align: center; 
  width: 185px;
  height: 20px;  
  text-decoration: none; 
  overflow: hidden;
  font-size: 9pt;
} 
  
  
  .vibottom{ border-left: 3px solid #CCA400;border-right: 3px solid #CCA400;border-bottom: 3px solid #CCA400;float:left; background-color:#F0E4B3;width: 179px;	height: 9px;}
  .vicontent a { font-size: 8pt; }  
  .vicontent { float:left; font-size: 8pt; margin: 0 0px 0px 0; background-color:#F0E4B3; border-left:3px solid #CCA400;border-right:3px solid #CCA400;border-bottom:1px solid black;  text-decoration: none;color: solid black;text-align: left;border-top: 0px ; width: 179px;height: auto; }
  .vititle { float:left;font-weight: regular; font-size:10pt; margin: 0px 0px 0 0px;color: solid black; padding: 0px 0px 0px 10px;border-top: 0px ;	text-decoration: none;text-align: left;	width: 149px; }
  .vititle a:link {    color: #111111;	text-decoration: none;  }
  .vititle a:visited { color: #111111; 	text-decoration: none;  }
  .vititle a:hover {   color: #111111;	text-decoration: none;  }
  .vititle a:active {   color: #111111;	text-decoration: none;  }  

  .vitop a:link {    color: white ;	 text-decoration:underline; }
  .vitop a:visited { color: white ; text-decoration:underline;  }
  .vitop a:hover {   color: white ; text-decoration:underline; }
  .vitop a:active {  color: white ;	 text-decoration:underline; }  

  .viarrow {    float:right;	width: 15px;  }

  div#VITitel {   
   float:left;
   font-size: 10pt;
   font-weight: bold;
   color: white ;  
   background-color:#CCA400;	
   text-align: center;   
   width: 185px;
   height: 20px;     
  }

  div#VIBottom { 
  	border-left: 3px solid #CCA400;
	border-right: 3px solid #CCA400;
	border-bottom: 3px solid #CCA400;
	float:left;    
    background-color:#F0E4B3;    
	width: 179px;
	height: 9px;        
  }

  div#VInhalte {
    border: 0px solid red;   
  }  

  div#Footer {
    clear: both;
    font-size: 10pt;
    margin-left:25px;
	padding:0px 0px 3px 0px;
    text-align: left;
	}
  
  div#Footer a {
    text-decoration: none;    
  }
  div#Footer a:link {
    color: #0D0C0C; 
  }
  div#Footer a:visited {
    color: #5F5C5C; 
  }
  div#Footer a:hover {
    color: #8D8888; 
  }
  div#Footer a:active {
    color: #BFB8B8; 
  }

  
	div#menuz_old {width: 188px;margin:0px 0 0px 0 ;font-family: Verdana,Arial, Helvetica, sans-serif;}
	div#menuz_old ul {list-style: none;margin:0 0 0 0 ;padding: 0px;}
	div#menuz_old ul ul {display:none;}
	div#menuz_old ul.act {display:inline !important; margin:0;padding:0;}
	div#menuz_old A.no, #menuz A.act {text-decoration: none;}
	div#menuz_old A.act,#menuz A.ifsub, #menuz A.act:hover { font-weight : bold;}
	div#menuz_old {border-top:0px solid black;border-right:0px solid black;border-left:0px solid black;}
	div#menuz_old A {display:block;margin:0px 0 0 0;border-bottom:0px solid #005073;padding: 2px 5px 3px 0px;}
    *html div#menuz_old A {width: 100%;} /* IE */
	div#menuz_old UL IMG {display:none;margin:2px 3px 2px 0px;}
        
         /*2.Ebene*/
	div#menuz_old UL UL IMG {display:inline;margin:3px 3px 2px 4px;border-bottom:0px solid #80902F;}


	div#menuz_old UL UL UL IMG {margin-left:10px;}

	div#menuz_old UL UL UL UL IMG {margin-left:24px;}

	div#menuz_old UL UL UL UL UL IMG {margin-left:32px;}

    div#menuz_old UL A {text-decoration:none;font-face:Verdana;color:#FEFFFF;font-weight:normal;font-size:10pt;background: #CCA400;margin:10px 0 0 0;height:auto;border:1px solid black;padding:0px 0px 0px 5px;}
	
/*HGM - Menu 2te Ebene*/        
	div#menuz_old UL LI UL A {text-indent:-16px;background: #DDC357;margin:0 0 0 0;height:auto;font-size:8pt;color:#010000;border-left:0px;border-top:0px;border-right:0px;border-bottom:1px solid #CCA400; font-weight: normal;padding:0px 0px 0px 15px;}
	
	div#menuz_old UL LI UL LI UL A {text-indent:-22px;background:#F0E4B3 ;height:auto;padding:0px 0px 0px 30px;border-left:0px;border-top:0px;border-right:0px;border-bottom:1px solid #CCA400;}
	
	div#menuz_old UL LI UL LI UL LI UL A {text-indent:-36px;background: #F3F3F3 ;font-size:8pt;font-weight:normal;padding:0px 0px 0px 35px;}



	/* *************** NEU BEGIN ************************* */	

	/* LEVEL 1 */
	
	div#menuz UL LI {
		background: #CCA400;
	}
	
	/* LEVEL 2 */
	
	div#menuz UL LI UL LI {
		background: #DDC357;
		border-top:1px solid #CCA400; 
	}
	
	/* LEVEL 3 */
	
	div#menuz UL LI UL LI UL LI {
		background: #F0E4B3;
		border-top:1px solid #CCA400; 		
	}
	
	/* LEVEL 4 */
	
	div#menuz UL LI UL LI UL LI UL LI {
		background: #F3F3F3;
		border-top:1px solid #CCA400; 
	}
	
	/* LEVEL 5 */
	
	div#menuz UL LI UL LI UL LI UL LI UL LI {
		background: #F0E4B3;
		border-top:1px solid #CCA400; 
	}
		
	
	/* IE */
	
	*html div#menuz UL LI UL {
		background: #DDC357;
	}
	
	*html div#menuz UL LI UL LI UL {
		background: #F0E4B3;
	}
	
	*html div#menuz UL LI UL LI UL LI UL {
		background: #F3F3F3;
	}

	*html div#menuz UL LI UL LI UL LI UL LI UL {
		background: #F0E4B3;
	}
		
	/* IE */

	/* *************** NEU END ************************* */	


 
  
  
  div#TopthemenContent {    
    float:left;
    font-size: 10pt;
    margin: 0 0px 0px 0; 
    background-color:#F0E4B3;
    border:1px solid #CCA400;
    text-decoration: none;
    color: solid black;
    text-align: left;
    border-top: 0px ;
    width: 183px;
    height: auto;    
  }
  div#TopthemenTitle {   
	float:left;
	font-weight: regular;	
    font-size:10pt;
    margin: 0px 0px 0 0px; 
	color: solid black;
    padding: 0px 0px 0 10px; 
	border-top: 0px ;    
	text-decoration: none;
	text-align: left;    
	width: 157px;	
  }
 div#TopthemenTitle a:link {
    color: #111111; 
	text-decoration: none;
  }
  div#TopthemenTitle a:visited {
    color: #111111; 
	text-decoration: none;
  }
  div#TopthemenTitle a:hover {
    color: #111111;
	text-decoration: none;
  }
  div#TopthemenTitle a:active {
    color: #111111; 
	text-decoration: none;
  }  
  div#TopthemenArrow {
       float:right;
	width: 15px;
   
  }

  div#tthead {
    border: 0px solid green;
    float: left;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
    /*margin: 0 0 1em 3px;*/
    padding: 3px 0px 0 20px;
	color: solid gray;
    text-align: left;	
  }
  div#ttheadtitle {
    border: 0px solid blue;
    float: left;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
    /*margin: 0 0 1em 3px;*/
    padding: 3px 3px 0 0px;
    text-align: left;
	color: solid red;
  }
  div#VIContent {
    /*display: none;*/
	float:left;
    font-size: 10pt;
    margin: 0 0px 0px 0; 
	background-color:#F0E4B3;
	border-left:3px solid #CCA400;
	border-right:3px solid #CCA400;
	border-bottom:1px solid black;
	text-decoration: none;
	color: solid black;
    text-align: left;
    border-top: 0px ;
	width: 179px;
	height:auto;	
    
  }
  div#VITitle {   
	float:left;
	font-weight: regular;	
    font-size:10pt;
    margin: 0px 0px 0 0px; 
	color: solid black;
    padding: 0px 0px 0 10px; 
	border-top: 0px ;    
	text-decoration: none;
	text-align: left;    
	width: 149px;    
  }
  div#VITitle a:link {
    color: #111111; 
	text-decoration: none;
  }
  div#VITitle a:visited {
    color: #111111; 
	text-decoration: none;
  }
  div#VITitle a:hover {
    color: #111111; 
	text-decoration: none;
  }
  div#VITitle a:active {
    color: #111111; 
	text-decoration: none;
  } 
  div#VIArrow {
    float:right;
	width: 15px;    
  }
  
   div#mikroline{
     height:243px;
     width:185px;
     
}
div#mikroline input{    
    background-color:#CCA400;
	border: transparent;
  }

  div#DlContent { 
    font-size:7pt;
	float:left;
	width:430px;
	height:auto;
	  
  }
   div#DlIcon { 
    
	float:left;
	width:20px;
	height:20px;
	  
  }

   div#DlTitel { 
    font-size:7pt;
	float:left;
	width:250px;
	height:auto;
	  
  }
  
   div#DlDatum{
   margin-left:10px;
   font-size:7pt;
  float:left;
	width:80px;
     
     
}
 div#DlSize{
 float:right;
	width:50px;
    
     
}
div#DlDescription{
 clear:both
 float:left;
 font-size:7pt;
	width:400px;
    
     
}

.bewertng-txt {
    float:left;	
	margin-left:15px;
	margin-bottom:15px;
	font-size:10pt;
	font-weight:bold;	
	padding-left:10px;
	padding-right:10px;
    background-color:#F0E4B3;
	height:18px;
	border: 1px solid #CCA400;

 }
  .bewertung-sbmt {    
	float:left;
	height:16px;   
  }
  .bewertung-sbmt input{
    float:left;
    background-color:#CCA400;
	border: 1px solid #CCA400;
  }

  /* ***********************************************
 Download ALL
*********************************************** */

.dlinfo {float:left; border: 1px solid #CCA400;width: 140px;height:18px;text-align:center;}
.dltitel {float:left;border-left:1px solid #CCA400;border-right:1px solid #CCA400;border-bottom:0px solid #CCA400;width: 551px;height:40px;margin:0px;padding-top:18px;padding-left:15px;}
.dldescription {float:left;border:1px solid #CCA400;width: 566px;border-top:0px;}
.dldivider {float:left; border: 0px solid #CCA400;width: 568px;height:1px;margin-top:20px;}


/* *************** end ************************* */
























































