/*Style des Cominform*/

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 115%;
    font-weight: normal;
    margin:5;
    padding:0;
    border:0;
    background-color : #CCCCCC;
    font-size:small;
}

/*andere Definition für IE5 und IE6*/
* html body {
  font-size:x-small; /*IE5*/
  f\ont-size:small;/*IE6*/
}


a:link {
    color: blue;
    text-decoration : none;
}     
a:visited {
    text-decoration : none;
    color: Maroon;}


p,ol,ul,td {
 font-size: 90%;
}


p sup {
	font-size: 70%;
	line-height: 110%;
}    
p sub {
	font-size: 70%;
	line-height: 110%;
} 

b { 
    font-weight:bold
    }
h1 {
     font-family: Verdana, Helvetica, sans-serif;
     font-size: 130%; 
     font-style: normal; 
     line-height: normal; 
     font-weight: bold; 
     }
h2 {
     font-family: Verdana, Helvetica, sans-serif;
     font-size: 120%; 
     font-style: normal; 
     line-height: normal; 
     font-weight: bold; 
     }
td b {
	font-weight:bold;
}


#nav ul {
  font-size: 100%;
  list-style: none;
  margin: 0; 
  padding: 10px 0 29px 10px;
  border-bottom:1px solid #000000;
}
  
#nav li {
  float:left;
  height:27px;
  background: #8080FF url(navi_rund_oben_rechts.gif) top right no-repeat; 
  margin: 2px 2px 0 2px;
  border: none; /*1px solid #000000;*/
  border-top: 0px;
}

#nav a {
  float:left;
  display:block;
  height:21px;
  color: #FFFFFF;
  text-decoration:none;
  background: url(navi_rund_oben_links.gif) top left no-repeat;
  padding: 6px 6px 0px 6px;
}  

#nav li.aktiv {
  background: #CCCCCC url(navi_rund_oben_rechts.gif) top right no-repeat;  
}

#nav li.aktiv a {
  border-bottom:1px solid #CCCCCC; 
  color:#000000;
}

#nav a:hover { 
  color: #000000;
}

#nav ul.ebene2 li {
  background: #4040FF url(navi_rund_oben_rechts.gif) top right no-repeat;  
} 
#nav ul.ebene2 li.aktiv { 
  background: #CCCCCC url(navi_rund_oben_rechts.gif) top right no-repeat;
}
  
#buttons {
  font-size: 100%;
  list-style: none;
  margin: 0; 
  padding: 5px 10px 45px 10px;
}
#buttons li {
  float:left;
  height:30px;
  background: #8080FF url(button_rund_rechts.gif) top right no-repeat;
  margin: 2px 2px 0 2px;
}
#buttons a{
  float:left;
  display:block;
  background: url(button_rund_links.gif) top left no-repeat;
  height:24px;
  color: #FFFFFF;
  text-decoration:none;
  padding: 6px 6px 0px 6px;
}
#buttons a:hover { 
  color: #000000;
}

  
#inhalt {
  clear:left;
  padding-top:10px;
}

