@charset "UTF-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11%;
}
.twoColFixLtHdr #container {
	width: 780px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: repeat;
	background-image: url(Images/background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	/*padding: 0 10px 0 20px;*/  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	/*padding: 10px 0;*/ /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 152px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EFEFEF;
}
#Untermenue {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EFEFEF;
}
.twoColFixLtHdr #mainContent {
	width: 628px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
#hintergrund-details {
	background-color: #033;
}
#sidebar2 {
	width: 150px;
	float: right;
	background-color: #EFEFEF;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	height: 35px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 10px;
}
.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;
}body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #9A1E54;
	font-style: normal;
	font-weight: lighter;
}
#sidebar_hintergrund {
	background-color: #EFEFEF;
	width: 150px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-decoration: underline;
	color: #A72365;
}
.navigation{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #971E53;
	background-color: #EFEFEF;
	display: block;
	width: 129px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.navigationUntermenue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #971E53;
	background-color: #EFEFEF;
	display: block;
	width: 127px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
p {
	color: #333;
	font-size: 12px;
}
#Formularbeschriftung {
	color: #333;
	font-size: 12px;
}
.navigation:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #FFF;
	background-color: #999;
	display: block;
	width: 129px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.navigationUntermenue:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #FFF;
	background-color: #999;
	display: block;
	width: 127px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.navigation2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #960E67;
	text-decoration: none;
	background-color: #DDD;
	width: 90px;
	padding-right: 10px;
	padding-left: 10px;
	height: 10px;
}
.navigation2:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	width: 90px;
	padding-right: 10px;
	padding-left: 10px;
	height: 10px;
}
#bild {
	width: 200px;
	float: right;
	margin-right: 0px;
	height: 300px;
}
#dauer {
	float: left;
	width: 220px;
}
#preis {
	float: left;
	width: 250px;
}
#name {
	float: left;
	width: 450px;
}
#beschreibung {
	float: left;
	width: 470px;
}
#ablauf {
	float: left;
	width: 450px;
}
li {
	font-size: 14px;
	color: #333;
	list-style-type: square;
}
#ablauf2 {
	float: left;
	width: 400px;
	padding-left: 50px;
}
#extras {
	float: left;
	width: 450px;
}
.liste2 {
	list-style-type: decimal;
}
#preis1 {
	float: right;
	width: 220px;
}
#inhalt {
	width: 475px;
	float: left;
	background-color: #FFF;
	/* [disabled]margin-left: 10px; */
}
#text {
	background-color: #A72365;
	width: 380px;
	margin-left: 40px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	margin-top: 60px;
}
#startbild {
	background-color: #EFEFEF;
	width: 400px;
	margin-left: 40px;
}
#adresse {
	float: left;
	width: 200px;
	padding-top: 13px;
}
#ubahn {
	float: right;
	width: 200px;
	margin-right: 20px;
}
#browser {
	width: 610px;
	margin-left: 155px;
}
#foto_institut {
	margin-left: 80px;
}
#institut_bild {
	margin-left: 100px;
}
#inhalt1 {
	width: 475px;
	margin-left: 153px;
	background-image: url(Images/philosophie.jpg);
	background-color: #FFF;
}
.zitat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #A91F65;
}
.twoColFixLtHdr #container .maincontainer #inhalt #bild_mikrodermabrasion {
	/* [disabled]width: auto; */
	margin-left: 100px;
	/* [disabled]position: absolute; */
}
.hervorgehoben {
	font-family: Verdana, Geneva, sans-serif;
	color: #9A1E54;
}
#team {
	margin-left: 185px;
}
.twoColFixLtHdr #container .maincontainer #inhalt #form2 {
	width: 350px;
}
.twoColFixLtHdr #container .maincontainer #inhalt #Nachricht {
	padding-left: 15px;
}
.twoColFixLtHdr #container .maincontainer #mainContent div {
	padding-left: 40px;
	padding-top: 50px;
	width: 437px;
}
.twoColFixLtHdr #container .maincontainer #inhalt {
	width: 628px;
}
.twoColFixLtHdr #container .maincontainer #inhalt {
	/* [disabled]background-image: url(Images/background3.jpg); */
	background-repeat: repeat;
	width: 455px;
	padding: 10px;
}
#inhaltfaceneu {
	margin-left: 155px;
	padding-left: 10px;
}
.zitat1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #A91F65;
	padding-left: 155px;
}
h4 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	/* [disabled]text-decoration: underline; */
	background-color: #A82265;
}
#rahmenbody {
	padding-left: 155px;
	width: 450px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #A82265;
	font-weight: lighter;
	padding-left: 155px;
}
h3 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
}
#produkte {
	width: 455px;
	padding-left: 160px;
	color: #000;
}
.twoColFixLtHdr #container .maincontainer #inhalt2 #produkte #onlineshop {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
.link1 {
	color: #FFF;
}
#TextUntermenue {
	width: 420px;
	float: right;
	margin-right: 30px;
}
#copyright {
	color: #CCC;
}
#mainContentschmal {
	width: 474px;
	margin-left: 154px;
	background-color: #B1B6B9;
}
#Philosophie {
	padding: 20px;
	background-image: url(Images/philosophie.jpg);
	background-repeat: repeat;
}
#news {
	float: right;
	width: 120px;
	padding: 5px;
	margin-top: 50px;
	margin-right: 10px;
}
#TextStart {
	margin-left: 152px;
	width: 435px;
	padding: 20px;
}
.WebYepGalleryColumn {
	border: thin solid #EFEFEF;
}
.WebYepGalleryColumn {
	border: thin solid #941F54;
}

.WebYepGalleryContainer {
	background-color: #EFEFEF;
}
.twoColFixLtHdr #container .maincontainer #mainContent #BildEVW1 {
	background-image: url(Images/EVW1.jpg);
	width: 628px;
	height: 400px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container .maincontainer #mainContent #BildEVW2 {
	background-image: url(Images/EVW2.jpg);
	width: 628px;
	height: 469px;
	background-repeat: no-repeat;
}

