*
{
	margin:0;
	padding:0;
}

html,
body
{
	height:100%;
}

body
{
	width:100%;
	height:100%;
	font-size:66.6%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#distance
{
	float:left;
	height:50%;
	margin-bottom:-280px;
	width:100px;
}

.clearer
{
	clear:both;
}

a img
{
	border:0;
}

a,
a:link,
a:visited,
a:active
{
	color:#006D71;
}

a:hover
{
	color:#000;
}

/* NAVIGATION */
#navi_top
{
	display:block;
	background-color:#003839;
	width:574px;
	float:left;
	margin-left:14px;
	margin-top:5px;
}

* html #navi_top
{
	margin-left:7px;
}

#navi_top li
{
	display:block;
	background-color:#003839;
	height:25px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
}
#navi_top li a,
#navi_top li a:link,
#navi_top li a:visited,
#navi_top li a:active
{
	display:block;
	text-align:center;
	width:140px;
	color:#fff;
	text-decoration:none;
	padding:4px 0 5px 0;
}

#navi_top li a:hover
{
	color:#fff;
	background-color:#004D4F;
}
#navi_left
{
	list-style-type:none;
	width:140px;
	margin-left:14px;
	background-color:#004D4F;
}

#navi_left li
{
	display:block;
	width:100%;
}

#navi_left li a,
#navi_left li a:link,
#navi_left li a:visited,
#navi_left li a:active
{
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
	text-decoration:none;
	font-size:1em;
	padding:3px 0 3px 0;
}

#navi_left li a:hover
{
	background-color:#006D71
}

#wrapper
{
	position:relative;
	width:100%;
	height:560px;
	overflow:hidden;
	background-image:url('../images/bg_wrapper.jpg');
	background-position:center 5px;
	background-repeat:no-repeat;
	clear:left;
}

#header
{
	width:100%;
	text-align:center;
	border-bottom:2px solid #182d2e;
}

#logo
{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-470px;
}

#banner
{
	background-image:url('../images/background.gif');
	margin:0 auto;
	width:602px;
	height:81px;
	overflow:hidden;
}

#main
{
	background-image:url('../images/background.gif');
	margin:0 auto;
	width:602px;
	position:relative;
}

#content
{
	width:416px;
	position:absolute;
	overflow:auto;
	left:170px;
	top:40px;
	height:400px;
	color:#000;
	float:right;
	margin-right:15px;
}

#oeffnungszeiten
{
	position:absolute;
	width:373px;
	bottom:80px;
	right:40px;
	height:182px;
	overflow:hidden;
}

#oeffnungszeiten div
{
	padding:5px;
	overflow:hidden;
	position:absolute;
	bottom:8px;
	width:210px;
	background-color:#9fe0da;
}

#footer
{
	position:absolute;
	height:14px;
	font-size:10px;
	top:445px;
	right:40px;
}

#hairdreams
{
	position:absolute;
	left:50%;
	top:420px;
	margin-left:-467px;
}

#ghd
{
	position:absolute;
	right:50%;
	top:404px;
	margin-right:-467px;
}

/* Text */
p
{
	margin:0 0 10px 5px;
	line-height:1.5;
	color: #003839;
}

h1
{
	color:#003839;
	font-size:1.7em;
	margin-bottom:10px;
}

h2
{
	color:#003839;
	font-size:1.4em;
	margin-bottom:10px;
}

h3
{
	text-decoration:underline;
	margin-bottom:10px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

#content ul li
{
	line-height:1.5;
	margin-left:20px;
}

#content ul
{
	margin-bottom:10px;
}