/* Allgemeines
++++++++++++++++++++++++++++++++++++++++
*/

html {
  height:100%;
}


body {
  top:        0;        
  left:       0;       
  margin:    0;       
  padding:    0;       
  background-color:#000000;
  font-family: Arial, Verdana, sans-serif; 
  color:#ffffff;
  font-size: 14px;   
  width:100%;
  height:100%;  
}

h1, h2 {
  color:#ffffff;
}


h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin-top:40px; 
  margin-left:100px;
  padding:0; 
  margin-bottom:10px;
  font-size: 16px;   
}


a:link, a:visited, a:hover {
  color:#640E21; text-decoration: none;
  color: #3a75b0; text-decoration: none;
}

a:hover { color: #3a75b0; text-decoration: underline;}


ul, li {
  margin:0px 0 0 6px; 
  padding:0;
  text-indent:0;
  list-style-image:url(./images/pfeil_rechts.gif);
  list-style-position:outside;
}


ul li ul, ul li ul li {
  margin:0px 0 -9px 6px; 
  padding:0;
  text-indent:0;
  list-style-image:url(./images/pfeil_rechts.gif);
  list-style-position:outside;
}


/* Kopf
++++++++++++++++++++++++++++++++++++++++
*/

.header {
  background:#000000 url(header.jpg) 0px 0px no-repeat;
  padding:0px;
  margin:40px 0 0px 100px;    
  border-width:0px;
  position:relative;
  vertical-align:bottom;
  width:100%;
  height:100px;
}


/* dreispaltiges Layout für den Inhalt
++++++++++++++++++++++++++++++++++++++++
*/

#overflow-stop {
  overflow: visible;
}  

#container {
  background: url(./images/hintergrund_linien.gif) 1px 25px repeat-y;
  width:980px;
  /*clear:both;*/
  padding:0; 
  
  margin:20px 0 0 0;
  /*height:100%;
  min-height:100%;*/
}  
  
#spacer {
  width:38px;
  float:left;
  height:50px;
}




/* linke Spalte
++++++++++++++++++++++++++++++++++++++++
*/


#content {
  width:830px;
  margin-top:-5px;
  margin-left:40px;
  margin-bottom: 40px;
  padding: 30px 0px 0px 30px;
  float:left;
}  


* html #content { 
  width:575px;
}

#text {
  margin-left:20px;
  padding:30 0 0 100px;
}

#content h1 {
  font-size:24px;
  margin-left:100px;
  margin-right:100px
  letter-spacing:0.0em;
  border-width:0px 0px 1px 0px !important; 
  border-style:solid;0
}

#content h2 {
  font-size:14px;
  letter-spacing:0.0em;
  line-height:2em;
  border-width:0px 0px 1px 0px !important; 
  border-style:solid;
}

#content h3 {
  font-size:14px;
  letter-spacing:0.0em;
  line-height:2em;
  border-width:1px 0px 0px 0px !important; 
  border-style:solid;
}

#content h4 {
  font-size:14px;
  margin-left:100px;
  letter-spacing:0.0em;
  line-height:2em;
  border-width:0px 0px 0px 0px !important; 
  border-style:solid;
  padding: 5px 0 0 100px
}

#content p {
  color: #ffffff;
  margin-left:100px;
  padding: 5px 0 0 0px;
  padding: 0 40px 18px 0px;
  line-height:1.3em;
  background-color:#000000;
}

#content ul {
  padding: 0 40px 18px 0px;
}  

#content li {
  padding: 0 0px 10px 0px;
}

#content a:link {
  color:#ff0000;
  text-decoration:none;
}

#content a:hover {
  color:#ff0000;
  text-decoration:bold;
}

#content a:visited {
  color:#ff0000;
  text-decoration:none;
}


#content img {
  margin: 4px 5px 5px 0px;
  /*float:right;*/
}




#first {
  background-color:#EBE5E7;
  margin: 25px 0 20px 0;
  border-bottom: 1px white solid;
}


#first p {
  background-color:#EBE5E7;
  margin: 2px 0 2px 4px;
  padding: 0 40px 5px 0px;
}

#first h1 {
  background-color:#EBE5E7;
  margin:  0px 0 0 0;
  padding: 4px 2px 2px 2px;
}

#first img {
  margin:0 35px 8px 5px;
  float:right;
  padding:0;
}


#first_normal {
  margin:  0px 0 0 0;
  padding: 0px 0 0px 0;
  letter-spacing:0.0em;
  /*border-color:#D9C5C9;*/
  border-width:0px 0px 0px 0px;
  border-style:solid;
}

#first_normal img {
  margin:0 35px 8px 5px;
  padding:0;
  float:right;
}

#first_normal h1 {
  margin:  0px 0 0 0;
  padding: 4px 2px 2px 2px;
}





/* rechte Spalte mit vertikaler Navigation
++++++++++++++++++++++++++++++++++++++++
*/

#navigation {
  width:130px;
  float:left;
  margin-top:-3px;
  margin-bottom:40px;
  padding: 0px 0px 30px 30px;
  border-width:1px 0px 0 0px;
  font-size:14px;
}


.navigation div#adresse {
  text-indent:15px;
  margin:30px 0 20px 0px;
  background-color:#F1F1F1;  
  padding-top:7px;
  padding-bottom:10px;
  font-size:11px;
  border:0;
  border-top: solid 1px;
  color:#454242;
  position:relative;
}

.navigation div#adresse ul li {
  padding-bottom:7px;
  padding-top:5px;
  margin-top:2px;
  color:#454242;
  list-style-image:none;
  list-style:none;  
}

.navigation div#adresse ul {
  padding-top:5px;
}


#navigation p {
  color: #ffffff;
  font-size:14px;
  margin:0;
  padding: 5px 0 0 0px;
  padding: 0 40px 18px 0px;
  line-height:1.3em;
  background-color:#000000;
}


#nav_left {
  margin:25px 0 0 30px; 
  padding:0;
  border-style:solid;
  /*border-color:#D9C5C9;*/
  border-width: 0px 0px 0px 0px;
  text-align: right;
}

.nav_left li {list-style:none;
  margin:0px 0 0px 0px; 
  padding:0px 0px 0px 5px;
  /*border-color:#D9C5C9;*/
  border-style:solid;
  font-size:14px;
  border-width: 0 0 0px 0px;
  border-style:solid; 
  list-style-image:none;
  text-align: right;
}

.nav_left a {
  display:block; 
  padding:3px 0 3px 5px; 
  margin:0; 
  /*height:100%;*/
  }
  
  
.nav_left a:link {text-decoration: none; font-weight:normal; color: #ff0000; }
.nav_left a:visited {text-decoration: none; font-weight:normal; color: #ff0000;}
.nav_left a:hover {text-decoration: none; font-weight:normal; color: #000000;
  background: #ff0000; 
}
.nav_left a:focus { outline: none; }

.nav_left li:hover {
  background: url(./images/pfeil_rechts.gif) 2px 5px no-repeat;   
}

.nav_left li#li_wappen:hover {
  background: none;   
}

li#act {
  background: bullet 2px 5px no-repeat;   
}

a#act {
  color:#FCFCFC;
  background-color:#AAAAAA;
  display:block; 
  padding:3px 0 3px 5px; 
  margin:0;
  border-width:0;  
}




/* rechte Spalte
++++++++++++++++++++++++++++++++++++++++
*/

#content_right {
  width:215px;
  margin-top:-2px;
  margin-left:0px;
  padding: 25px 0px 0px 35px;
  /*border-color:#D9C5C9;*/
  border-width:0 0px 0 0px;
  border-style:solid;
  float:left;
/*  padding-bottom: 32767px;
  margin-bottom: -32767px;*/
}

* html #content_right {   
  width:250px;
}


#infokasten1 {
  margin:0px 0 20px 0px;
  background-color:#F1F1F1;  
  padding:0;
  padding-bottom:20px;
  font-size:11px;
  border:0;
  border-top-style:solid;
  border-top-width:1px;
}

#infokasten1 img {
  float:right;
  margin:0px;
  padding:0px;
}


#infokasten2 {
  margin:0px 0 10px 0px;
  background-color:#E1E1E1;
  background-color:#F1F1F1;
  border-top: solid 1px #D9C5C9;
  padding:5px 5px 25px 35px;
  font-size:11px;
}

#infokasten2 ul li {
  font-weight:bold;
  padding-bottom:7px;
  color:#454242;
}

#infokasten2 ul li ul li{
  font-weight:normal;
  padding-bottom:2px;  
  color:black;  
}


#infokasten2 img {
  float:left;
  margin:0px;
  padding:0px;
}




#img_bayern_karte {
  margin:20px 0px 15px 20px;
}


#infokasten3 {
  margin:0px 0 20px 0px;
  background-color:#F1F1F1;  
  padding:0;
  padding-bottom:20px;
  font-size:11px;
  border:0;
  border-top-style:solid;
  border-top-width:1px;
}

/* Fußzeile
++++++++++++++++++++++++++++++++++++++++
*/  

.footer {
  clear:both;
  margin:0px 3px 0 100px;
  padding: 3px 0px 0 0px;
  height:40px;
  float:none;
  background-color:#000000;
  color:#ffffff;
  text-align:right;
  font-size:14px;
  letter-spacing:0.1em;
  letter-spacing:0em;
  width:950px;
}


* html .footer {
  width:250px;
  padding: 3px 50px 0 737px;
  white-space:nowrap; 
}


