@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}
	
body  {
	margin: 0; /* 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: #009;
	font-family: "Book Antiqua", Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #FFFDCD;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFDCD;
	border-style: none;
} 
#header_print {
display:none;	
}

/*--- Layout 1 ---*/

#header1 {
	background-color: #FFFDCD;
	background-image: url(../images/hg/kopf1.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 85px;
	
} 

#sidebar1 {
	text-align:left;
	float:right;
	width:780px;
	margin-top:20px;
	background-image: url(../images/hg/cont-v.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFEE3;
	font-size:.85em;


}

#sidebar1u {
	background-image: url(../images/hg/cont-vu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:15px;
}

/*--- Layout 2 ---*/

#header2 {
	background-color: #FFFDCD;
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 250px;	
} 
#header1 .nav{
	padding-top:22px;
}
#header2 .nav{
	padding-top:190px;
} 
#sidebar2 {
	text-align:left;
	float:right;
	width: 270px;
	margin-top: 20px;
	background-image: url(../images/hg/cont-r.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFEE3;
	font-size:.85em;
}

#sidebar2 #sidebar2u {
	background-image: url(../images/hg/cont-ru.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:visible;

}
#mainContent2 {
	text-align:left;
	display:block;
	overflow:visible;
	float:left;
	margin-top: 20px;
	background-color: #FFFDCD;
	width: 480px;
	font-size:.85em;
}


/*--- allg ---*/

#footer {
	background-color: #FFCB86;
	background-image: url(../images/hg/fuss.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 35px;
} 
#footer p {
}

.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;
}

h1, h2, h3, h4, p, ul, td, table{
	padding-right: 15px;
	padding-bottom: .2em;
	padding-left: 15px;
	text-align:left;
	}
p {
	padding-top: .2em;
}
h2 {
	font-size:1.4em;
	}
h3 {
	font-size:1em;
	font-weight: bold;
	padding-top: .5em;
	}
h4 {
	font-size: 1em;
	font-style: italic;
	padding-top: .5em;
	}
td {
	font-size:.85em;
	padding-left:0;
	}
#sidebar1 td {font-size:1em;}
ul, ol {
	list-style-position: outside;
	margin-left:1.2em;
	}

#logo, #adresse1, #adresse2{
	float: right;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: right;
}
#adresse2 p, #adresse2 h1, #adresse2 h2, #adresse2 h3, #adresse2 h4{
	text-align:right;
	}
#adresse1{
	padding-right:0;
	}
#logo_print{
display:none;
}
#adresse_print{
display:none;
}
#name, #name2{
	float: left;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 15px;
}

form, select, input, textarea {
	font-family: "Book Antiqua", Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	}
select, input {
	font-size: 1em;
	}
.rechteck {
	list-style-image:url(../images/rechteck.gif);
	list-style-position: outside;
	}
.rechteck h3 {
	padding-left:0;
	}
.hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009;
	padding-left:15px;
	}
/* Menü Fusszeile --------------------*/
#footer #footnav {
	height: 18px;
	
}
#footnav ul {
	padding:0;
	margin:0;
	}

#footnav li{
	display:inline;
	list-style:none;
	height:auto;	
}

#footnav li.start {
	background-image: url(../images/menuepunkt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:70px;
	}

 #footnav a {
	
	float:right;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #00F;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
#footnav a.start {
	float:left;
	padding-left: 90px;
	margin-left: 20px;
	}


#footnav a:hover {
	color: #009;
 	background-image: url(../images/menuepunkt.gif);
}


/* Header-Bilder ---------------*/
.leer2 {
	background-image: url(../images/hg/kopf2.gif);	
	}
.uebermich {
	background-image: url(../images/uebermich.jpg);
}
.psychotherapie {
	background-image: url(../images/psychotherapie.jpg);
}
.supervision {
	background-image: url(../images/supervision.jpg);
}
.seminare {
	background-image: url(../images/uebersicht.jpg);
}
.links {
	background-image: url(../images/links.jpg);
}
.focusing {
	background-image: url(../images/focusing.jpg);
}
.personzentriert {
	background-image: url(../images/personzentriert.jpg);
}
.leitung {
	background-image: url(../images/leitung.jpg);
}
.achtsamkeit {
	background-image: url(../images/achtsamkeit.jpg);
}
.termine {
	background-image: url(../images/termine.jpg);
}
.impressum {
	background-image: url(../images/Impressum.jpg);
}

/* ================================================================ */

.nav {
height:55px; 
position:relative; 
width:780px; 
z-index:500;
font-size:15px;
font-weight:bold;
}

.basictab{
	margin:0 0 0 10px;
	padding:0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	width:760px;
	height:30px;
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00f;
}


.basictab li{
	
display:inline;
margin:0;
padding:0;

}

.basictab li a{	
	text-decoration:none;
	height:10px;
	line-height:30px;
	color:#00f;
	padding:10px 20px 10px 20px;
}

* html .basictab li a{ /*IE only width definition*/
height:30px;	/* für IE 5.x */
padding:0px 20px 0px 20px;
h\eight: 10px;	/* für IE 6  */
p\adding:10px 20px 10px 20px;
}

.basictab li a:hover,
.basictab li.current a{
color: #009;
	background-image: url(../images/menuepunkt.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.basictab li a:active{
color: #009;
}


.submenustyle{
	padding:0;
	margin:0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	width:770px;
	height:30px;
	font-size:14px;
	font-weight:bold;

display: none;
/*filter:alpha(opacity=0);
-moz-opacity:0;*/
}

.submenustyle a{
	text-decoration:none;
	height:10px;
	line-height:30px;
	color:#00f;
	padding:10px 10px 10px 20px;
}
* html .submenustyle a{ /*IE only width definition*/
height:30px;	/* für IE 5.x */
padding:0px 10px 0px 20px;
h\eight: 10px;	/* für IE 6  */
p\adding:10px 10px 10px 20px;
}

.submenustyle a:hover,
.submenustyle a.sub_show{
color: #009;
	background-image: url(../images/menuepunkt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
