/* color.css */

html {
	background: url(/img/structure/backgrounds/backLogo.gif) no-repeat top center #99cc00;
}

body {
}

ul#branding {
	position : relative;
	z-index : 10;
	background-color: #FFFFFF;
	margin: 0;
	float: right;
	clear:both;
	overflow:visible;
	width: 100%;
	min-height: 186px;
}
ul#branding li {
 float: right;
}
ul#branding li#logo {
	background-image: url(/img/structure/drFriedrichLogo.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	height: 140px;
	width: 350px;
}

ul#branding li#philosophie {
	background:url(/img/structure/behandelnBetreuenBeschuetzen.gif) no-repeat top right;
	width: 40%;
	position: relative;
	top: 10px;
	right: 20px;
	float: right;
}


h1 {
	position : relative;
	text-indent : -9999px;
	background-color: transparent;

	float: right; 
	margin-bottom: 10px;

}

ul#branding blockquote {
	float: left; 
}
#branding h3 {
	color : #fc0;
	text-indent: -9999px;
	margin: 0;
	}

#branding #philosophie h3 {
	padding-bottom: 8px;
	}

ul#navigation {
	margin : 0;
	z-index : 1;
	background: url(/img/structure/backgrounds/navBack.jpg) left top #fc0;
	float: left;
	clear:both;
	width: 100%;
	padding: .5em 0;

}
div#content { 
	background-color : #fff; }

li#navStartseite, li#navTeam, li#navSprechzeiten, li#navPraxis, li#navLeistungen, li#navKontakt, li#navTipps, li#navGalerie {
	float: left;
	padding: 3px 15px;
	border-right: 1px solid #006699;
}

li#navGalerie {border-right: none; clear:right }

li#navStartseite, li#navTeam, li#navSprechzeiten, li#navPraxis, li#navLeistungen, li#navKontakt, li#navTipps, li#navGalerie a {
/*display : block;
height : 50px; 
width : 140px; 
*/}


div#nav_main { 
border-top: 1px solid #FFF;}

div#nav_main h2 { 
position : absolute;
top : -9999px; }


div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 70px; 
background : transparent url(../h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 

div#site_info { 
width : 100%; clear:both;
}

div#site_info .roundCorner_bottom p {
   background: url(/img/structure/backgrounds/bottom01.gif) no-repeat bottom left; position: relative; left: 0; top:0; text-align: center; line-height: 1.6em; padding: 5px 8px;
}
div#site_info .roundCorner_bottom {
   background: url(/img/structure/backgrounds/bottom02.gif) no-repeat bottom right; width: 100%;
}
div#site_info, .roundCorner_bottom p, .roundCorner_bottom {
	height: 65px;
}

div#siteNavigation {
	font-size: 0.9em;
	color: #006699;
	margin: 40px 20px 0;
	position: relative;
	bottom: 0;
}

div#siteNavigation a {
color: #006699 }

div#content_main hr {
	border: none;
	height: 1px;
	background-color:#ccc;
	margin: 1.6em 3em
}

