
body {
	   font: bold 14px/1.5em Verdana;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
	   background: #e5e5e5;
	   margin-bottom: 10px;
   	}

    #container {
    	width: 980px;  
		background: #FFFFFF;
     	margin: 0 auto; 
		padding: 5px 5px 5px 5px;
     	text-align: left; 
      border: 1px solid #000000;
  		}

    #header { 
	 	height:300px;
		width:980px;
		background: #fff;
		background-image: url(../images/kanzlei-logo.jpg);
		background-repeat: no repeat;
   	}

    #header h1 {
    	margin: 0; 
		padding: 10px 0; 
	 	}
		
    #mainContent {
		background: #FFFFFF;
		font: 12px/1.5em Verdana;
   	}
		
		
/* navi */

    #navi {
      float:left;
      width:100%;
		margin-top: 82px;
      font-size:93%;
      line-height:normal;
	  	border-bottom:1px solid white;
      }
    #navi ul {
	  margin:0;
	  padding:10px 10px 0 34px;
	  list-style:none;
      }
    #navi li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navi a {
      float:left;
      background:url("navileft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navi a span {
      float:left;
      display:block;
      background:url("naviright.gif") no-repeat right top;
      padding:6px 15px 6px 6px;
      color:#FFF;
      }
    #navi a span {
	 	float:none;
		}
    #navi a:hover span {
      color:#FFF;
      }
    #navi a:hover {
      background-position:0% -42px;
      }
    #navi a:hover span {
      background-position:100% -42px;
      }		
		
/*- aktuelle Seite */
		
    #aktuell a span {
      color: silver;
      }
    #aktuell a {
      background-position:0% -42px;
      }
    #aktuell a span {
      background-position:100% -42px;
      }		
		

		
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
hr.line {
	margin-top:5px
}
a {
	color: Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
	}	 		
		
		
#sidebar {
	float: right;
	width: 200px;
	padding: 15px 15px;
	font: 12px/1.5em Verdana;
	background-color: ThreedLightShadow;
	margin-top:4px; margin-bottom:4px;
	}
#sidebar h1 {
	font-size:14px;
	}
#sidebar h3 {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	}
#sidebar p {
	line-height: 140%;
	}
	
	
#mainContent {
	margin: 4px 240px 0 0;
	padding: 10px 10px 10px 10px;
	background-color: ThreedHighlight;
	font: 12px/1.5em Verdana;
	}
#mainContent h1 {
	margin: 6px 0 10px 0;
  padding-bottom:5px;
	border-bottom: 1px solid #666;
	font-size: 170%;
	}
#mainContent p {
	margin-bottom: 4px;
	line-height: 140%;
	}
	
	
	
#footer { 
  	width:974px;
   padding: 1px 3px 5px 3px; 
	height: 24px;
	background-image: url(../images/footer.jpg);
	color: black;
	font-size: 12px;
   } 	 
	#footer a {
	color: #333;
	}
#footer-copyright { 
	float:left; 
	margin: 3px 20px 3px 20px;
	}
#footer-navigation {	
	float:right;	
	margin: 3px 20px 3px 20px;
   padding: 0px 10px 0px 3px; 
	}
#footer-navigation li {	
	display: inline;
	font-style: normal;
	}
#footer-navigation a:hover {
	text-decoration: underline;
	color: black;
	}
#footer-navigation a {
	padding: 0 10px;
	text-decoration: none;
	color: black;
	border-right: 1px solid;
	} 
#footer-ul  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

	#ergebnisse {
	margin-top:10px; margin-bottom:10px;
	text-align:center;
	font: bold 10px/1.5em 
	Verdana; color:#999999;
	}	
#ergebnisse a { color:#999999; text-decoration: none; }
#ergebnisse a:hover { text-decoration: underline; }
