/* CSS Document */

.todo {
	color:#F3C;
}

* {margin:0; padding:0;}
body {
	background:url(../bilder/bg_body.jpg) center top no-repeat;
	background-color:#fcf6db;
	color:#333;
	font:0.8125em Arial, Helvetica, sans-serif;
	height:101%;
	overflow-y:scroll;
	overflow-x:hidden;
}
h1 {
	margin-bottom:0.5em; /*10px*/
	margin-top:0px;
	font-size:1.5385em;
	font-weight:normal;
	letter-spacing:0.05em;
}
h2 {
	padding-top:0.5em; /*10px;*/
	margin-bottom:0.45em; /*8px;*/
	font-size:1.3077em; /*17px;*/
	font-weight:normal;
	letter-spacing:0.05em;
}
h3 {
	font-size:1.2307em; /*16px;*/
	font-weight:normal;
	letter-spacing:0.2em;
}
h4 {
	font-size: 1.0769em; /*14px;*/
	font-weight:normal;
	letter-spacing:0.1em;
}
h3,h4 {
	margin-bottom:0.25em;/*5px;*/
	margin-top: 0.5em; /*10px;*/
}
p {
	margin-bottom:0.6em; /*8px; -- stimmt nicht ganz?? 0.45 ursprünglich--*/
	font-size: 1em;
	line-height:1.3em;
}
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#caaa19;
}
/*Für verlinkte Bilder im Content*/
#content a img {
	border:none;
}
#content a img:hover {
	border:none;
	filter: alpha(opacity=50);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.bold {
	font-weight:bold;
}
.clearspan {
	display:block;
	clear:left;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.zusammen {white-space:nowrap;}

/*langen Text auf index nur anzeigen wenn klick*/
.zeigetext {
	display:none;
}
.textzeigen {
	padding-left:20px;
	background:url(../bilder/plus666.gif) no-repeat left center;
}
.textweniger {
	padding-left:20px;
	background:url(../bilder/minus666.gif) no-repeat left center;
}

/*Für die Popups*/
#job, #info {
	display:none;
	position:absolute;
	width:600px;
	padding:10px 20px;
	top:200px;
	left:130px;
	background-color:#fff;
	border:2px groove #666;
	z-index:30;
}


/* erfahrungen - TExte aus DB*/
.text br+br {
	clear:left;
	height:0.45em;
}
/* behandlung*/
ul.liste {
	margin-left:1.5385em; /*20px hä?*/
	padding:0;
	list-style:circle;
}
ul.liste li {
	padding:0.3077em 0;
	line-height:1.3em;
}
/* Für Auflistungen z.B. Index, praxis */
ul.auflistung, ol.auflistung {
	padding:0;
	margin:0 2.5em 0.6154em 2.5em; /*0 30px 8px 30px;*/
}
ul.auflistung li, ol.auflistung li {
	line-height:1.4em;
}
ul.auflistung li.ueberschrift {
	list-style:none; 
	text-indent:-0.9231em; /*12px*/
	padding-bottom:0.3077em;
	font-weight:bold;
}
/*Für Chiropraktor-Seite*/
#chiropraktor ul.auflistung {
	margin-left:16px;
}
#chiropraktor .auflistung li {
	padding-bottom:0.7em;
}
/*Für Praxisteam-Seite*/
#team #content .bild {
	float:left;
	margin:10px 25px 0px 0;
}
#team #content .bild.li {

}
/* zum Schließen von Ebenen mit dem Kreuz-Bild */
.kreuzzu {
	cursor:pointer;
	float:right; 
}

#wrapper {
	width:900px;
	position:relative;
	margin:0 auto;
	border-left:2px solid #faf1c5;
	border-right:2px solid #faf1c5;
	background-color:#fff;
}
#wrapperinner {
	padding-top:1.5385em;
}
#oben-top {
	height:120px;
	width:100%;
}
#logo {
	float:left;
	position:absolute;
	width:500px; /*mit Gästebuch: 380px*/
	left:30px;
	top:52px;
	color:#4c4608;
}
#logo img {
	border:none;
}
#oben-top h3 {
	padding-top:12px;
}
#oben-top p {
	margin-bottom:1px;
}
/*---- HINTERGRUNDBILDER OBEN ----*/
#oben-two {
	height:200px;
	width:100%;
	background:url(../bilder/bg_oben_haus.jpg) center center no-repeat;
}
#index #oben-two {
	background:url(../bilder/bg_oben_index.jpg) center center no-repeat;
}
#kontakt #oben-two {
	background:url(../bilder/bg_oben_kontakt_mit.jpg) center center no-repeat;
}
#erfahrungen #oben-two, #erfahrungeneintrag #oben-two {
	background:url(../bilder/bg_oben_erfahrungen.jpg) center center no-repeat;
}
#chiropraktor #oben-two {
	background:url(../bilder/bg_oben_chiropraktor.jpg) center center no-repeat;
}
#symptome #oben-two {
	background:url(../bilder/bg_oben_symptome.jpg) center center no-repeat;
}
#behandlung #oben-two {
	background:url(../bilder/bg_oben_behandlung.jpg) center center no-repeat;
}
#praxis #oben-two {
	background:url(../bilder/bg_oben_haus.jpg) center center no-repeat;
}

#rechts {
	float:right;
	width:180px;
	min-height:400px;
	padding-right:30px;
	padding-left:20px;
}
#rechts p {
	margin-bottom:1px;
	font-size:0.9231em;
}
#rechts .box {
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:2px solid #ccc;
}
#rechts .box h4 {
	margin-top:0;
}

#rechts p.telefon {
	padding-left:32px; 
	font-size:15px; 
	font-weight:bold; 
	letter-spacing:0.1em; 
	background:url(../bilder/telefon25.gif) left center no-repeat; 
	line-height:25px;
}
#rechts p.fax {
	padding-left:32px; 
	font-size:15px; 
	font-weight:bold; 
	letter-spacing:0.1em; 
	background:url(../bilder/fax25_grau.gif) left center no-repeat; 
	line-height:25px;
	color:#666;
}
#rechts a.ausfuellen {
	background:url(../bilder/stiftico.gif) left center no-repeat;
	padding-left:20px;
}
#rechts #gehezu {
	border-bottom:none;
}
#content {
	margin:10px 270px 20px 30px; /*Mit Links #links: margin-left:180px*/
}
#footer {
	clear:both;
	width:100%;
	border-bottom:2px solid #ccc;
}
#last {
	width:900px;
	margin:2px auto;
	font:italic 0.9em  Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:5px;
}
