* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	color: #4c4c4c;
	font: 14px/20px "Myriad Pro","Segoe UI", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 46px;
}

/*Startseitenparameter*/

#splashallwrap {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 100px;
	text-align: center;
}

#splashheadimage {
	margin: auto;
}

#splashfooterslogan {
	margin: auto;
	margin-top: 30px;
	font-size: 50px;
	font-weight: bold;
	color: #c5c5c1;
}

#splashnavigation {
	text-align: center;
	margin: auto;
	margin-top: 20px;
	color: #c5c5c1;
	font-size: 20px;
	font-weight: bold;
}

#splashnavigation a {
	color: #c5c5c1;
	text-decoration: none;
}

#splashnavigation a:hover {
	color: #ef8000;
	text-decoration: none;
}

#splashfooter {
	margin-top: 20px;
	color: #c5c5c1;
	font-size: 12px;
}

#splashfooter a {
	color: #c5c5c1;
}

#splashfooter a:hover {
	color: #ef8000;
}

/*Seitenparameter*/

#allwrap {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#main {
	position: relative;
	min-height: 800px;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#head {
	position: relative;
	width: 1000px;
	height: 176px;
	margin-left: 0px;
}

#logo {
	position: absolute;
	left: 864px;
	top: 20px;
	width: 145px;
	height: 148px;
}

#hairdreams {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 200px;
	height: 52px;
}

#navigationbox {
	color: #c5c5c1;
	position: absolute;
	font-size: 21px;
	top: 137px;
	left: 0px;
	font-weight: bold;
}

#navigation {
	float:left;
}

#navigation h1{
	font-size: 17px;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;
	margin:0;
	padding:0;
	margin-right: 0px;
	font-weight: bold;
}

#navigation a {
	display:block;
	color: #c5c5c1;
	text-decoration: none;
}

#navigation a:hover {
	color: #ef8000;
	text-decoration: none;
}

#navigation .active {
	color: #ef8000;
	text-decoration: none;
}

#newsplash {
	float: left;
	padding-left: 110px;
	width: 950px;
	padding-bottom: 25px;
}

#newsplash h1{
	font-size: 16px;
}

#newsplash ul {
	margin:0;
	padding:0;
	list-style:none;
}

#newsplash li {
	float:left;
	margin:0;
	padding:0;
	margin-right: 0px;
	font-weight: bold;
}

#newsplash a {
	display:block;
	color: #c5c5c1;
	text-decoration: none;
}

#newsplash a:hover {
	color: #ef8000;
	text-decoration: none;
}

#newsplash .active {
	color: #ef8000;
	text-decoration: none;
}

#content {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #cfcfcf;
}

#content h1 {
	font-size: 46px;
	font-weight: bold;
	padding-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	color: #fff;
}

#content h2 {
	font-size: 26px;
	font-weight: bold;
	padding-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	color: #fff;
}

#content p {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content a {
	color: #ef8000;
}

#content a:hover {
	color: #4c4c4c;
}

#leftcontent {
	width: 320px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	float: left;
	background-color: #cfcfcf;
	min-height:280px;
}

#leftcontent h1 {
	font-size: 36px;
	font-weight: bold;
	padding-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	color: #fff;
}

#leftcontent p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#leftcontent a {
	color: #ef8000;
}

#leftcontent a:hover {
	color: #4c4c4c;
}

#middlecontent {
	width: 320px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	float: left;
	background-color: #cfcfcf;
	min-height:280px;
}

#middlecontent h1 {
	font-size: 36px;
	font-weight: bold;
	padding-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	color: #fff;
}

#middlecontent p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#middlecontent a {
	color: #ef8000;
}

#middlecontent a:hover {
	color: #4c4c4c;
}

#rightcontent {
	width: 320px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	float: left;
	background-color: #cfcfcf;
	min-height:280px;
}

#rightcontent h1 {
	font-size: 36px;
	font-weight: bold;
	padding-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	color: #fff;
}

#rightcontent p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#rightcontent a {
	color: #ef8000;
}

#rightcontent a:hover {
	color: #4c4c4c;
}

#clearcolls {
	clear: both;
	size: 0px;
}

#pricetable {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
	margin-top: -10px;
}

#pricetable td {
	border-collapse: collapse;
}

#lefttab {
	width: 80%;
	padding-top: 10px;
}

#righttab {
	width: 20%;
	padding-top: 10px;
	text-align: right;
}

#footerslogan h1{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #c5c5c1;
}

#footer {
	width: 1000px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #c5c5c1;
}

#footer a {
	color: #c5c5c1;
	text-decoration: underline;
}

#footer a:hover {
	color: #ef8000;
}

.addthis_button_compact {
	color: #c5c5c1;
	font: 14px/20px "Myriad Pro","Segoe UI", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#sharethis {
	position: relative;
	width: 160px;
	left: 850px;
	top: 7px;
}


