html, body{
	text-align: center;
}
body, div, h1, h2, h3, ol, ul, li{
	margin:0;
	padding:0;
}
body{
	color:#060606;
	background-color:#987A62;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.1%;
}

h2, h3{
	font-weight: normal;	
}
h1{
	font-size: 2em;
	color:#645640;
	font-family: "Arial Narrow", Arial, sans-serif;
		margin-bottom:0.5em;
	padding-bottom:0.5em;
}
h2{
	font-size: 1.1em;	
	margin-bottom:0.8em;
	padding-bottom:0.8em;
}
h2 span.zusatz{
	font-size:0.9em;
	color:#645640;
}

h3{
	font-size: 1em;
	color:#645640;
	margin:0;
	padding:0;
}
p{
	margin: 0 0 0.8em 0;
	padding: 0 0 0.8em 0;
}
a{
	text-decoration:none;
}
a:link, a:visited{
	color:#000;
}
a:hover, a:active{
		color:#987A62;
}
ul{
	list-style-type: circle;
}
/* ############################# INHALT ############################# */
#inhalt{
	position: relative;
	background-image: url(../bilder/schatten.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width:948px;
	padding-top:300px;
	margin:0 auto;
	text-align: left;
	font-size:0.8em;

}
#inhalt h1{
	text-align: right;
	margin-right: 240px;
}
#inhalt h2{
	margin-left:442px;
}
#inhalt p{
	margin-right: 240px;
	margin-left:60px;
}
#inhalt ul{
	margin-left:76px;
}
/* ############################# KONTAKTSEITE ############################# */
#adresse{
	float:left;
	width:210px;
}
#inhalt #adresse h2{
	font-size: 1.2em;
}
#inhalt #adresse h2, #inhalt #adresse p{
	color:#000;
	margin-left:60px;
	margin-right:0;
}
#zeiten{
	position: absolute;
	top:480px;
	right:8px;
	width: 182px;
}
#inhalt #zeiten p{
	color:#fff;
	margin-left:0;
	margin-right:0;
}
/* ############################# SCHWERPUNKTE RAs ############################# */
#inhalt ul.schwerpunkt{
	list-style-type: none;
	text-align: right;
	width:420px;
	margin:1.6em 0;
}
#inhalt ul.schwerpunkt li{
	/*display: inline;*/
}
#inhalt ul.schwerpunkt ul{
	list-style-type: circle;
	text-align: left;
	
	margin: -1.25em 0 0 441px;
	width: 300px;
}
#inhalt ul.schwerpunkt ul li{
/*display: block;*/
	margin-left:16px;
	
}

/* ############################# RA BILD ############################# */

img#rechtsanwalt{
	position: absolute;
	top:292px;
	right:8px;
	height:165px;
	width: 216px;
}
/* ############################# NAVIGATION ############################# */
ul#navigation{
	position: absolute;
	top: 250px;
	left:20px;
	list-style-type: none;
	color:#fff;
	word-spacing: 10px;
	font-family: "Arial Narrow", Arial, sans-serif;
	z-index:4;
	padding-top:20px;
	margin-left:0;
}
 ul#navigation li{
	display: inline;

}
ul#navigation li span.aktiv{
	color:#333;
		padding-top:8px;
	border-top:10px solid #fff;
}
 ul#navigation a{
	text-decoration: none;
	color:#fff;
}
 ul#navigation a:link,ul#navigation a:visited {
	
}
ul#navigation a:hover,ul#navigation a:active {
	color:#987A62;
}
/* ############################# UNTERNAVIGATION ############################# */
ul#unternav{
	position: absolute;
	top: 300px;
	left:0;
	list-style-type: none;
	color:#987A62;
	font-family: "Arial Narrow", Arial, sans-serif;
	margin-left:0;
}
ul#unternav li{
	
}
ul#unternav a{
	text-decoration: none;
	color:#000;
}
ul#unternav a:link,ul#unternav a:visited {
	
}
ul#unternav a:hover,ul#unternav a:active {
	color:#987A62;
}
ul#unternav.anwalt{
	left:75px;
}
/* ############################# SUBNAVIGATION ############################# */
ul#subnavi{
	position: absolute;
	top: 250px;
	right:0;
	padding-top:20px;
	width:220px;
	text-align: center;
	list-style-type: none;
	color:#A69A8C;
	word-spacing: 10px;
	font-family: "Arial Narrow", Arial, sans-serif;
		z-index:4;
}
ul#subnavi li{
	display: inline;
}
ul#subnavi li span.aktiv{
	color:#333;
	padding-top:8px;
	border-top:10px solid #fff;
}
ul#subnavi a{
	text-decoration: none;
	color:#fff;
}
ul#subnavi a:link,ul#subnavi a:visited {
	
}
ul#subnavi a:hover,ul#subnavi a:active {
	color:#987A62;
}
/* ############################# KOPF ############################# */
#kopf{
	position: absolute;
	top:0;
	left:0;
	background-image: url(../bilder/kopf-062009.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:100%;
	height:294px;
}

/* ############################# ABSCHLUSS ############################# */
#abschluss{
	background-image: url(../bilder/schatten_unten.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:100%;
	height:51px;
}
/* ############################# DIVERSES  ############################# */
.umbruch{
	clear: both;
}
img.icon{
	vertical-align: middle;
}
.abstandO{margin-top:2em;}