/*alles was auf die ganze Seite angewendet wird*/
body,td,p,span{
	font-family: Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600
}

 li{
	list-style-type: square;
 	list-style-position: outside;
	display: list-item;
}
.li2{
	list-style:  circle inside;
	white-space: normal;
}

#links_lyb{
	font-weight: bold;
}
#links_lyb ul{
	list-style-type: circle;
 	list-style-position: inside;
	line-height: 18px;
	margin-left: 5px;
 
}
/*Links/Verweise- Formatierungen*/
a.rot{font-size: 13px;
		color: Red;
}
/*die Links in der Navigation*/
a.navi:link{
	font-size: 13px;
	font-weight: bold;
	color:#006600;
}
a.navi:visited{
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}
a.navi:hover{
	font-size: 13px;
	font-weight: bold;
	color: Red;
}
a.navi:active{
	font-size: 13px;
	font-weight: bold;
	color:#004201;
}

/*Links im Text- Uberschrift h3_extra*/
a.h3e:link{
	 color:#006600;
	 text-decoration: none;
	}

a.h3e:visited{
 color:#006600;
	text-decoration: none;
}	
a.h3e:hover{
	text-decoration: none;
	color: #C50505;
}
a.h3e:active{
	text-decoration: none;
	 color:#006600;
}

a.text_li {
   font-weight: 600;
	color:#006600;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	border-bottom-style: dashed;
  	}
	  
a.text_li:link {
	 color: #006600;
	 text-decoration:none;
	 border-bottom-width: 1px;
	 border-bottom-color: #006600;
	 border-bottom-style: dashed;
  }
  
 a.text_li:visited {
   text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	border-bottom-style: dashed;
	color: #006600;
  }
a.text_li:hover {
   color: #C50505;
	text-decoration: underline;
	border-bottom: none;
  }
 a.text_li:active { 
	text-decoration: none;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	border-bottom-style: dashed;
  }



/*Links mit Rot und großer Schrift*/
a.li_rot_gr:link{
	font-size:18px;
	color: Red;
}
a.li_rot_gr:visited{
	font-size:18px;
	color: #B90000;
}
a.li_rot_gr:hover{
	font-size:18px;
	color: #006600;
}
a.li_rot_gr:active{
	font-size:18px;
	color: Red;
}


/* Formatierung der Tabellenzellen*/
.td_navi{
	background-color: #CCFFCC;
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	text-align: center;
}

/*Textformatierungen aller Art*/
.text_norm{
	font-size: 12px;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
}
.text_klein{
font-size: 10px;
font-weight: normal;
}
.text_fett{
	font-weight: bold;
}
.h_extra{
	font-size: 18px;
	font-weight: 600;
	font-variant: small-caps;
}
.h3_extra{
	font-size:20px;
	font-style: italic;
	font-weight: bold;
	color:#006600;
}
.h_klein{
	font-size:13px;
	font-weight:700;
   background-color: #FFFFCC;
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	height: 30px;
	padding: 5px;
	color:#006600;
}

.h_2{
	font-size:13px;
	font-weight:700;
   background-color: #FFFFCC;
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	height: 50px;
	padding: 5px;
	color:#006600;
}

/*Kopf mit Logo und grosser Schrift als Bereich*/

#h_hell{
	font-size:20px;
	font-style: italic;
	font-weight: bold;
	color:#006600;
   background-color: #FFFFCC;
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	padding: 5px;
	text-align:center;
	vertical-align: sub;
}

.buttoncenter{
	text-align:center
}



#h_hell img {
	float: left;
	margin-right:3px;
}
#index h1{
	font-size:15px;
	font-weight: bold;
	color:#006600;
   background-color: #FFFFCC;
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	padding: 5px;
	text-align:center;
}

h3{
	font-size: 13px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin: 5px 0 0 0;
	color:#006600;
}

.text_rot{
	font-size: 13px;
	color: Red;
}

.print_h{
		font-size:15px;
		color: Black;
		 font-weight: 700;
		line-height:120%;
	}
	.print_norm{
		font-size:13px;
		color: Black;
		line-height:120%;
	}
.rahmen{
	border-color: #009900;
	border-width: 1px;
	border-style: double;
	height: 30px;
	padding: 5px;
}

#img1{
  	float:left;
	margin-right:8px;
  }

 #img2{
  	float: right;
	margin-left:8px;
  }

  .clear{
  clear: left;
  }
  
  #haederinfo{
  	margin:0 0 0 25px;
	font-size:20px;
	font-style: italic;
	font-weight: bold;
	line-height:20px;
  }

.imgborder {
	border: #009966  1px solid;
}