@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #093;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
	width: 100%;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: -3px;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	border-collapse: collapse;
	border: o;
}
#bg_ern {
	background-image: url(../images/web/bhintergrund_orange.jpg);
	background-repeat: repeat-x;
}
a {
	color: #639;
}

#bg_psycho {
	background-image: url(../images/web/bhintergrund_braun.jpg);
	background-repeat: repeat-x;
}
#bg_kochm {
	background-repeat: repeat-x;
	background-image: url(../images/web/bhintergrund_hell_gruen.jpg);
}
#bg_foodcoaching {
	background-image: url(../images/web/bhintergrund_pink.jpg);
	background-repeat: repeat-x;
}
#bg_wandeljahre {
	background-image: url(../images/web/bhintergrund_rot.jpg);
	background-repeat: repeat-x;
}
#bg_frauensem {
	background-image: url(../images/web/bhintergrund_lila.jpg);
	background-repeat: repeat-x;
}
#bg_aqua_blue {
	background-image: url(../images/web/bhintergrund_blau.jpg);
	background-repeat: repeat-x;
}
#bg_kontakt {
	background-image: url(../images/web/bhintergrund_tuerkis.jpg);
	background-repeat: repeat-x;
}

#bg_starts {
	background-repeat: repeat-x;
	background-image: url(../images/web/bhintergrund.jpg);
}

html {
	height: 100%;
	width: 100%;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/web/kreise_we_kl.png);
	background-position: right bottom;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	padding: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DFFDE1;
	background-image: url(../images/web/hint-oben.png);
	background-repeat: no-repeat;
	height: 30px;
} 
.thrColFixHdr #heads#er h1{
	color: #333;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
}
.thrColFixHdr #sidebar1 {
	float: left;
	padding: 0px;
	margin-top: 20px;
	width: 220px;
	margin-bottom: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: 0; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	text-align: right;
	margin-left: 0px;
	margin-top: 20px;
	z-index: 999;
	height: 2px;
	position: absolute;
	margin-right: 20px;
}
.thrColFixHdr #mainContent {
	width: 400px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 80px;
} 
.thrColFixHdr .footer {
	padding: 0 10px 0 20px;
	height: 20px;
	background-color: #DFFDE1;
} 
.thrColFixHdr #footer_color_ern {
	background-color: #FCEECD;
}
.thrColFixHdr #footer_color_psycho {
	background-color: #FDE4CC;
}
.thrColFixHdr #footer_color_kochm {
	background-color: #E6FECB;
}
.thrColFixHdr #footer_color_foodcoaching {
	background-color: #F2D2F7;
}
.thrColFixHdr #footer_color_wandeljahre {
	background-color: #FBBDBD;
}
.thrColFixHdr #footer_color_frauenseminar {
	background-color: #E7CEFB;
}
.thrColFixHdr #footer_color_aqua_blue {
	background-color: #CDDBFC;
}
.thrColFixHdr #footer_color_kontakt {
	background-color: #CEF7FB;
}

.thrColFixHdr .footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#aufz {
	list-style-position: outside;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
}
#aufz li {
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
	margin: 8;
	padding: 0;
	margin-bottom: 4px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#nav_left {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0;
}

#nav_left li {
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFFDE1;
}
#nav_left a{
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #639;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 20px;
}
#nav_left_2nd {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0;
}
#nav_left_2nd li {
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DFFDE1;
}
#nav_left_2nd a {
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #639;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	width: 180px;
	text-align: left;
	margin-left: 0px;
}

.bilder_main {
	float: left;
	width: 900px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 250px;
	margin-bottom: 5px;
}
.pic_main {
	float: left;
	width: 900px;
	background-color: #FFF;
	height: 250px;
	overflow: hidden;
}
.inhalt_1 {
	width: 900px;
	float: left;
}

.thrColFixHdr .header_right {
	height: 60px;
	margin-left: 20px;
	padding: 0;
	width: 433px;
	display: block;
	float: left;
	visibility: hidden;
	position: absolute;
}
#color_st {
}
.thrColFixHdr .header_right h1 {
	color: #639;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	width: 380px;
	display: block;
}
.thrColFixHdr #mainContent h1 {
	font-style: normal;
	font-weight: normal;
	color: #6100C1;
	font-size: 25px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Eurostile;
	margin: 0;
}
.thrColFixHdr #mainContent h5 {
	font-style: normal;
	font-weight: normal;
	color: #6100C1;
	font-size: 25px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Eurostile;
	margin: 0;
	text-align: center;
}

.thrColFixHdr #mainContent h3 {
	font-style: normal;
	font-weight: normal;
	color: #6100C1;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.thrColFixHdr #mainContent h4 {
	font-style: normal;
	font-weight: normal;
	color: #6100C1;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0;
}

.thrColFixHdr .header_main {
	height: 1px;
	margin-left: 0px;
	padding: 0;
	width: 900px;
	display: block;
	float: left;
	font-size: 1px;
}
.thrColFixHdr .header_right h2 {
	color: #999;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 380px;
	display: block;
	height: 30px;
}
.thrColFixHdr #mainContent p {
	font-style: normal;
	font-weight: normal;
	color: #333;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr {
	
 
}
.abst_unt {
	float: left;
	width: 900px;
	height: 1px;
	font-size: 1px;
	background-color: #C66;
}

.hint_2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important;
 }
.thrColFixHdr #abst_unt {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.nav_top_pos {
	float: left;
	height: 20px;
	margin-left: 700px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#nav_top ul{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	display: inline;
}
#nav_top ul li {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	display: inline;
}
#nav_top a   {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	border-left-width: 1px;
	border-left-color: #CCC;
	border-left-style: solid;
	padding-left: 10px;
}
#nav_top_first a {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 0px;
}
#nav_left_1 a {
	font-style: normal;
	color: #639;
}
#nav_left_1 a:hover {
	font-style: normal;
	color: #060;
}

#nav_left_1 i {
	font-style: normal;
	color: #060;
}
#nav_left_2 a {
	color: #639;
}
#nav_left_2 a:hover {
	color: #F90;
}
#nav_left_2 i {
	font-style: normal;
	color: #F90;
}
#nav_left_3 a {
	color: #639;
}
#nav_left_3 a:hover {
	color: #92510A;
}
#nav_left_3 i {
	font-style: normal;
	color: #92510A;
}
#nav_left_4 a {
	color: #639;
}
#nav_left_4 a:hover {
	color: #0C3;
}
#nav_left_4 i {
	font-style: normal;
	color: #0C3;
}
#nav_left_5 a {
	color: #639;
}
#nav_left_5 a:hover {
	color: #C3F;
}
#nav_left_5 i {
	font-style: normal;
	color: #C3F;
}
#nav_left_6 a {
	color: #639;
}
#nav_left_6 a:hover {
	color: #900;
}
#nav_left_6 i {
	font-style: normal;
	color: #900;
}
#nav_left_7 a {
	color: #639;
}
#nav_left_7 a:hover {
	color: #93F;
}
#nav_left_7 i {
	font-style: normal;
	color: #93F;
}
#nav_left_8 a {
	color: #639;
}
#nav_left_8 a:hover {
	color: #039;
}
#nav_left_8 i {
	font-style: normal;
	color: #039;
}
#nav_left_9 a {
	color: #639;
}
#nav_left_9 a:hover {
	color: #09F;
}
#nav_left_9 i {
	font-style: normal;
	color: #09F;
}
#nav_foot a {
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
}
#window_kontakt {
	width: 450px;
	text-align: left;
	height: 400px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: 0; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	text-align: right;
	margin-left: 0px;
	margin-top: 20px;
	height: 2px;
	margin-right: 20px;
}

