/* CSS Document */

body {
	background:#7c783e url(../images/bg.png) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	color: #644b30;
}

html, body { 
	top:0; left:0; right:0;
	margin:0;
	padding:0;
}

body #header {
	background-image:url(../images/header_home.jpg)
}

body.person #header {
	background-image:url(../images/header_person.jpg)
}

body.praxis #header {
	background-image:url(../images/header_praxis.jpg)
}

body.therapien00 #header {
	background-image:url(../images/header_therapien.jpg)
}

body.therapien01 #header {
	background-image:url(../images/header_cranio.jpg)
}

body.therapien02 #header {
	background-image:url(../images/header_dorn.jpg)
}

body.therapien03 #header {
	background-image:url(../images/header_taping.jpg)
}

body.therapien04 #header {
	background-image:url(../images/header_lymph.jpg)
}

body.therapien05 #header {
	background-image:url(../images/header_biochemie.jpg)
}

body.therapien06 #header {
	background-image:url(../images/header_bachblueten.jpg)
}

body.therapien07 #header {
	background-image:url(../images/header_regulation.jpg)
}

body.therapien08 #header {
	background-image:url(../images/header_hormon.jpg)
}

body.therapien09 #header {
	background-image:url(../images/header_vital.jpg)
}

body.kontakt #header {
	background-image:url(../images/header_anfahrt.jpg)
}

body.impressum #header {
	background-image:url(../images/header_impressum.jpg)
}


#outercontainer {
	width:100%;
	background:transparent url(../images/bg_gfx.png) no-repeat top center;
}

#container {
	margin:0 auto 0 auto;
	width:670px;
	padding:20px;
	overflow:hidden;
}

#header {
	height:200px;
	margin:0 0 15px 0;
}

#header {
	border-top-right-radius: 25px; 
	border-bottom-right-radius: 0px;	
	border-bottom-left-radius: 0px; 
	border-top-left-radius: 25px; 
	
	-moz-border-radius-topright: 25px;	
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-topleft: 25px;	
	
	-webkit-border-top-right-radius: 25px; 
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;	
	-webkit-border-top-left-radius: 25px;	
	
	-webkit-box-shadow: 0px 0px 8px #999999;
    -moz-box-shadow: 0px 0px 8px #999999;
    box-shadow: 0px 0px 8px #999999;
}

#logo {
	height:70px;
	margin:0 0 0 0;
}

#logo img{
	margin:5px 0 0 50px;
}

#contentcontainer {
	background-color:#ffffff;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 8px #999999;
    -moz-box-shadow: 0px 0px 8px #999999;
    box-shadow: 0px 0px 8px #999999;
}

#navigation {
	float:left;
	width:235px;
}

#navigation ul {
	text-transform:uppercase;
	list-style-type:none;
	padding:0 0 20px 10px;
}

#navigation ul ul{
	text-transform:uppercase;
	list-style-type:none;
	padding:0 0 0 12px;
}

#navigation ul li {
	padding:4px;
}

#navigation ul li ul li{
	padding:4px 4px 0px 0;
	margin:0 0 0 6px;
	font-size:11px;
}

#navigation ul li strong {
	padding:2px 6px 2px 6px;
	background-color:#93be33;
	font-weight:100;
}

#navigation ul li ul li strong {
	padding:2px 0 2px 0;
	background-color:transparent;
}

#navigation a,
#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover
{
	color: #644b30;
	text-decoration:none;
}

#navigation a:hover {
	color: #93be33;
}

#navigation ul li a strong,
#navigation ul li a:link strong,
#navigation ul li a:active strong,
#navigation ul li a:visited strong,
#navigation ul li a:hover strong
{
	color: #ffffff;
}

#navigation ul li a:hover strong{
	color: #644b30;
}

#navigation ul li.active a:hover strong{
	color: #ffffff;
}

#navigation ul li ul {
	list-style-image:url(../images/arrow_right.png)

}

#navigation ul ul li.active {
	list-style-image:url(../images/arrow_down.png)

}

#navigation ul li ul li a strong,
#navigation ul li ul li a:link strong,
#navigation ul li ul li a:active strong,
#navigation ul li ul li a:visited strong,
#navigation ul li ul li a:hover strong
{
	color: #93be33;
}

#navigation ul li ul li a:hover strong,
#navigation ul li ul li.active a:hover strong
{
	color: #93be33;
}

#content {
	float:right;
	width:430px;
	margin:0 0 15px 0;
	min-height:400px;
}

#content a,
#content a:link,
#content a:active,
#content a:visited,
#content a:hover
{
	color: #93be33;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

p {
	padding:0;
	margin:0 15px 10px 0;
}

h1 {
	color:#93be33;
	font-weight:100;
	font-size:22px;
	line-height:30px;
	padding:0;
	margin:20px 0 10px 0;
}

h2 {
	color:#93be33;
	font-weight:100;
	font-size:18px;
	padding:0;
	margin:20px 0 10px 0;
}

h3 {
	font-weight:100;
	font-size:16px;
	padding:0;
	margin:20px 0 10px 0;
}

h4 {
	color:#93be33;
	font-weight:100;
	font-size:12px;
	padding:0;
	margin:0 0 10px 0;
}

h5 {
	color:#93be33;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0 0 0 0;
}