
* { margin: 0; padding: 0; }

body { text-align: center; }

a { color: #000; }

h1 { font-size: 1.5em; font-weight: normal; }
h2 { font-size: 1.4em; font-weight: normal; }
h3 { font-size: 1.3em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1.1em; font-weight: normal; }
h6 { font-size: 1.0em; font-weight: normal; }

em { font-style: normal; text-decoration: underline; }
img { padding: 2px; border: 1px solid #999; }

p { margin: 0.8em 0; text-align: justify; }

dt { font-weight: bold; }
dd { padding: 0 0 0 20px; }
ul { list-style: none; }


#Frame {
	margin:     20px auto 0 auto;
	padding:    0 0 0 60px;
	width:      800px;
	font:       0.8em Arial, Helvetica, sans-serif;
	text-align: left;
}

#Skiplink {
	display: none;
}

#Header {
	position:     relative;
	height:       100px;
	background:   url('beauty-more-v1/img/slogan.png') 20px top no-repeat;
	border-top:   1px solid #000;
	border-right: 1px solid #000;
}

#Header #Logo {
	position:    absolute;
	top:         -17px;
	left:        -60px;
	width:       100px;
	height:      165px;
	background:  url('beauty-more-v1/img/head-logo.png') no-repeat;
	white-space: nowrap;
	text-indent: -5000px;
	z-index:     2;
}

* html #Header #Logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true src='css/beauty-more-v1/img/head-logo.png', sizingMethod='image');
}

#Header h1 {
	position:    absolute;
	width:       150px;
	height:      180px;
	background:  url('beauty-more-v1/img/head-illu.png') no-repeat;
	white-space: nowrap;
	text-indent: -5000px;
	z-index:     1;
}

* html #Header h1 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true src='css/beauty-more-v1/img/head-illu.png', sizingMethod='image');
}

#Header .Illu {
	position:    absolute;
	right:       0;
	width:       186px;
	height:      120px;
	background:  url('beauty-more-v1/img/head-illu2.jpg') no-repeat;
	white-space: nowrap;
	text-indent: -5000px;
	z-index:     1;
}

#Center {
	border-right: 1px solid #000;
}

#Center:after {
	content:    ".";
	display:    block;
	height:     0;
	visibility: hidden;
	clear:      both;
}

* html #Center {
	height: 1px;
}

#Left {
	float:   left;
	width:   150px;
	padding: 85px 0 0 0;
}

#MainNav li {
	display: inline;
}

#MainNav a {
	margin:          0 0 10px 0;
	padding:         2px;
	display:         block;
	color:           #FFF;
	background:      #666;
	text-align:      center;
	text-decoration: none;
}

#MainNav .active a,
#MainNav a:hover {
	color:       #000;
	background:  #B2B2B2;
}

#MainNav .active a {
	font-weight: bold;
}

#ContentNav {
	margin:        0 0 0 0;
	height:        20px;
	overflow:      hidden;
	border-bottom: 1px solid #000;
}

#ContentNav ul {
}

#ContentNav:after {
	content:    ".";
	display:    block;
	height:     0;
	visibility: hidden;
	clear:      both;
}

* html #ContentNav ul {
	height: 1%;
}

#ContentNav li {
	display:         inline;
}

#ContentNav a {
	margin:          0 10px;
	padding:         2px 10px;
	float:           left;
	color:           #FFF;
	background:      #666;
	text-align:      center;
	text-decoration: none;
}

#ContentNav .active a,
#ContentNav a:hover {
	color:      #000;
	background: #B2B2B2;
}

#ContentNav .active a {
	font-weight: bold;
}

#Content {
	margin:    0 0 0 0;
	padding:   0 1em;
	overflow:  hidden;
	font-size: 0.9em;
}

#Content:after {
	content:    ".";
	display:    block;
	height:     0;
	visibility: hidden;
	clear:      both;
}

* html #Content {
	height: 1%;
	overflow: visible;
}

#Content h1 {
	margin:          1em 0 1em 0;
	color:           #444;
	font-weight:     bold;
	border-bottom:   1px solid #444;
}

#Content h2 {
	margin:      10px 0 0 0;
	color:       #666;
	font-weight: bold;
}

#Content h3 {
	font-weight: bold;
	font-size:   1.2em;
}

#Content ul {
	padding:    0 0 0 20px;
	list-style: square;
}

#Content li {
}

#Footer {
	border-top: 1px solid #000;
}

.Pricelist {
	width: 350px;
}

.Pricelist .Desc {
	padding: 0 0 0 30px;
}

.Pricelist .Price {
	text-align:     right;
	vertical-align: top;
	font-weight:    bold;
}

form.Contact fieldset {
	padding: 5px;
	border:  1px solid #999;
}

form.Contact fieldset.Controls {
	margin-top: 10px;
}

form.Contact legend {
	display: none;
}

form.Contact dt {
	margin:     2px;
	padding:    2px;
	
	clear:       both;
	float:       left;
	width:       8em;
	font-weight: bold;
}

form.Contact dd {
	margin:     2px;
	padding:    2px;
	background: #EEE;
	text-align: right;
}

form.Contact input {
	padding:   2px;
	width:     19em;
	border:    1px solid #000;
	font-size: 1.1em;
}

form.Contact input:focus {
	background: #EEE;
}

form.Contact textarea {
	padding:     2px;
	width:       19em;
	height:      10em;
	border:      1px solid #000;
	font:        inherit;
	font-size:   1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

form.Contact textarea:focus {
	background: #EEE;
}

form.Contact .Controls {
	margin-bottom: 1em;
	text-align: right;
}

form.Contact .Controls input {
	margin: 0 4px;
	border: 1px solid #000;
}

#Info {
	margin:  0 0 20px 0;
	padding: 5px;
}

#Info.Error {
	background: #FAA;
	border: 2px solid #F00;
}

#Info.Success {
	background: #AFA;
	border: 2px solid #0F0;
}

img.right {
	float: right;
}

/*** Seitenspezifische Angaben ***/

.Start #Content {
	padding-right: 280px;
	min-height:    330px;
	background:    url('beauty-more-v1/img/illu-hair-03.jpg') top right no-repeat;
}

* html .Start #Content {
	height: 330px;
}

.WirUeberUns #Content {
	padding-right: 260px;
	min-height:    350px;
	background:    url('beauty-more-v1/img/illu-wirueberuns.jpg') top right no-repeat;
}

* html .WirUeberUns #Content {
	height: 350px;
}

.AktuelleAngebote #Content {
	padding-right: 270px;
	min-height: 365px;
	background: url('beauty-more-v1/img/aktuelle-angebote-illu.jpg') bottom right no-repeat;
}

* html .AktuelleAngebote #Content {
	height: 365px;
}

.Schulungen #Content {
	padding-right: 200px;
	min-height:    350px;
	background:    url('beauty-more-v1/img/illu-schulungen.jpg') bottom right no-repeat;
}

.Service #Content {
	padding-right: 240px;
	min-height:    350px;
	background:    url('beauty-more-v1/img/illu-service.jpg') top right no-repeat;
}

.SoFindenSieUns #Content {
	padding-right: 200px;
	min-height:    250px;
	background:    url('beauty-more-v1/img/illu-sofindensieuns.jpg') bottom right no-repeat;
}

* html .SoFindenSieUns #Content {
	height: 250px;
}

.Kontakt #Content {
	padding-right: 260px;
	min-height:    350px;
	background:    url('beauty-more-v1/img/illu-kontakt.jpg') top right no-repeat;
}

* html .Kontakt #Content {
	height: 350px;
}

.Impressum #Content {
	padding-right: 250px;
	min-height:    350px;
	background:    url('beauty-more-v1/img/illu-hair-01.jpg') top right no-repeat;
}

* html .Impressum #Content {
	height: 350px;
}

.Impressum dt {
	clear: both;
	float: left;
	width: 160px;
}

.Impressum dd {
	margin: 0 0 5px 160px;
}

.Impressum dl:after {
	content:    ".";
	display:    block;
	height:     0;
	visibility: hidden;
	clear:      both;
}