@charset "utf-8";
/*
Theme Name: KosmetikRaum Misburg
Theme URI: http://www.daway.de
Description: A theme for KosmetikRaum Misburg.
Version: 1.0
Author: Hans Schuster, Dimitrij Pankratz
Author URI: http://www.daway.de 
*/

* {
padding: 0;
margin: 0;
}

body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

#header {
	background-image: url(images/Header_Leiste.png);
	height: 100px;
	background-position: center top;
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	width: 100%;
}

#main-menu {
	margin: 0 auto;
	width: 978px
}

#main-menu #logo {
	display: block;
	float: left;
	margin-left: 1px;
	margin-top: 0px;
}

#main-menu #home-btn {
	background-image: url(images/Icon_Start-10.png);
	width: 22px;
	height: 22px;	
	background-position: bottom center;
}

#main-menu #home-btn:hover {
	background-position: top center;
}

#main-menu a {
	margin-top: 24px;
	display: block;
	float: left;
	margin-left: 25px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#main-menu a:hover {
	color: #B5C82F;
	text-decoration: none;
}

#kosmetikraum {
	background-image: url(images/Hintergrund_Start.png);
	background-repeat: repeat-x;
	padding-top: 100px;	
}

#start-wrapper {
	background-image: url(images/Start.png);
	width: 978px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#start-header {
	height: 460px;
}

h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 48px;
	line-height: 60px;
	display: block;
	padding-top: 40px;
	font-weight: 400;
	text-shadow: 1px 1px #FEFEFE;

}

#fragen {
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #000000;
	margin-top: 40px;
	text-shadow: 1px 1px #FEFEFE;
}

#telephone {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	color: #000000;
	display: block;
	background-image: url(images/Icon_Telefon.png);
	height: 36px;
	padding-left: 50px;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-shadow: 1px 1px #FEFEFE;
}

#email a {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	color: #CB4F45;
	text-decoration: none;
	display: block;
	background-image: url(images/Icon_Email.png);
	height: 36px;
	padding-left: 50px;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-shadow: 1px 1px #FEFEFE;
}

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

#klassische-behandlungen {
	background-image: url(images/Start_Trennung.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 306px;
	float: left;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#spezielle-behandlungen {
	background-image: url(images/Start_Trennung.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 306px;
	float: left;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#unsere-extras {
	background-image: url(images/Start_Trennung.png);
	background-repeat: no-repeat;
	width: 306px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#klassische-behandlungen div, #spezielle-behandlungen div, #unsere-extras div {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/Trennstrich.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
}

#klassische-behandlungen h3, #spezielle-behandlungen h3, #unsere-extras h3 {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 10px;

}

#preise h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	display: block;
	padding-top: 25px;
	text-transform: uppercase;
	line-height: 45px;
}

#preise h2 {
	color: #000000;
	margin-bottom: 0px;
}

.preis {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 20px;
}

.preis-duration {
	color: #cc4e42;
	font-weight: bold;
}

body #preise {
	color: #666666;
	font-size: 15px;
}

.small-desc {
	color: #000000;
	font-size: 20px;
}

.divider {
	background-image: url(images/trenn.png);
	height: 2px;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subpage {
	background-image:url(images/Hintergrund_Unterseiten.png);
	background-repeat: repeat-x;
	min-height: 560px;
	margin-top: 400px;
}

.subpage-content {
	width: 978px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.subpage h2 {
	display: block;
	font-family: font-family: 'PT Sans', sans-serif;
	font-size: 48px;
	font-weight: bold;
	padding-top: 150px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 60px;
	text-shadow: 1px 1px #FEFEFE;
}

.impressum {
	margin-bottom: 1500px;
}

.clear {
	clear: both;
}

#anette-foto {
	float: left;
	margin-right: 30px;
}

#pflege1 {
	background-image:url(images/Pflegeprodukte_Logos-12.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 336px;
	min-height: 90px;
	margin-bottom: 30px;
}

#pflege2 {
	background-image: url(images/Pflegeprodukte_Logos-13.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 336px;
	min-height: 90px;
	margin-bottom: 30px;
}

#pflege3 {
	background-image: url(images/Pflegeprodukte_Logos-14.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 336px;
	min-height: 90px;
	margin-bottom: 30px;
	width: 270px;
}

#pflege4 {
	background-image: url(images/Pflegeprodukte.png);
	background-repeat: no-repeat;
	background-position:right top;
	min-height: 417px;
}