/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	color:#000000;
	background-color:#FFF;
	text-align: left;
	margin: 0;
	}

a { text-decoration: none;}

a:link, a:visited   { 
    color: #000;
    font-weight: 600;
	text-decoration: none; 
	background: transparent;
}

a:link:after, a:visited:after   {
	content: "("url("50_images/pfeilgrau.gif")attr(href)")";
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	white-space: nowrap;
}

li li {
	font-size: 100% !important;
}
  

	
img {              
	 vertical-align: bottom
  }



/* Allgemeine Klassen
* * * * * * * * * * * * * * * * * * * * * * * * * * */



/* Rahmen
*****************************************************/

#rahmen {
	background: #FFF;  
	} 	 	
	

/* Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#kopf {
	display: none;
	}  



/* Horizontale Navigation für die allgemeinen Links (line-in-Menue) */
/* * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#Navi {
     display: none;
  }
  

/* Spalte 1 - Vertikale Navigation Flyout-Menü
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


  
#spalte1 {
	display: none;
	}



/* Spalte 2 - Inhalt
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
	background: #FFF;	
	}
	
#spalte2 img {
	padding: 5px;
	vertical-align: middle;
	border: 0;
	}  
	
/* Uberschriften
*******************************/

#spalte2 h1, #spalte2 h2, #spalte2 h3, #spalte2 h4 {
	font-weight: 600;
	line-height: 150%;
	page-break-after:avoid;
	margin: 0;       
}

#spalte2 h1 {
	font-size: 13pt;
	padding-bottom: 10px;
	padding-top: 3px;
	}
 
#spalte2 h2 {
  font-size: 12pt;
  padding-bottom: 8px;
  padding-top: 3px;
  }

#spalte2 h3 {
  font-size: 11pt;
  padding-bottom: 5px;
  padding-top: 1px;
  }
  
#spalte2 h4 {
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 1px;
	/* font-style: italic;   */
  } 

/* Absätze, Aufzählungen 
******************************************/

#spalte2 p {
	font-size: 10pt;
	line-height: 150%;
	margin: 0;
	padding-bottom: 1em;
	}

.betont {
	font-weight: 600;
}

.fett {
   font-weight: 600; 
   }

.einzug {
	padding-left: 25px;
	}
	
.einzugklein {
	padding-left: 10px;
	}
.abstandoben {
    padding-top: 15px;
	}	
  
.center {
  text-align: center;
  }
  
#spalte2 ul {
	margin:0;
	padding: 0px 0px 5px 20px;
	list-style-type: disc;
}

#spalte2 li {
	font-size: 10pt;
	line-height: 130%;
	margin: 0;
	padding-left: 5px; 
	padding-bottom: 10px; 
	}                                                      

#spalte2 ul ul {
	margin:0;
	padding: 5px 0px;
	list-style-type: circle;
   }
   
#spalte2 li li {
  margin:0;
  padding: 0;
  font-size: 10pt;
  }



/* Tabellen 
*******************************************/  
table {
   border: 1px solid #000;
   border-collapse: collapse;
  width: 100%; 
   }
   

.spalte130 {
width: 30%;
}

.spalte230 {
width: 30%;
}

.spalte340 {
width: 40%;
}

.spalte170 {
width: 80%;
}

.spalte215 {
width: 10%;
}

.spalte315 {
width: 10%;
}

.spalte110 {
	width: 10%;
	}
  
.spalte290 {
  width: 90%;
  }

.tdcenter {
  text-align: center;
  }


td, th {
	border: 1px solid #000;
	font-size: 10pt;
	padding: 10px 10px;
	line-height: 130%;
	vertical-align: text-top;
   }

#spalte2 td p {
  font-size: 10pt;
  line-height: 130%;
  } 
    
caption {
   font-size: 11pt;
   font-weight: bold;
   padding: 12px 0px;
   }  
    
th {
   font-weight: bold;
   background-color: #E0E0E0;
   }

.farbigetd {
	background-color: #EBEBEB;
   }   
   

/* Info-/Bildbox
*********************************************/   
.infobox, .imgbox {
    padding: 10px;
	margin: 0px;
	width: auto;
	}  

.imgboxklein {
    display: none;
	padding: 8px;
	margin: 3px;
	float: right;
	}
	
.imgboxinnen {
      display: none;
	  margin: 80px 30px;
	  padding: 10px;
	  float: right;
}	

.imgbox {
    display: none;
	margin: 10px 20px;
	float: right;
	} 
	
.imgbox img {
   display: none;
   margin: 2px 0px;
   }  


.infobox {
    border: 1px solid #666;
	font-size: 100%;
	line-height: 130%;
	margin: 10px;
	}  

	
.float	{
    float: right;
	}  
	  
   
/* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
 #fuss {
	display: none; 
	}  

