@charset "utf-8";

/* --------------------------------------------------------------------------
fixed footer:
http://www.dave-woods.co.uk/wp-content/uploads/2008/02/css-fixed-footer.html
bzw. siehe springs-beauty-line.de von mir - das ist das was wirklich funzt!!!
----------------------------------------------------------------------------*/
/* browserweichen mit css:
http://de.selfhtml.org/css/layouts/browserweichen.htm
----------------------------------------------------------------------------*/
/* IE probleme - float bezogen, oder listen-bezogen koennen oft mit
hilfe der setzen der internen ie eigenschaft "hasLayout" fuer die
html-objekte bzw. deren parent objekte gelöst werden. dazu am besten externe
css-dateien erstellen und sie per css-conditional comments einbinden.
meistens hilft fuer IE6, IE7 auf win zoom: 1; was 100% skalierung bedeutet,
also nichts tut, außer "hasLayout" fuer das entsprechende element zu sezten.
Falls das nicht funktioniert geht auf fuer ältere IE height 1%. das IE
die hoehe eh auf den inhalt falscherweise spannt ist das ok. 

mehr details on hasLayout: 
http://www.satzansatz.de/cssd/onhavinglayout.html

IE problems list:
http://www.positioniseverything.net/explorer.html
----------------------------------------------------------------------------*/


	
/* reset 
***********/
	
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0; 
 	}
 
html, body {
	height: 100%; 
	}


/* horiz. centering + sticky footer 
*************************************/
body { 
	text-align: center;/* fuer alte browser */
	background: url(../images/allgemein/bg_all.gif) #F5EEF2 no-repeat fixed; /*greens: 84C364 90175D EBDCE4 */
	}
	
#mainwrap, #inwrap {
	text-align: left; /* reset old browser centering */
 	margin: 0 auto; /* modern centering */
   	position: relative; /* erlaubt absol. pos. darin */
 	width: 800px;
	min-height: 100%; /* modern browser height stretch */
   	background: url(../images/allgemein/bg.gif)  #fff  right 6.3em  repeat-y;
 	}
 
* html #mainwrap, * html #inwrap { 
	/* old brwoser < IE lt 6 height stretch: 
	wirkt wie min-height, da IE eine elementhöhe 
	immer an größeren inhalt anpasst, min-height aber nicht kennt*/
	height:100%; 
	}
 	
#footer {
	width: 100%;
	height: 20px;
	position: absolute; bottom: 0;
	}

 
 

/* helpers 
************/
hr, .clearer  {
	clear:both; 
	line-height:0;
	border: none;
	background: none;
	height: 0px;
	/*display: none;  			.... IE ONLY!!! extern css. ohne dies, zeight der IE ein hr abstand an..
								allerdings in ANDEREN BROWSERN wirkt der hr NICHT, wenn display:none!... */
	}

hr.hr_newsdisplay {
	display: block; /* fuer ie */
	border:none;
	/*border-bottom:dotted #EBDCE4 1px;*/
	background-color:#90175D;/**/
	height:1px;
	margin:10px 0px;	
	}

img {
	/* png-behaviour for ie5.5 to ie6. NON STANDARD RULE. pfad von css-seite aus. */
	behaviour: url(../js/iepngfix/iepngfix.htc);  
	} 
 




/* headline 1 - mit bild od. ohne 
**********************************/ 
h1 {
 	font-size:12px;
	color:#666666; 
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 10px;
	}

h1.pictitle {
	display: block;
	width: 480px;
	height: 60px;
	overflow: hidden;
	}
 
h1.pictitle span {
	position: relative;
	left: -3000px;
	}
	
body#home h1.pictitle {
	background: url(../images/allgemein/title_home.gif) no-repeat;
	}
	
body#aktuelles h1.pictitle {
	background: url(../images/allgemein/title_aktuelles.gif) no-repeat;
	}
	
body#ueberuns h1.pictitle {
	background: url(../images/allgemein/title_ueberuns.gif) no-repeat;
	}
	
body#angebote h1.pictitle {
	background: url(../images/allgemein/title_angebote.gif) no-repeat;
	}
	
body#kontakt h1.pictitle {
	background: url(../images/allgemein/title_kontakt.gif) no-repeat;
}
	
body#kontakt h1.errortitle {
	background: url(../images/allgemein/title_fehler.gif) no-repeat;
}

body#kontakt h1.oktitle {
	background: url(../images/allgemein/title_ok.gif) no-repeat;
}
	
body#impressum h1.pictitle {
	background: url(../images/allgemein/title_impressum.gif) no-repeat;
}	

		
/* body#Wellness, Permanent Make-up h1.pictitle {
	height: 35px;
	margin-top:35px;
	background: url(../images/allgemein/title_Wellness, Permanent Make-up.gif) no-repeat;
	}
*/	
body#wellness h1.wellness_h1 {
	background: url(../images/allgemein/title_wellness.gif) no-repeat;
	}
	
body#wellness h1.kosmetik_h1 {
	background: url(../images/allgemein/title_kosmetik3.gif) no-repeat;
	}
	
body#kosmetik h1.pictitle {
	background: url(../images/allgemein/title_kosmetik.gif) no-repeat;
	}
	
body#kosmetik h1.pictitle {
	/*height: 35px; */
	background: url(../images/allgemein/title_kosmetik2.gif) no-repeat;
	}
		
body#epilation h1.epilation_h1 {
 	background: url(../images/allgemein/title_epilation.gif) no-repeat;
	}
	
body#kosmetik h1.chirurgie_h1 {
	margin-top: 150px;
	background: url(../images/allgemein/title_chirurgie.gif) no-repeat;
	}	
	
body#makeup h1.pictitle {
	background: url(../images/allgemein/title_makeup.gif) no-repeat;
	}
	
body#wimpern h1.pictitle {
	background: url(../images/allgemein/title_wimpern.gif) no-repeat;
	}
	
body#epilation h1.pictitle {
	background: url(../images/allgemein/title_epilation.gif) no-repeat;
	}
	
body#partner h1.gangster_h1 {
	background: url(../images/allgemein/title_chirurgie.gif) no-repeat;
}
	
body#preise h1.pictitle {
	background: url(../images/allgemein/title_preise.gif) no-repeat;
}
	
body#messe h1.pictitle {
	background: url(../images/allgemein/title_messe.gif) no-repeat;
}		
	
body#galerie h1.pictitle {
	background: url(../images/allgemein/title_galerie.gif) no-repeat;
}		

	
	
/* andere headlines
***********************/
	
h2 {
 	font-size:12px;
	font-weight:bold;
	color:#666666; 
	line-height:18pt;
	margin: 10px 0 0px;
	}
	
h3 {
 	font-size:10px;
	font-weight:bold;
	color:#666666; 
	}
	

/* text
*********************/
p, ul, ol, li, td, th, input, form {
	font-size:12px;
	color:#666666; 
	line-height:18pt;
 	}
	
p, ul {
	margin-bottom:24pt;
}
 

/* hyperlinks 
******************/ 	 
a {
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}
	
a:link, a:visited {color:#BD79A0;}
 
a:hover, a:active {color:#90175D;}

 


 




/* inhaltsbereich */



.topbild  {
	 line-height:0%; /* entfernt abstand unterm img */
	}
	
ul.dongchun {
	padding-left:20px;
	list-style-type: disc;
	}
	
#leftcolumn {
	float:left;
	width: 220px;
	height: 510px;
	background: url(../images/allgemein/bg_le.gif) no-repeat;
	}
	
#content {
	width: 480px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
 	}

	
.abstandzumfooter {
	clear: both;
	display: block;
	height: 100px;
	}
 
.footnote {
	font-size: 10px;
	color: #666;
	padding-left: 240px;
	}
	
small a, .bu a, .footnote a{
	font-size: 10px;
	}
 
	
/* images */

img.blatt_gr {display:block; width: 49px; height: 26; clear:both; margin: 30px 0px 10px;}
img.pic240x180 { display: block; float:left; width:240px; height:180px;  }
img.pic480x160 { display: block; float:left; width:480px; height:160px;  }
img.pic480x180 { display: block; float:left; width:480px; height:180px;   }
img.pic480x287 { display: block; float:left; width:480px; height:287px;   }
img.pic336x129 {   width:336px; height:129px;   }
.picabstand {margin-top:10px;}

.centered {
	text-align:center;
	}

.bu {
	clear:both;
	display: block;
	font-size: 10px;
	line-height: 130%;
	padding: 5px 0 20px;
	}

	
/* angebote seite */

.firstcell, .pricecell { width: 100px; }
.pricecell { text-align: right; }

table, th, td { color:#90175D; vertical-align: top}

table.angebote {
	width: 100%;
	border: 0;
	text-align: center;
	margin: 30px 0;
	}


table.angebote a img {
	width: 60px;
	height: 80px;
	border: 0;
	}
	

table.kosmetik_table, table.kontakt_table {
	width:100%;
	background: #EBDCE4;
	margin: 10px 0;
	}
	
table.kosmetik_table th, table.kontakt_table th {
	background:#90175D;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	}
	
table.kosmetik_table td {
	border-top:1px solid #90175D;
	}
	
table.kosmetik_table td p  {
	color:#90175D;
	padding: 10px;
	}
	
table.kontakt_table td  {
 	padding-top: 2px 10px;
	}
	
table.kontakt_table th {
	padding: 2px 20px;
	}
		
table.kontakt_table td p {
	color:#90175D;
	padding: 2px 20px;
	}
	
table.kontakt_table td.firstcell {
	margin-top:5px;
	}
	
table.kontakt_table {
	padding-bottom: 5px;
	}
	
table.kontakt_table input.textinput, table.kontakt_table textarea {
	border: 1px solid #aaa;
	margin-top: 5px;
	width: 100%;
	}


.makeup_list{
	margin: 20px 0;
	}

.makeup_list li{
	margin-left: 15px;
	}
	
/* font color */

.color {
	color:#90175D;
	}
	
/* teaser */

.teaser {
	background-color:#4FAC24;
	padding:10px;
	}
	
.teaser p, .teaser h1 {
	color:#FFFFFF;
	}
	
.teaser h1 {
	font-size:20px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.teaser p {
	margin-top:10px;
	}
