/********************************************************
	Farbwerte:
		
	bordeaux-rot:	#762120
	rose:			#b98790
	
	
*********************************************************/

html, body {
 	height: 100%;
 	width: 100%;
 	margin: 0px;
 	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	background-color: #222;*/
	background-image: url(images/bg-retro.jpg);
}

.clear {
	clear: both;
}

h1,h2,.h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img.border {
	padding: 2px;
	border: 1px solid #fff;
}

a:hover img.border {
	border: 1px solid #fff;
}

.mittig {
	text-align: center;
}

.padding10 {
	padding: 10px;
}

.fett {
	font-weight: bold;
}

/******************************************************
					Seitenaufbau
******************************************************/

#abstand {
	float: left;
	height: 50%;
	margin-bottom: -225px;
	width: 1px;
}

#main {
	background: #5c4d3b url(images/bg_haare.jpg) right top no-repeat;
	margin: auto;
	height: 450px;
	width: 700px;
	clear: left;
}

#logo {
	margin: 10px 0 8px 24px;
}

/******************************************************
					Navigation
******************************************************/

#navi {
	width: 200px;
	height: 430px;
	float: left;
	background-color: #211A14;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	border-bottom:1px dashed #3F3427;
	margin: 0 10px;
	padding: 5px 0 5px 0;
}

#navi a {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-left: 3px;
	display: block;
}

#navi a:hover,
#navi a.active {
	color: #EF86C8;
}

#navi li.noborder {
	border: none;
}

/******************************************************
					Content
******************************************************/

#content {
	float: left;
	width: 470px;
/*	height: 430px;*/
	margin-left: 10px;
	overflow: hidden;
	color: #fff;
	line-height: 1.3em;
}

#content .content_height {
	height: 408px;
	overflow: hidden;
/*	border: 1px solid #666;*/
}

#content .content_position {
	margin: 100px 60px 0 60px;
}

#content a {
	color: #EFB3CC;
	text-decoration: none;
}

#content a:hover,
#content a:hover p {
	color: #EFB3CC;
	text-decoration: underline;
}

#content .headline,
#content .headline h1 {
	color: #BEAA91;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content h2 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .headline_start  {
	font-family: "Trebuchet MS",sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;

}

#content .innenscroll {
	height: 230px; 
	overflow: auto;
	padding: 2px;
}

#content ul {
	margin: 0 0 10px 0;
}

#content ul li {
	list-style-type: none;
	background: url(images/dot.jpg) no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

#content ul h2 {
	font-size: 11px;
}

/******************************************************
					Fußzeile
******************************************************/

#fusszeile {
	margin-top: 9px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS",sans-serif;
	font-weight:bold;
}

#fusszeile a {
	color: #fff;
	text-decoration: none;
}

#fusszeile a:hover {
	text-decoration: underline;
}

/******************************************************
					Webdevelopment
******************************************************/

#webdesign-ck {
	width:130px; 
	margin: 12px auto;
	padding-bottom: 10px;
}

#webdesign-ck img {
	margin-right: 8px;
}

#webdesign-ck a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #211A14;
	text-decoration: none;
}

#webdesign-ck a:hover {
/*	color:#F7A901;
	text-decoration: underline;*/
}

/******************************************************
					Seite: Preise
******************************************************/

table.preistabelle {
	border: 1px dotted #fff;
	border-collapse: collapse;
	margin: -5px 0 20px 0;
	color: #211A14;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

table.preistabelle td {
	border: 1px dotted #9F8E77;
	padding: 1px 3px 1px 3px;
}

table.preistabelle td.preisart {
	width: 220px;
}

table.preistabelle td.preis {
	width: 80px;
}


table.preistabelle tr.even td {
/*	background-color: #DFA7B2;*/
	background-color: #EFE8E0;
}


table.preistabelle tr.odd td {
/*	background-color: #CF9BA6;*/
	background-color: #CFBEA8;
}

h2.pfeil_down a {
	background: url(images/pfeil_down.gif) no-repeat left 3px;
	padding-left: 14px;
}

/******************************************************
					Seite: Behandlungen
******************************************************/

ul.behandlungen {
	margin: 0 0 10px 0;
}

ul.behandlungen li {
	background: url(images/dot.jpg) no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

ul.behandlungen h2 {
	font-size: 11px;
}

