@charset "UTF-8";
/*-----------------------------------------------------------------------------
Uwe Volkmer – Beratung (Style Sheet) 

version:   1.0
author:    hermann brandner
email:     info@gabors.de
website:   http://www.gabors.de/
-----------------------------------------------------------------------------*/

@import url("norm.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);


html, body {
	height: 100%;
}

body {
	font-family: 'Droid Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 100.01%;
	width: 950px;
	background: #fee4b1;
	color: #555;
}

#wrapper {
	background: url(../bilder/hintergrund.gif) repeat-y;
	text-align: left;
	padding: 34px 0;
}



/* ---------- Navigation ----------- */


#nav {
	width: 250px;
	float: left;
	color: #fff;
}

#nav ul {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.95em;
	line-height: 2.6;
	font-weight: 700;
	padding-left:30px;
}

#nav ul a {
	text-decoration: none;
	color: #fff;
}

#nav ul a:hover {
	color: #ffd400;
}

#nav ul li {
	border-bottom: 1px solid #fee4b1;
	margin-right: 20px;
}

#nav ul ul li {
	border-bottom: 0px solid #fee4b1;
}

#nav ul ul {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.95em;
	line-height: 1.7;
	font-weight: 400;
	padding: 0 0 10px 17px;
	list-style:square;
}

#nav ul ul a {
	color: #fff;
}

#nav ul ul a:hover {
	color: #ffd400;
}


#nav ul ul li.ende {
	padding-bottom: 10px;
}

#home #nav .home a,
#arbeitsweise #nav .arbeitsweise a,
#jungbluth #nav .jungbluth a,
#kontakt #nav .kontakt a {
	color: #ffd400;
	cursor: default;
}

#basenfastenkur #nav .basenfastenkur a,
#enderlein-therapie #nav .enderlein-therapie a,
#colon-hydro-therapie #nav .colon-hydro-therapie a,
#siener-therapie-npso #nav .siener-therapie-npso a,
#dorn-therapie #nav .dorn-therapie a {
	color: #ffd400;
	font-weight: 400;
	cursor: default;
}

#nav .therapien {
	color: #ffd400;
}

#nav img {
	border: 4px solid #fff;
	display: block;
	margin: 34px auto 50px auto;	
}


/* ---------- Content ----------- */


#content-wrapper {
	width: 700px;
	margin-left: 250px;
	padding-bottom: 10px;
	background: #fff;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}

#content {
	font-size: 0.9em;
	line-height: 1.5;
	padding-bottom: 5px;
	margin-bottom: 11px;
	padding: 20px 50px;
}

#content h1 {
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
	color: #f07e3a;
	border-top: #f07e3a solid 1px;
	padding-top: 8px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 1.05em;
	line-height: 1.4;
	font-weight: 700;
	margin: 26px 0 8px 0;
	color: #f07e3a;
}

#content h3 {
	font-size: 1.0em;
	line-height: 1.4;
	font-weight: 700;
	color: #ffb400;
	margin: 12px 0 20px 0;
}


#content ul {
	list-style: square;
	margin: 10px 0 26px 18px;
	line-height: 1.3;
	font-weight: 400;
}

#content li {
	margin-bottom: 4px;
	line-height: 1.4;
}


#content p {
	margin: 0 0 10px 0;
}

#content a {
	color: #555;
	text-decoration: none;
	border-bottom: 0px dotted #555;
	padding-bottom: 1px;
	font-weight: 700;
}

#content a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 0px dotted #555;
	padding-bottom: 1px;
}

#content strong {
	font-weight: 700;
	color: #555;
}

#content .bild {
	float:center;
	padding: 4px;
	border: 1px solid #d6d4d4;
	margin: 16px 0 20px 0;
}
#content .bildrechts {
	float:right;
	padding: 4px;
	border: 1px solid #d6d4d4;
	margin: 0 0 20px 16px;
}

#content .zitat {
	font-size: 1.1em;
	margin: 2em 0 2em 4em;
	font-weight: 700;
	color: #ffb400;
}


/* ---------- Footer ----------- */

#footer {
	width: 680px;
	margin: 0 auto;
	background: #ebebeb;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #777;
	padding: 12px 0;
}

#footer .impressum {
	color: #f37f2a;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	border-bottom: 1px dotted;
}
