﻿/************** Allgemein **************/
body 
{
  	margin:0;
  	padding:0;
	font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
  	color:#6a3800;
  	text-align:center;
	background:#fff url("img/body_bg.png") repeat-x top;
}
img
{
	border:none;
}
p
{
	margin:0;
}
/************** Layout **************/
#header
{
	background: url("img/body_head.png") top center no-repeat;
	width:890px;
	height:259px;
	margin:0 auto;
}
#header a.start
{
	margin-left:110px;
	float:left;
	display:inline; /*IE double margin fix */
	width:290px;
	height:250px;
}
#header a span
{
	display:none;
}

#container
{
	width:860px;
	margin:0 auto;
	text-align:right;
}
#menu
{
	margin-top:83px;
	width:90px;
	float:left;
	display:inline; /*IE double margin fix */
	padding:0;
	font-size:1px;
}
#content
{
	width:720px;
	min-height:100px;
	float:right;
	display:inline; /*IE double margin fix */
	text-align:left;
}
#content.top
{
	background: url("img/content_head.png") top left no-repeat;
	padding: 0 20px 0 30px;
}
#content.bot
{
	clear:both;
	background: url("img/content_foot.png") bottom left no-repeat;
	padding: 40px 20px 20px 30px;
}
/************** Menu **************/
#menu a
{
	border:none;
	text-decoration:none;
	width:90px;
	background-position:right top;
	display:block;
	margin-bottom:3px;
}
#menu a:hover
{
	background-position:left top;
	text-decoration:none;
}
#menu a span
{
	display:none;
}
#menu a.gesicht
{
	height:33px;
	background-image:url("img/btn_gesicht.png");
}
#menu a.koerper
{
	height:33px;
	background-image:url("img/btn_koerper.png");
}
#menu a.hand
{
	height:54px;
	background-image:url("img/btn_hand.png");
}
#menu a.pure
{
	height:54px;
	background-image:url("img/btn_pure.png");
}

/************** Content **************/
#content h1
{
	margin-top:30px;
	height:42px;
	width:290px;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	font-size:18px;
}
#content h1 span
{
	display:none;
}
#content h1.start
{
	background-image:url("img/h1_start.png");
}
#content h1.gesicht
{
	background-image:url("img/h1_gesicht.png");
}
#content h1.koerper
{
	background-image:url("img/h1_koerper.png");
}
#content h1.haendefuesse
{
	background-image:url("img/h1_haendefuesse.png");
}
#content h1.pure
{
	background-image:url("img/h1_pure.png");
}
#content h2
{
	font-size:16px;
}

/************** Preisliste **************/
#preise
{
	font-size:11px;
	text-align:left;
	table-layout:fixed;
	width:650px;
	border-collapse:collapse;
	margin-left:10px;
}
.price
{
	text-align:right;
	width:90px;
	padding-right:10px;
}
#preise th
{
	background-color:#EEE8E2;
	font-weight:bold;
	padding-left:5px;
}
#preise td
{
	padding-bottom:15px;
}