/* Volle Höhe im IE und FF bei 3 Zeilen, Mitte variable zu 100%, Oben und Unten feste Höhe */
/* Breite 970 px */
/* Boda-Angaben und doppelte Angabe bei Mitte unabdingbar wegen Browser-Bugs */
body { 
	background: #ECE9D8 url(anwalt-hintergrund.jpg) no-repeat;
	color: black; 
	font-size:10pt;
	line-height: 150%; 	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	overflow:auto;
	}
.bodyunterseiten {
	background: #fff;
	font-size:10pt;
	margin:30px;
	height:auto;	
}	

/* Schriftgrössen H*/	
table, form, ul {font-size:10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} 
H1 { font-size: 18pt; font-weight: bold; line-height: 130%;}
H2 { font-size: 14pt; color: #A3A67B; font-weight: normal;}
H3 { font-size: 12pt; font-weight: bold; margin-top: 1mm; margin-bottom: 1mm }	

#oben {
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	top:0; 
	width:970px; 
	min-width:970px; 
	height:100px; 
	background: #A3A67B url(buecher1.gif) no-repeat;
	background-position:735px 5px;
	z-index:5;
	overflow:hidden;
	}
#ol {
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	top:0; 
	width:970px; 
	min-width:970px;
	height:30px; 
	background:url(ol.gif) top left no-repeat;
	z-index:5;
	}	
#or {
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	top:0; 
	width:970px; 
	min-width:970px; 
	height:30px; 
	background:url(or.gif) top right no-repeat;
	z-index:6;
	}		
#kanzlei {
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	top:0; 
	width:970px; 
	min-width:970px; 
	height:100px; 
	background:url(kanzlei-schriftzug.gif) no-repeat;
	background-position:35px 10px;
	z-index:6;
	}	
#navioben {
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	top:100px; 
	width:970px; 
	min-width:970px; 
	height:35px; 
	background-color: #60635D;
	z-index:4;
	}
div#naviseite { 
	background-color: #60635D;
	
	position:absolute; 
	top:0px; 
	left:0px; 
	width:150px; 
	height:100%;
	overflow:auto;	
	}	
/* Mitte kann variabel wachsen, sodass immer 100% der Schirmes genutzt wird --  Doppelangabe mit den 100% bei html wichtig*/	
#mitte {
	position:absolute; 
	z-index:3; 
	top:135px; 
	bottom:30px; 
	width:970px; 
	margin-left:-485px; 
	left:50%;
	display:block; 
	overflow:auto;
	
	
	}
* html #mitte {
	top:0; 
	bottom:0; 
	height:100%;
	z-index:-1;
	width:970px;
	border-top:135px solid #fff; 
	border-bottom:30px solid #fff;
	}
/* Inhalte und Rechts orientieren sich am übergeordnetem Element des Bereichs Mite, auch von der Position her */	
/* IFRAME-Inhaltebereich basierend auf Definition des Mittelbereiches */	
iframe#inhalte {
	position:absolute; 
	top:0px; 
	left:150px; 
	width:805px; 
	margin:0px; 
	text-align:left; 
	height:100%; 
	background:#fff;
	overflow:auto;	
	}	
div#inhalte {
	position:absolute; 
	top:0px; 
	left:150px; 
	width:805px; 
	margin:0px; 
	text-align:left; 
	height:100%; 
	background:#fff;
	overflow:auto;	
	}
#rand-rechts {
	position:absolute; 
	top:0px; 
	left:955px; 
	width:15px; 
	margin:0px; 
	height:100%; 
	background-image: url(rand-inhalt-rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
	}	
	
/* Unten liegt im Elemente-Fluss ohne top-Angabe */
#unten {
	text-align:center;
	position:absolute; 
	margin-left:-485px; 
	left:50%; 
	bottom:0; 
	width:970px; 
	min-width:970px; 
	height:30px; 
	background-color:#A3A67B;
	z-index:6;
	}

#ur {
	position:absolute; 
	left:940px; 
	top:0; 
	width:30px; 
	height:30px; 
	background:url(ur.gif) bottom right no-repeat;
	z-index:6;
	}
/* Spezielle Classen*/	
.h2kopf {
	margin-right:250px;
	text-align:right;
	font-size: 14px;
	color: #F2F2F2;
	font-weight: normal;
	}
	
.h2fuss {
	color: #fff;
	margin:0px;
	text-align:right;
	}	
.imp {
	background-color: #ECE9D8;
	}
.formtext { 
	color: black; 
	font-size:10pt;
	line-height: 120%; 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
.footertext  {
	color: #fff;
	font-style:normal; 
	font-weight: normal; 
	text-decoration: none; 
	font-size:10px;
	margin:0px;
	}
.textklein  {
	color: #fff;
	font-size:9px;
	margin:0px;
	}	
.navi  {
	color: #EFDD1D;
	font-style:normal; 
	font-weight: bold; 
	font-size:14px;
	text-decoration: none; 
	margin-left: 5px; 
	padding-left: 7px; 
	border-left: 5px solid #FA5858;
	}
/* Maus über Link*/	
a:hover 	{
	color: #EFDD1D; 
	background-color: #000;
	}