html, body{ 
 border:0px;
 margin:0px; 
 padding:0px;
 margin-top:5px; 
 background-color:#EFEFEF; 
 background-image:url(bilder/background.gif);
 text-align:center; 
 height:100%;
} 
 
#rahmen { 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 } 
 
#kopf {
 position:relative; 
 height:181px; 
 background-color:#DDDDDD; 
 } 

#navi {
 position:relative; 
 height:38px; 
 background-color:lightblue;
 background:url(bilder/navi.gif);
 border:0px solid;
 }

#infozeile {
 position:relative;
 height:15px;
 background-color:#DDDDDD;
 margin:0px;
 border-bottom: 1px dotted black;
 }

#hintergrund {
 background-color:white;
 background-image:url(bilder/block2.gif);
 background-repeat:repeat-y;
 }

#linkespalte {
 position:relative;
 width:300px; 
 float:left; 
 padding:0px;
 padding-top:10px;

 }
 
#inhalt {
 position:relatvie;
 display:inline;
 float:right;
 width:470px;
 padding:0px;
 padding-top:10px;
 padding-left:15px;
 padding-right:15px;
 margin:0px,
 }

#fuss {
 height:38px; 
 background-color:lightblue;
 background:url(bilder/navi.gif);
 clear:both;
 border:0px solid;
 text-align:center;

 } 
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#linkespalte{display:none;} 
#inhalt {width:100%; float:none;}
}

/* Menü in der navi-Box */
#navi p {
 display:none;
 }

#navi ul {
 margin:0px;
 padding:0px;
 padding-top:4px;
 padding-left:5px;
 list-style-type:none;
 }

#navi ul li {
 display:inline;
 font-family:Arial,Helvetica,sans-serif;
 font-size:10pt;
 font-weight:bold;
 font-style:normal;
 margin:0px;
 padding-left:20px;
 }

#navi ul li a:link {
 color:#FFFFFF;
 text-decoration:none;
 background-image:url(bilder/button-gelb.gif);
 background-repeat:no-repeat;
 }

#navi ul li a:visited {
 color:#FFFFFF;
 text-decoration:none;
 background-image:url(bilder/button-gelb.gif);
 background-repeat:no-repeat;
 }

#navi ul li a:hover {
 color:red;
 text-decoration:none;
 background-image:url(bilder/button-rot.gif);
 background-repeat:no-repeat;
 }

#navi ul li a:active {
 color:red;
 text-decoration:none;
 background-image:url(bilder/button-rot.gif);
 background-repeat:no-repeat;
 }

#navi ul li a#current {
 color:#FFFFFF;
 text-decoration:none;
 background-image:url(bilder/button-rot.gif);
 background-repeat:no-repeat;
 }


/* Menü in der fuss-Box */

#fuss a:link {color:#00000; text-decoration:none;}
#fuss a:visited {color:#000000; text-decoration:none;}
#fuss a:hover {color:red; text-decoration:none;}
#fuss a:active {color:#000000; text-decoration:none;}

/* Links im der Inhaltsbox ******************************************/

#inhalt a:link {color:#0066CC; text-decoration:none;}
#inhalt a:visited {color:#0066CC; text-decoration:none;}
#inhalt a:hover {color:red; text-decoration:none;}
#inhalt a:active {color:#0066CC; text-decoration:none;}

/* Links im der Linkenspalte ****************************************/

#linkespalte a:link {color:#0066CC; text-decoration:none;}
#linkespalte a:visited {color:#0066CC; text-decoration:none;}
#linkespalte a:hover {color:red; text-decoration:none;}
#linkespalte a:active {color:#0066CC; text-decoration:none;}

#linkespalte a:link p {color:#0066CC; text-decoration:none;}
#linkespalte a:visited p {color:#0066CC; text-decoration:none;}
#linkespalte a:hover p {color:red; text-decoration:none;}
#linkespalte a:active p {color:#0066CC; text-decoration:none;}

/* Textformatierungen ***********************************************/
#linkespalte * {text-align:center;}

#linkespalte p, #linkespalte li {
 font-size:10pt; 
 font-family:Arial,Helvetica,sans-serif; 
 font-weight:normal;
 font-style:normal;
 color:#000000; 
 text-align:left; 
 line-height:140%; 
 margin:0px;
 padding:0px; 
 padding-left:10px;
 padding-right:10px;
}

#linkespalte h1, #linkespalte h2, h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#000000; 
	line-height:120%; 
	margin-top:0; margin-bottom:2px; 
	text-align:left;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
 }
 
#linkespalte h1 {font-size:16pt;}
#linkespalte h2 {font-size:12pt;}
#linkespalte h3 {font-size:11pt;}
#linkespalte h4 {font-size:12pt; margin-bottom:0px; margin-top:5px;}

#inhalt p, #inhalt li, #inhalt form, #inhalt textarea {
 font-size:10pt; 
 font-family:Arial,Helvetica,sans-serif; 
 font-weight:normal;
 font-style:normal;
 color:#000000; 
 text-align:left; 
 line-height:140%; 
/* margin-top:0px; 
 margin-bottom:10px;
 padding-left:10px;
 padding-right:10px; */
}




#inhalt h1, #inhalt h2, #inhalt h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	color:#000000; 
	line-height:120%; 
	margin-top:0; margin-bottom:2px; 
	text-align:left;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
 }
 
#inhalt h1 {font-size:16pt;}
#inhalt h2 {font-size:12pt;}
#inhalt h3 {font-size:11pt;}
#inhalt h4 {font-size:12pt; margin-bottom:0px; margin-top:5px;}
#inhalt h5 {
	font-size:14pt; 
	padding:0 0 2 8px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	border-left:#0066CC 12px solid;
	background:url(http://www.moewenpost.de/images/backneg1x.gif); 
 }
 
#inhalt h6 {
	font-size:9pt; 
	font-weight:normal; 
	border:1px solid; 
	background-color:#DDDDDD; 
	border-color:#999999; 
	padding:1px; 
	margin-left:10px;
	margin-right:10px;
 }
 
#infozeile p {
 font-family:Arial,Helvetica,sans-serif;
 font-weight:bold;
 font-style:normal;
 color:black;
 font-size:8pt;
 padding:0px;
 padding-left:5px;
 margin:0px;
 }
 
#fuss p {
 font-family:Arial,Helvetica,sans-serif;
 font-weight:normal;
 font-style:normal;
 color:black;
 font-size:9pt;
 padding:6px;
 padding-left:5px;
 margin:0px;
 }
 
.unterstrichen {
 border-bottom:2px red solid;
 padding-left:5px;
 padding-right:5px;

 }

.tipp {
 border-bottom:2px dotted green;
 cursor:help;
 }
 
.feld {
 background-color:#FF6600;
 }.tabelle1 {  padding-bottom: 1px; border: black solid; border-width: 0px 0px thin; background-color: #99FFFF}

