/* css für Grundlayout*/

* { margin: 0;
   padding: 0; 
  } /*damit werden alle elemente am rand auf 0 gesetzt (d.h. die Aufzählungspunkte werden ignoriert)*/


body { background-image: url(../bilder/hg_menue1.jpg);
      background-repeat: repeat-y;
      font-family: Arial, Verdana, Helvetica, sans-serif;
    }
p { font-size: 0.8em;
	text-align: center;}
	
b { font-size: 1.0em;
	text-align: left;
 }
	
#navi { margin-left: 5px;
	    float: left;
	    background-image: url(../bilder/hg_menue1.jpg);
        background-repeat: repeat-y;
      }
#navi img { margin: 15px 15px 30px 15px; }
#navi ul { margin-left: 30px;
         list-style-image: url(../img/page01.gif); 
		 } 
#navi li { line-height: 1.7em; 
         font-size: 0.8em; }
#navi a { text-decoration: none; 
         font-weight: bold; 
	   }
#navi a:link {color: rgb(0,0,0); }
#navi a:visited {color: rgb(0,0,0); }
#navi a:hover {color: rgb(179, 152, 129); }
#navi a:active {color: rgb(0,0,0); }

#navi hr  { margin: 10px; }

#kopf { background-image: url(../bilder/hg_menue2.jpg);
       background-repeat: repeat-x;
	   margin: 0; 
	   height: 70px; }
	   
#kopf h1 { text-align: center;
          font-size: 1.3em;
		  padding: 5px; 
		  text-decoration: underline} 
		  
#ticker { /* height: 25px; */				/* Die Höhe wird nicht benötigt, kann Probleme bereiten. */
			margin-top: 5px;                /* Abstand vom Kopfbereich */
			margin-left: 220px;	}			/* Abstand von links inkl. Navigation */
#ticker a:link {color: rgb(51,153,0); }
#ticker a:visited {color: rgb(51,102,0); }
#ticker a:hover {color: rgb(255,0,127); }
#ticker a:active {color: rgb(51,153,0); }	   
		 
		 
.content { 
		  margin-left: 5px;
	          float: left;
		  padding: 0 0 0 50px; 
		  font-size: 0.9em;
		  text-align: center; 
	     
		}

.content h2 { color: rgb(124,124,124); text-align: center; 
             font-size: 1.3em;
		     padding: 0 }
.content h3 { color: rgb(124,124,124); text-align: center ; 
             font-size: 1.2em;
		     padding: 0 }
			 
.content h5 { color: rgb(124,124,124); text-align: left ; 
             font-size: 1.0em;
		     padding: 0 }
			 
.content a { font-size: 1.0em;
		     padding: 5px; 
			 text-align: center; }
			 
.content b { font-size: 0.9em;
			text-align: left;
			}
		   
.content a:link {color: rgb(51,153,0); 
				font-weight: bold;
				text-decoration: none}
.content a:visited {color: rgb(51,102,0);  
				   font-weight: bold; 
				   text-decoration: none}
.content a:hover {color: rgb(179, 152, 129);
				 font-weight: bold;
				 text-decoration: underline} 
				
.content a:active {color: rgb(51,153,0); 
					font-weight: bold; 
					text-decoration: none}
					
.content2 a:link {color: rgb(51,153,0); 
				font-weight: bold;
				text-decoration: none}
.content2 a:visited {color: rgb(51,102,0);  
				   font-weight: bold; 
				   text-decoration: none}
.content2 a:hover {color: rgb(179, 152, 129);
				 font-weight: bold;
				 text-decoration: underline} 
				
.content2 a:active {color: rgb(51,153,0); 
					font-weight: bold; 
					text-decoration: none} 					 
				 

.content ul { list-style-image: url(../img/pfeil_aufzaehlung.gif); 
			text-align: left; }
			
.content li { margin: 10px 10px 10px 25px; 
			font-size: 1em;
			text-align: left;
			list-style-image: url(../img/pfeil_aufzaehlung.gif)}
		
.content h4 :link {color: rgb(51,153,0); }
.content h4:visited {color: rgb(51,150,0);  
				     }
.content h4:hover {color: rgb(255,0,127);  
				  text-decoration: underline;}
.content h4:active {color: rgb(51,153,0);  
				   }

#chrono { 
		  margin-left: 5px;
	      float: left;
		  padding: 0 0 0 50px; 
		  font-size: 1.0em;
		  text-align: center; 
	      
		}
				   
#chrono ul { list-style-image: url(../img/pfeil_aufzaehlung.gif); 
			text-align: left; }
			
#chrono li { margin: 0 0 0 20px; 
			font-size: 0.8em;
			text-align: left;
			}
			
			
#sitemap ul { margin-left: 20px;
         list-style-image: url(../img/page01.gif); 
		 } 
#sitemap li { line-height: 1.7em; 
         font-size: 0.9em; }
#sitemap a { text-decoration: none; 
         font-weight: bold; 
	   }
#sitemap a:link {color: rgb(51,153,0);  }
#sitemap a:visited {color: rgb(51,150,0);  }
#sitemap a:hover {color: rgb(179, 152, 129); 
				  text-decoration: underline;}
#sitemap a:active {color: rgb(51,153,0); }

#sitemap hr  { margin: 10px; }


				
.ueberschrift {color: rgb(124,124,124); 
			   text-align: center; 
               font-size: 1.1em;}
		     
.bildunterschrift {	font-size: 0.9em;
			font-weight: bold;
			text-align: center; 
			}
			      
.beschriftung { font-size: 1em;
			   text-align: center; }
				
.beschriftung1 { font-size: 0.8em;
			   text-align: center; }
				
.innenbeschriftung { font-size: 1.0em;
					text-align: left; }

.innenbeschriftung2 { font-size: 1.0em;
					 text-align: justify ;}
					 
.innenbeschriftung3 { font-size: 1.0em;
					 text-align: justify ;
					 }
					 
.innenbeschriftung4 { font-size: 1.0em;
					 text-align: center ;}
					 
.innenbeschriftung5 { color: rgb(124,124,124); text-align: left ; font-weight: bold; 
             font-size: 1.2em;	}
			 
.innenbeschriftung6 { font-size: 0.8em;
					 text-align: justify ;
					 font-weight: bold;
					 color: rgb(51,153,0);  }
					 
.innenbeschriftung7 { font-size: 1.0em;
					 text-align: justify ;
					 font-weight: bold;
					 color: rgb(51,153,0);  }
.innenbeschriftung8 { font-size: 1.0em;
					 text-align: justify ;
					 }	
.innenbeschriftung9 { font-size: 1.0em;
					 text-align: center ;
					 font-weight: bold;
					 color: rgb(51,153,0);  }				 

.schlusstext { font-size: 1.0em; 
			  text-align: center; 
			  font-weight: bold; }

.fettbeschriftung { font-size: 0.8em; 
						   text-align: justify ;
						   font-weight: bold;
						   }
.fettbeschriftung2 { font-size: 1.0em; 
						   text-align: left ;
						   font-weight: bold;
						   }
.linkfettbeschriftung { font-size: 1.0em; 
						   text-align: justify ;
						   font-weight: bold;
						   }
						   
.bildbox { 	width: 300px; 
			text-align: left; 
			float: right; /*Achtung: hier das float: right, wenn der Text links vom Bild laufen soll. */
			font-size: 0.8em;
			text-align: justify ;}
			
ul#containerul {
list-style-image:url(../img/pfeil_aufzaehlung.gif);
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal; 
word-spacing: 0;
letter-spacing: 0;
line-height: 2;
font-weight: bold;
}

li#container {
list-style-image:url(../img/pfeil_aufzaehlung.gif);
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal; 
word-spacing: 0;
letter-spacing: 0;
line-height: 1.5;
font-weight: bold;
}

li#container2 {
list-style-image:url(../img/pfeil_aufzaehlung.gif);
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal; 
word-spacing: 0;
letter-spacing: 0;
line-height: 1.5;
font-weight: bold;
}

li#container_aktiv {
list-style-image:url(../img/page_aktiv.gif);
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal; 
word-spacing: 0;
letter-spacing: 0;
line-height: 1.5;
font-weight: bold;
} 
		
a#menue:link {
font-family: Arial; 
text-decoration:none; 
color: #333333}

a#menue:visited {
font-family: Arial; 
text-decoration:none; 
color: #666666}

a#menue:hover {
font-family: Arial; 
text-decoration:underline; 
color: #666666}

a#menue:active {
font-family: Arial; 
text-decoration:underline; 
color: #000000}

	
.formular {
 margin:0px auto;
 width:480px;
 background-color: #dedede;
 border:1px solid #000000;
 text-align:left;
}
.box {
 margin-top:10px;
}
.um {
 margin-left:10px;
}
.bez {
 float:left;
 text-align:left;
 width:8em;
 line-height:25px;
}
input {
 margin-top:5px;
}
.nachricht {
 clear:both;
 text-align:left;
 margin-left: 10px;
}
.copy {
 font-size:10px;
 position:relative;top:30px;
}

	.tickertext {
	padding-top: 7px;
}

#ticker {
	padding: 0px 0px 0px 10px;
	width: 760px;
	clear: left;
	height: 27px;
	font-size: 10px;
	overflow: hidden;
	font-weight: normal;
	margin: 0px;
	/* vertical-align: middle; */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
}

#ticker a {
	font-size: 10px;
	font-weight: normal;
}
			
				

				
