/* Schriftfarbe, Trennlinien, grau: 797B7A
braun: D17836
grün: 114807 */

html, body {
	margin: 0px;
	padding:0px;
	
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
	font-family:"Trebuchet MS";
	padding-bottom:5px;
	font-weight:normal;
	text-decoration:none;
	color:#D17836;
}

h1{
	font-size:26px;
	
}

h2
{
	font-size:14px;
	padding-bottom:0px;
	font-weight: bold;
	margin-top:15px;
}
h2.newstitel
{
		font-size:16px;
}

td
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

p {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:5px 0px;
}
li
{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
}

span.browntext {
	color:#D17836;
	font-weight:bold;
}

a {
	color:#D17836;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#797B7A;
}

#wrapper {
	width:950px;
	margin:0px auto;
	background-color:#FFF;
	border: 1px solid #797B7A;
}

#content {
	width:928px;
	margin:0px auto;
}

#header {
	height:96px;
	
}

#logo {
	width:243px;
	float:left;
	padding-top:29px;
	padding-left: 15px;
}

#links ul {
	margin:0px; 
	padding-top:67px;
}

#links li{
	float:left;
	list-style-type:none;
	width:133px;
	height:22px;
	text-align:center;
	background-color:#D17836;
	border-left:1px solid #FFF;
	padding-top:7px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#mainimg {
	background-image:url(images/grafik_header.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#contentarea {
	clear:both;
	padding:25px 15px;
	/* width: 897 px */
	text-align:justify;
}
#contentarea img
{
	border:1px solid black;
	margin:10px;
}
#contentarea div.image
{
	text-align:center;
}
#contentarea div.right
{
	float:right;
}
#contentarea div.left
{
	float:left;
}
#contentarea p.img_subtitle
{
	font-style:italic;
	margin-top:-10px;
}

#Leftbox {
	float:left;
	width:687px;
	padding-right: 15px;
}

#Rightbox {
	float:left;
	width:180px;
	padding-left:15px;
	border-left:1px solid #797B7A;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#YingYangBg
{
	float:right;
	width:330px;
	height:330px;
	margin-right: 50px;
	background-image:url(images/ying_yang_bg.jpg);	
}

#bottom_text {
	float:left;
	width:928px;
	background-color:#296E07;
	height:24px;
	padding-top:8px;
}
#bottom_text p
{
	color:white;
	padding: 0px 0px;
	padding-left: 10px;
}
#bottom_text a
{
	color: white;
}
#bottom_text a:hover
{
	color:#797B7A;
}


/* ########## home.html ############## */
#Rightbox h1.AufeinenBlick{
	color:#797B7A;
}

#Home_Aktuell h1
{
	margin-top:10px;
}

/* ########## Gesundheitsprogramm ######### */
#gesundheitsmenue h2
{
	font-size: 14px;
	margin-bottom:8px;
	margin-top: 15px;
	border-bottom: 1px solid;
	color: #797B7A;
}

#gesundheitsmenue h3
{
	font-size: 11px;
	padding-bottom:4px;
	margin-top: 2px;
	margin-left: 5px;
}

#gesundheitsmenue a
{
	text-decoration:none;
}

/* ########## kontakt.html ########### */
#KontaktGMap
{
    width: 897px;
    height: 500px;
    border: 1px solid black;
	margin-top:15px;
}

/* ########## ueber-mich.html ########### */
#LebenslaufTabelle td.s1
{
	font-weight:bold;
	width:80px;
}
div.uebermich_logos
{
	margin-right:50px;
}
#Viriditas_ToolTip
{
	position:absolute;
	border:3px dashed black;
	text-align:left;
	background-color: white;
	padding:8px;
	width:170px;
	display:none;
}

/* ########## ernaehrungstherapie.html ######## */
#et_tabelle_nahrungsmittel th
{
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	color: black;
}

#et_tabelle_nahrungsmittel td, th
{
	width: 150px;
	border:1px solid black;
	text-align:center;
}

#et_tabelle_nahrungsmittel th.holz {  	background-color: green; }
#et_tabelle_nahrungsmittel th.feuer {  	background-color: red; }
#et_tabelle_nahrungsmittel th.erde {  	background-color: #F5F738; }
#et_tabelle_nahrungsmittel th.wasser {  	background-color: #0325A3; color:white;}
#et_tabelle_nahrungsmittel th.metall {  	background-color: white; }

/* ############### Phytotherapie.html */
#phytotherapie p.subtitle
{
	font-style:italic;
	margin-top:-10px;
}

