
body {
		background-color: #eee; 
		color:black;
		font-family:Arial,Helvetica,sans-serif;
      font-size:12px;
		text-align: center; /* damit im IE der Inhalt zentirert wird, text-align center wird in # seitenzentierung aufgehoben*/
		}

table {
   border-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
}

h1 {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size: 160%;
/*    line-height:36pt; */
    text-align:center;
    color:black;
	 background-color: #C0CDEE;
}

h2 {
    font-size:130%;
	 font-weight:bold;
/*	 line-height:28pt; */
    text-align:left;
	 padding-left:4px;
}

h3 {
	font-size:120%;
    font-weight:bold;
    padding-left:4px;
    text-align:left;
}

h4 {
	font-size:110%;
    font-weight:bold;
    padding-left:4px;
    text-align:left;
	 margin:8px;
}
		  
td {
    text-align:left;
    vertical-align:top;}

p {
	font-size:12px;
   font-weight:normal;
   text-align:left;
	padding:2px 4px 2px 4px;
   }

#seitenzentrierung{
	margin: auto;
	padding: 0px;
	background-color: #fff;
	width: 980px; /*98%;*/
	border: 1px solid #999; 
	text-align:left;
}


/* Seitenkopf und Fußzeile */
#kopf {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	list-style: none;
	background: #AABBE8;
	color: #000;
	border-bottom: 1px solid #999999;
}

#peter {
	float: left;
	width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px; 
	font-weight: bold;
	font-size: 160%;
}

#thema {
	float: left;
	width: 45%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px; 
	text-align: center;
	font-weight: bold;
	font-size: 160%;
}

#logo {
	float: right;
	width: 25%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px; 
	text-align: right;
	font-size: 10px;
}


#foot {
	clear: both;
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: black; 
	background-color: #A0B3E6;
	padding: 4px 0px 4px 0px;	
	border-top: 1px solid #999999;
}

/* Navigationstabelle am Seitenende - wird nur noch auf alten Seiten benötigt */
#navtab {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px; 
	list-style: none;
}

#navtop {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px; 
	text-align: center;
}

#navback {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px 0px; 
	text-align: right;
}

#navindex {
	float: left;
	width: 2%;
	margin: 0px;
	padding: 0px 0px; 
	text-align: center;
}

#navforward {
	float: right;
	width: 49%;
	margin: 0px;
	padding: 0px 0px; 
	text-align: left;
}

/* Navigationsmenü */

a.knav {
		font-weight: bold;
        color: #0A3BBE; 
		background-color: #E0E6F7;
        text-decoration:none;         
}
			
a.knav:visited {
        color: #0A3BBE; 
		background-color: #E0E6F7;
        text-decoration:none;         
}

a.knav:hover{
        background-color: #4A6ECF; 
		color: #F4E7AA;
		text-decoration:none;}

		
#rahmen { 
	clear: left;
	margin: auto;  
	padding: 2px 0px 0px 0px;
	background-color: #fff;
	text-align: center;
}


#navigation {width: 680px;
	margin: auto; 
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#navigation li {
	list-style: none;
	float: left; 
	position: relative;
	margin: 1px 2px 1px 2px; 
	padding: 0px 0px 0px 0px; 
	font-size: 90%;            /* ACHTUNG: verkettete %-Größe, ggf. sehr klein*/
}
* html #navigation li { /* ul# .. Korrektur fuer den IE */
	margin-bottom: -2px; 
}

#navigation li ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 26px; 
	left: -2px; 
	display: none; /* Unternavigation ausblenden */
}
* html #navigation li ul { /* ul#.. Korrektur fuer IE 5.x */
	left: -16px;
	lef\t: -2px;
}

#navigation li:hover ul {
	display: block; 
}

#navigation li ul li {
	float: none; 
	display: block;
	font-size: 100%;  
	margin-bottom: 1px; 
}

#navigation a.knav, #navigation span {
	display: block;
	width: 120px; /* Breite den in li enthaltenen Elementen zuweisen */
	padding: 4px 2px; 
	border: 1px solid #999;
}
* html #navigation a.knav, * html #navigation span {
	width: 130px; /* ul#.. Breite nach altem MS-Boxmodell für IE 5.x */
	w\idth: 120px; /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}


#navigation li.aktuell { /* aktuelle Rubrik kennzeichnen */
	display: block;	
	width: 120px;
	padding: 4px 2px; 
	border: 1px solid #999;
	color: #000; 
	background-color: #eee; 
	font-weight: bold;
	background-position: 4px 50%;
	background-repeat:no-repeat;
	background-image: url(images/list_icon.gif);
}
* html ul#navigation li.aktuell, * html ul#navigation li.aktuell span {
	width: 130px; /* Breite nach altem MS-Boxmodell für IE 5.x */
	w\idth: 120px; /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}


/*  Breadcrumbs */	

#breadcrumbs {
clear: both;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 8px;
	text-align: left;
}

#breadcrumbs li {
	display: block;
	list-style: none;
	float: left; 
	position: relative;
	margin: 10px 1px 20px 1px; 
	padding: 0px 0px 0px 0px; 
	font-weight: bold;
	font-size: 90%;            /* ACHTUNG: verkettete %-Größe, ggf. sehr klein*/
}

/*  -------------------------- */	

/*  Boxen für die Startseite */

.box_50_l{
	float:left; 
	width:50%; 
	margin:0px; 
	padding:0px;
	}
.box_50_r{
	float:right; 
	width:50%; 
	margin:0px; 
	padding:0px;
	}

.box_75_l{
	float:left; 
	width:75%; 
	margin:0px; 
	padding:0px;
	}
.box_75_r{
	float:right; 
	width:75%; 
	margin:0px; 
	padding:0px;
	}
.box_25_l{
	float:left; 
	width:25%; 
	margin:0px; 
	padding:0px;
	}
.box_25_r{
	float:right; 
	width:25%; 
	margin:0px; 
	padding:0px;
	}

.box_mit_rahmen_links{
   float:left; 
	width:465px; /*48%;*/
	border:solid 1px rgb(125,125,125); 
	margin:5px; 
	padding:5px;
	clear: both;
	}
	
.box_mit_rahmen_rechts{
   float:right; 
	width:465px; /*48%;*/
	border:solid 1px rgb(125,125,125); 
	margin:5px; 
	padding:5px;
	}	
	
.text_mit_bild p {
	float:left; 
	width:220px; /* 48%; */
	margin:0px; 
/*	padding-right:5px;*/
	}

.text_mit_bild ul li{
   float:left; 
	width:48%;
	margin-left:20px;
	}

	
	
/* ---------------------------- */
			
#inhalt{
	float: left;
	border: 1px solid #312A17; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 10px;
	width: 98%;
}
	
	
.zitat{
/*	border: 1px solid #CCCCCC;*/
	margin-left: 5%;
	margin-right: 5%;
	padding: 1em;
	font-family: Arial, sans-serif;
	font-size: 90%; /* 0.9em;*/
	color: #000; 
	background-color: #eee;
}	

.text-links{ 
	float:left;
	width: auto;
	margin-left: auto;
	margin-right: 10px;
}


.bild-links{
	float:left;
}

.bild-rechts{
	float:right;
	padding-left: 10px;
}

.floatex{
	clear:both;
	visibility:hidden;
}

.m {text-align:center;}

.r {text-align:right;}

.b {font-weight:bold;}

.vertikal-m {
	vertical-align: middle;
}

.bg0 {color: #000000; 
  background-color: #AABBE8;}

.bg1 {color:black; 
background-color: #0A3BBE;}

.bg2 {color:black; 
background-color: #4A6ECF;}

.bg3 {color:black; 
background-color: #A0B3E6;}

.bg4 {color:black; 
background-color: #E0E6F7;}

.bg5 {color:black; 
background-color: #F5F7FC;}

.bgw {color:black; 
background-color: #FFFFFF;}

.ge {color:black; 
     background: #FFFFF6;}

.gr {color:black; 
     background: #8AE0C7;}

.dm {color:black; 
	  font-weight:bold;
     background: #AADAF4;
	padding-left:4px;}

.df {color:black; 
	  font-weight:bold;
     background: #E1BFEE;
	padding-left:4px;}

.dm2 {color:black; 
	  font-weight:bold;
     background: #F4E7AA;
	padding-left:4px;}

.df2 {color:black; 
	  font-weight:bold;
     background: #BFEECA;
	padding-left:4px;}
	
	
.margin-left5{
	margin-left:5%;}
	
.margin-left10{
	margin-left:10%;}
	
.margin-left15{
	margin-left:15%;}

.margin-left50{
	margin-left:50%;
}

.sub {
	font-size: 80%;
}
  
.foot {text-align:center;
      font-weight:bold;
		padding: 4px;
}

.notes {  text-indent: 15px; 
          vertical-align: bottom;
           margin-left:20px; 
           margin-right:20px;
}
  
.tabkopf {   
    font-size:14px;
	 font-weight:bold;
    padding: 4px 4px 4px 4px;
	 border-color: #7590DA; 
    border-style: solid; 
    border-width: 1px; 
	 }

.nav {
    background-color: #B6C4EB;  
    padding-left:12px;
	 padding-right:12px;
	     padding-top:2px;
	 padding-bottom:2px;
          border-color: #7590DA; 
          border-style: solid; 
          border-width: 1px;
}

a {
/* color:blue;*/
color: #2900BB;
   text-decoration:none;}
	
a:visited {
/* color:#660066; */
color: #2900BB;
           }

a:hover{
/* color:#33FF33; */
         color:#03BC90;
			}
			

a.nava {font-weight: bold;
          color: #2900BB; 
          text-decoration:none;         
}

a.nava:visited {color: #2900BB; /*#BC3203; */
			          
}

a.nava:active{color:#03BC90; /* #33FF33;*/
         text-decoration:underline;}
			
a.nava:hover{color:#03BC90;
         }

			
a.intext {
          color: #2900BB; 
          text-decoration:underline;         
}

a.intext:visited {color: #BC3203; 
			 text-decoration:none;         
}
		
a.intext:hover{color:#03BC90;
         }
