		/* css-formate */
/* stlb*/

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:101%;
  background-color:#FFFFFF;
}

p {
 font-size:80%;
  color:#000000;
  margin:0px;
  padding:3px 0 5px 0;
  }

.absatz {
  color:#000000;
  padding:3px 0 0 5px;
  margin-top:2px;
  margin-bottom:8px;
  }
  
 
.fett {
  color:#000000;
  font-weight:bold;
  /*font-size:0.85em;*/
   }  
  
.blau-fett {
  color:#264468;
  font-weight:bold;
  /*font-size:0.9em;*/
  }  
  
.suche-blau {
  color:#264468;
  font-weight:bold;
  font-size:85%;
  line-height:190%;
  }  
  
.blau-klein {
  color:#264468;
  font-size:90%;
  text-align:right;
  padding: 5px 5px 0 0;
  }  
 
.blau-fett-rechts {
  color:#264468;
  font-weight:bold;
  /*font-size:0.85em;*/
  text-align:right;
  padding: 5px 5px 0 0px;

  }  


.header-weiss {
  color:#FFFFFF;
  font-weight:bold;
  padding:3px 0px 3px 5px;

  }  
  
.header-main-ob {
  color:#000000;
  font-weight:bold;
  padding:5px 5px 20px 5px;
  width: 99%;

  }
.titel-main-text {
  color:#000000;
  font-weight:bold;
  padding:20px 5px 20px 5px;
  width: 99%;
	margin:0;

  }  
  
/* Allgemeine Formatierungen fuer Redakteure */  

h1 {
  font-size:110%;
  color: #000000;
	padding:0 0 0 5px;
  font-weight:bold;
  } 
  
 h2 {
   font-size:80%;
    color:#000000;
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0;
	} 
	
 h3 {
   font-size:80%;
    color:#264468;
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0;
	} 
 
 /* Formate Links*/
a:link {
  text-decoration: underline;
  font-size: 100%;
  text-align:left;
  font-weight: normal;
  color:  #000000;
  background-color:transparent;
 /* outline: none;*/

}

a:visited {
  text-decoration: underline;
  font-size: 100%;
  text-align:left;
  font-weight: normal;
  color:  #808080;

  /*outline: none;*/

}

a:hover {
  text-decoration: underline;
  font-size: 100%;
  text-align:left;
  font-weight: normal;
  color:  #000000;

  /*outline: none;*/

}

a:active {
  text-decoration: none;
  font-size: 100%;
  text-align:left;
  font-weight: normal;
  color:  #000000;

  /*outline: none;*/

}


a:focus {
  text-decoration: underline;
  font-size: 100%;
  text-align:left;
  font-weight: normal;
  color:  #000000;

  /*outline: none;*/


}
/* liste fuer den Nav Bereich im Content */
.li-main-nav-norm {
   display:block;
   /*vertical-align:middle;*/
   float:left;
   list-style-type:none;
   border-top:0;
   border-right:1px solid #264468;
   border-bottom:0;
   border-left:0;
   padding: 3px 5px 3px 5px;
   color:#000000;
   font-weight:bold;
   line-height:125%;

   }
   
.li-main-nav-norm a:link{
   text-decoration:underline;
}

.li-main-nav-norm a:visited .li-main-nav-norm a:hover {
   text-decoration:underline;
   font-weight:bold;
}   

.li-main-nav-norm a:active .li-main-nav-norm a:focus{
   text-decoration:none;
   background-color:#E3E8F0;
   color:#264468;
   font-weight:bold;
}
 
/*Navigation links */

.ul-nav-links {
  /*text-align:left;*/
  /*width:12em;*/
  margin:0;
  padding:0;

}


.li-nav-links  {
  background-image:url(/pic/strb_liste-code.gif);
  background-repeat:no-repeat;
  background-position:left top;
  border-top:0px;
  border-right: 0px solid #264468;
  border-bottom: 0px solid #264468;
  border-left:0px solid #264468;
  color:#000000;
   margin: 0 0 0 3%;
   padding: 0% 0% 1% 5%;
   text-decoration:none;
   width:80%;
   list-style-type:none;
   font-size:80%;

   }  
   
.li-nav-links a{
  display:block;
  color:#000000;
  margin: 0 0 0 3%;
   padding: 0% 0% 1% 5%;
  text-decoration:none;
  float:none;
}   

   
   
.li-nav-links a:link{
  display:block;
  color:#000000;
  margin: 0 0 0 3%;
   padding: 0% 0% 1% 5%;
  text-decoration:none;
  width:80%;
  float:none;
   
}   

.li-nav-links a:visited{
  display:block;
  color:#000000;
  margin: 0 0 0 3%;
   padding: 0% 0% 1% 5%;
  text-decoration:none;
  width:80%;
  float:none;
  
}   
 
.li-nav-links a:hover{
   text-decoration:underline;
}   
  
.li-nav-links a:active{
   text-decoration:none;
   color:#000000;
} 


.li-nav-links a:focus{
   text-decoration:none;
   color:#000000;
} 



/*Liste mit hellem Hintergrund*/  
  
 .li-nav-links-ebene2  {
  display:block;
  float:left;
  width:85%;
  background-color: #E3E8F0;
  border-top:0px;
  border-right:0;  
  border-bottom: 0px solid #FFFFFF;
  border-left:3px solid #264468;
  color:#000000;
  margin: 0 0 0px 1px;
  padding: 2px 6px 3px 8px;
  text-decoration:none;

   }  
   
.li-nav-links-ebene2 a{
   width:85%;
   display:block;
   float:left;
   line-height: 145%;
   color: #000000;
   margin: 0 0 0px 1px;
   padding: 2px 6px 3px 8px;
   background-color:#E3E8F0;
   list-style-type:none;
   text-decoration:none;
}   
 
.li-nav-links-ebene2 a:hover{
   text-decoration:underline;
   background-color:#E3E8F0;

}   
  
.li-nav-links-ebene2 a:active{
   text-decoration:underline;
   background-color:#E3E8F0;
   color:#264468;
}   

.iebug {
  font-size: 1%;
  display: none;
  
}

.rot-fett {
  color:#FF0000;
  font-weight:bold;
  }
  
.fehler-beschr-schwarz {
  font-size:80%;
  color: #000000;
	padding:3px 0 5px 10px;
  font-weight:bold;
  }

.fehler-beschr-rot {
  font-size:80%;
  color: #FF0000;
	padding:3px 0 5px 10px;
  font-weight:bold;
  } 	
