*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffcc99;
	font: 12px Arial, sans-serif;
	color: #37414b;
	padding: 25px;
}
img, a
{
	border: 0;
	outline: none;
}
td
{
text-align:left;
vertical-align: top;
}

.textRechts
{
text-align:right;
}


/* ------------------------ Haupt Divs */

#site
{
	width: 804px;
	margin: 0 auto;
}

#spalten
{
	border: 2px #ce6000 solid;
	background: #fff url(../img/header.gif) no-repeat top left;
	margin: 0;
	padding-top: 148px;
	padding-bottom: 0px;
}

#left
{
	padding-top: 20px;
	padding-left: 25px;
	float: left;
}
#middle
{
	margin-left: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 340px;
	float: left;
}
#right
{
	width: 292px;
	margin-bottom: 10px;
	float: right;
}
#footer
{
	background: #ce6000;
	color: #fff;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	clear: both;
}


/* ------------------------ Inhalt middle */


#middle h1
{
	color: #dc8e4a;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}
#middle h2
{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#middle p
{
	margin-left: 30px;
	margin-bottom: 10px;
}
#middle li
{
	padding-bottom: 5px;
}
#middle .abstandLinks
{
	margin-left: 30px;
}
#middle .abstandLinks2
{
	margin-left: 50px;
}
#middle a
{
	color: #cc0033;
	text-decoration: underline;
}
#middle a:hover
{
	color: #000000;
}

#footer a
{
	text-decoration: none;
	color: #fff;
}
#footer a:hover
{
	color: #000;
}

/* ------------------------ Navigation */

.nav
{
	list-style-type: none;
	font-size: 15px;
	margin-top: 20px;
}

.nav li
{
	margin-bottom: 5px;
}
.nav a
{
	text-decoration: none;
	display: block;
	text-align: center;
	width: 104px;
}
.nav .orange a
{
	background: url(../img/buttons/button_orange.gif) top left no-repeat;
}
.nav .lightOrange a
{
	background: url(../img/buttons/button_lorange.gif) top left no-repeat;
}
.nav .lightRed a
{
	background: url(../img/buttons/button_lred.gif) top left no-repeat;
}
.nav .red a
{
	background: url(../img/buttons/button_red.gif) top left no-repeat;
}
.nav .red a .small
{
	padding-top: 8px;
	display:block;
	font-size: 12px;
	line-height: 13px;
}
.nav .orange a, .nav .lightRed a, .nav .red a, .nav .lightOrange a
{
	color: #cc0033;	
	height: 28px;	
	line-height: 28px;
}
.nav .orange a:hover, .nav .lightRed a:hover, .nav .red a:hover, .nav .selected a, .nav .lightOrange a:hover
{
	color: #fff;
	background-position: 0 -28px;
}
.nav .grey a
{
	color: #cc0033;
	background: url(../img/buttons/button_gray.gif) top left no-repeat;	
	height: 80px;
}
.nav .grey a:hover, .nav .grey.selected a
{
	color: #fff;
	background-position: 0 -80px;
}
.nav .grey div
{
	padding-top: 13px;
	display:block;
	line-height: 18px;
}

.nav .small
{
	padding-top: 5px;
	display:block;
	font-size: 12px;
	line-height: 13px;
}
.nav .extrasmall
{
	display:block;
	font-size: 11px;
	line-height: 12px;
}


.right
{
	float: right;
}
.clear
{
	clear: both;
}

/* ------------------------ Farben */

.farbeRot
{
	color: #cc0033;
}

.farbeFengShui
{
	color: #b4162c;
}

.farbeRebirthing
{
	color: #f66013;
}
.farbeAura
{
	color: #e10915;
}


#fengshui #spalten
{
	border: 2px #b4162c solid;
}
#fengshui #footer
{
	background: #b4162c;
}
#fengshui #middle h1
{
	color: #b4162c;
}
#rebirthing #spalten
{
	border: 2px #f66013 solid;
	background: #fff url(../img/header_rebirthing.gif) no-repeat top left;
}
#rebirthing #footer
{
	background: #f66013;
}
#rebirthing #middle h1
{
	color: #f66013;
}
#aura #spalten
{
	border: 2px #e10915 solid;
	background: #fff url(../img/header_aura.gif) no-repeat top left;
}
#aura #footer
{
	background: #e10915;
}
#aura #middle h1
{
	color: #e10915;
}