html, body {
	margin:0; padding:0;
}
body {
	font-size: small;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #6f6f6f;
	/*background: url(images/bgpattern.jpg) top repeat-x;*/
}
#body { 
	background: url(images/fiedler_bg.jpg) top center no-repeat; 
	padding-top: 30px;
}
#siteWrapper {
	width: 766px;
	min-height: 843px;
	margin: 0 auto;
	border: 2px solid #81878b;
	border-bottom: none;
	background: #fff;
}
#footer {
	width: 770px;
	height: 109px;
	margin: 0 auto;
	background: url(images/footerbg.gif) no-repeat top center;
}

#content {
	margin-bottom: 0;
	padding-bottom: 25px;
	clear:both;
	padding-top: 1px;
	background: url(images/dottedline-766.gif) top no-repeat;
}
#header {
	height: 115px;
	
}
#headWrap {
	float: left;
}
h1 {
	text-indent: -5000px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/fiedler_logo.gif) no-repeat left;
	height: 115px;
	width:291px;
}
h2 {
	color: #b0101e;
	margin-left: 25px;
}

/* NAVIGATION */
#navWrap {
	float: left;
	width: 475px;
	height: 115px;
}
#navWrap ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
} 
#navWrap li { 
	float:left; 
	margin:0; 
	padding: 0;
	width: 95px;
	height: 93px;
}
#navWrap a {
	display: block;
	width:100%;
	text-align: center;
	padding: 40px 0;
	text-indent: -5000px;
}
#navWrap > ul a {width:auto;}
#nav-home {	background: url(images/bt-starts_normal.gif) no-repeat; }
#nav-praxis { background: url(images/bt-praxis-normal.gif) no-repeat; }
#nav-sprechzeiten { background: url(images/bt-sprechz-normal.gif) no-repeat; }
#nav-anfahrt { background: url(images/bt-anfahrt-normal.gif) no-repeat; }
#nav-impressum { background: url(images/bt-impressum-normal.gif) no-repeat; }

#home #nav-home a { background: url(images/bt-start-over.gif) no-repeat; margin-left: -5px; width: 106px; position: absolute; }
#profil #nav-praxis a {	background: url(images/bt-praxis-over.gif) no-repeat; margin-left: -5px; width: 106px; position: absolute; }
#leistungen #nav-sprechzeiten a { background: url(images/bt-sprechz-over.gif) no-repeat; margin-left: -5px; width: 106px; position: absolute; }
#referenzen #nav-anfahrt a { background: url(images/bt-anfahrt-over.gif) no-repeat; margin-left: -5px; width: 106px; position: absolute; }
#kontakt #nav-impressum a { background: url(images/bt-impressum-over.gif) no-repeat; margin-left: -5px; width: 100px; position: absolute; }


/* CONTENT ELEMENTS */
.flRight {
	float: right;
}
.flLeft {
	float: left;
}
p {
	margin-left: 25px;
	margin-right: 25px;
}
h3 {
	color: #b0101e;
	margin-left: 25px;
	font-size: small;
}

