  *    {
  margin: 0px;
     /*  padding: 0px;   */
      font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
    body    {
    font-size: 0.85em;
    background-color: teal;
	color: white;
/* 	height: 100%; */
    }
    
	h1 {font-size: 2em;	/*nur für die Startseite*/
		font-weight: bold;
		}
	h2 {font-size: 1.3em;
		font-weight: bold,
		}	/*1x bei Leistungen*/
	
	h3 { font-size: 1.0em;}
	
	a {text-decoration: none;}
	 
	 p {
	 margin: 6px 0px 12px 0px;
	 }
	 
    div   {
      /* border: 1px solid #000; */
	  background-color: #333;
     /*  padding: 10px; */
	 }
	 hr {color:teal;
		background-color:#333;
	/* 	height:1px; */
		}
.bildli {
	float:left;
	margin-right:12px;
	vertical-align:text-top;
	}
.bildre{
	float:right;
	margin-left:12px;
	margin-bottom:6px;
	vertical-align:text-top;
	}
	
.marked {
	color: white;
	background-color:teal;
	/* font-size:0.9em; */
	/* font-style:italic; */
	padding: 1px 4px 1px 4px;
	}
.klein {
	font-size: 0.8em
	}
.ohne{
		color:white;
		background-color:#333
	}
div.rahmen  {
    min-height:540px;
	width: 760px;
    margin: 10px auto;
	margin-top: 28px;
	padding-right: 12px;    
    /* border: 1px solid yellow; */
	}
    
div.oben   {
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 24px;
	/* border: 1px solid red; */
    }
   
div.inhalt   {
    float: left;
    width: 520px;
	min-height: 480px;
	/* margin-left: 32px; */
	padding-left: 28px;
    margin-bottom: 10px;
	border-left: 1px solid teal;
    }
	
.inhalt a{
	color: white;
	background-color:teal;
	font-size:0.85em;
	font-weight:bold;
	font-style:italic;
	padding: 0px 4px 1px 4px;
	margin-bottom: 4px;
	}
div.absatz {
	float:left;
	padding: 0px 4px 0px 4px;
	margin-bottom: 10px;
	border:1px solid teal;
		}
div.hinweis {
	float:left;
	margin-top:6px;
	margin-bottom:10px;
	margin-right:18px;
	padding: 12px 12px 12px 12px;
	border: 1px solid yellow
	}
		
div.rechts   {
      float:left;
      width: 114px;
      margin-bottom: 10px;
    }
div.fuss {
	float:left;
	padding: 32px 12px 12px 12px;
	text-align: center;
	font-size: 0.8em;
	}
	
div.unten   {
    clear: both;
	text-align: center;
	padding: 16px;
	}
div.navi   {
      float: left;
      width: 150px;
      margin-right: 8px;
	  margin-left:0px;
      margin-bottom: 10px;
	/*     border: 1px solid red;  */ 
    }	
.navi a	{
	color: #fff;
	background-color: #333;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	display: block;
	}
.navi a:hover  {
    background-color: navy;
    /* background-image: url(pics/menue/marker.gif); */
    /* background-repeat: no-repeat; */
    /* background-position: 6px 6px; */
    }
.navi .aktiv  {
    /* background-color: grey; */
	border: 2px solid teal;
  /*   background-image: url(pics/menue/marker.gif); */
   /*  background-repeat: no-repeat; */
   /*  background-position: 6px 6px; */
  }
		
.navi ul	{
	/* background-color: silver; */
	margin-left:4px; /*neu für v4b wegen der Abstände im Navi */
	margin-right:6px;
	padding-left:2px; /* neu v4b*/
	margin-top: 0px;
	list-style-type: none;
	}
/*  .navi ul li {		
	neu, um weiteres Einrücken zu bekommen
	margin-left: 6px;} */
			
.navi li	{
	margin-left: 0px; /* vom vorher. -wert auf 0 */
	margin-bottom:4px;
	}
.navi ul ul  {
    /* background-color: yellow; */
	margin-left: 6px;  /*vom minuswert auf 0 */
    /* border-bottom: 1px solid #eee; */
  }
  
