/* CSS Basis-Formatierung für alle Seiten 
#############################################
#   © Webpräsenz Reinhardt  
#   Erstellt:31.12.2008
#   letzte Änderung:  
#############################################
*/


body {
	margin:0; padding:0; font-size:80%; font-family:'Lucida Grande', Verdana, Helvetica, san-serif;
	text-align:center;
	background:#e8e8e8;
	color:#333333; 
	
}
h1{ margin:0; padding:0;}
h3{ margin:50px 0 10px 0; padding:0;}
a:hover{ text-decoration:underline; color:#0000FF;}
a{text-indent:none;}

a[href$=".pdf"]{
	background: url(../layout/pdf.gif) no-repeat 95% top;
	padding-right: 30px;
	padding-top:2px;
}

p.absatz{ margin-top:50px;}

a:link{color:#0000FF;}
a:hover{text-decoration:none; color:#0000FF;}
a:visited{ color:#6699CC;}

#container{
	padding:0; 
	margin:25px auto 0; 
	border:none;
	text-align:left; position:relative;
	width:710px; 
}

#head{
	width:auto;
	height:101px;
	margin: 0 ;
	background-image:url(../layout/pergamentrolle_oben.gif);
	border: none;
	display:block;
	background-repeat:none;
	background-position: 0 0;
	
}
ul#navi{ list-style:none; margin: 0; padding-left: 90px; padding-top:10px;}
ul#navi li{ display:inline; width: 15em; border: 1px solid #5E463E; padding:5px 5px; background:#b7d4b9 url(../layout/hg.gif) 0 100% no-repeat; margin-left:10px; line-height:2.5em;}


#mainContent { 
	margin: 0 ;
	padding:0 50px;
	min-height:500px;
	background-image: url(../layout/pergamentrolle_mitte.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-bottom:1px solid #e8e8e8; /* WICHTIG: sonst erscheint ein Spalt zum FOOTER bei Schiftvergrößerung */
}

#footer {
margin:-13px auto 0 auto; 
	padding: 25px 50px 10px 50px; 
	background:url(../layout/pergamentrolle_unten.gif) no-repeat 0 0; height:101px;
}

#footer p {
	font-size: 0.9em; 
	color: #A79485;padding:2px; margin:0;
}

#footer p#footerNav,  #footer p#footerNav a:link{
	float: left; 
	width:300px;
	text-align:left; color: #927B69; font-weight:bold;
}
#footer p#footerNav a:link, #footer p#footerNav a:visited{text-decoration:none; font-weight:normal;}
#footer p#footerNav a:hover{ text-decoration:underline;}
#footer p#anschrift {
	float: right; 
	width:250px; 
	text-align: right;
		
} 

ul, li{ margin:0; padding:0;}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


