* { 
	padding: 0;
	margin: 0;
}

body { 
	font: 9pt verdana, arial, sans-serif;
	font-color: #2d2d2d;
	background: #666 url(images/bg2.jpg) repeat top left;
/*	background-color: #666;*/
}

h1 { 
	font-size: 9pt;
	font-weight: bold;
	color: #c4003d;
	text-decoration: none;
	margin-bottom: 8px;
}

h2 { 
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 4px;
}

h3 { 
	font-size: 12pt;
	font-weight: bold;
	color: #c4003d;
	text-decoration: none;
	margin-top: 24px;
	margin-bottom: 8px;
}

#site {
	width:850px;
	margin: 0 auto;
	text-align:left;
	background: #2d2d2d;
}

#header {
	width: 850px;
	height: 128px;
	border: 0;
	background: url(images/header.jpg) no-repeat left top;
	text-align: right;
}
#header a.email {
	margin-right: 8px;
	margin-top: 104px;
	display:inline-block;
    background-image:url(images/contact.gif);
	width:24px;
	height:18px;
}
#header a.email:hover {
	background-image:url(images/contact_mo.gif);
}
#header a.impressum {
	margin-right: 8px;
	display:inline-block;
    background-image:url(images/impressum.jpg);
	width:24px;
	height:18px;
}
#header a.impressum:hover {
	background-image:url(images/impressum_mo.jpg);
}
#header a.kontakt {
	margin-right: 8px;
	display:inline-block;
    background-image:url(images/kontakt.gif);
	width:24px;
	height:18px;
}
#header a.kontakt:hover {
	background-image:url(images/kontakt_mo.gif);
}

#navi {
}
#menu {
	width: 702px;
	height: 22px;
	padding: 10px 0 0 148px;	
	background: url(images/bg_navi.jpg) repeat-x left top;		
}
#menu ul {
	float: left;
	list-style: none;
	border: 0;
}
#menu a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-right: 16px;
}

#menu a:hover, #menu a:active,
body#home .home a,
body#ziele .ziele a,
body#kinesiologie .kinesiologie a,
body#reiki .reiki a,
body#edxtm .edxtm a,
body#seminare .seminare a,
body#links .links a,
body#huna .huna a {
	color: #c4003d;
}

#faux {
	width: 850px;
	background: url(images/bg_faux.jpg);
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	border-bottom: 2px #c4003d solid;
}

#text {
	float: left;
	width: 478px;
	padding: 24px 24px 12px 148px;
	display: inline;
	background: url(images/bg_text.jpg) no-repeat left bottom;
}
#text_home {
	float: left;
	width: 478px;
	padding: 24px 24px 12px 148px;
	display: inline;
	background: none;
	text-align: center;
}

#text a, #text a:visited, a:focus {
	color: #2d2d2d;
	text-decoration: underline;
}
#text a:hover {
	color: #c4003d;
}

#text p {
	padding-bottom: 12px;
}
#text p.zitat {
	font-style: italic;
	padding-bottom: 12px;
}
#text p.small {
	font-size: 7pt;
	padding-top: 12pt;
	color: #c4003d;
}

#text ul {
	list-style: disc;
	margin-left: 16px;
}
#text li {
	padding-left: 4px;
}

#sidebar {
	float: right;
	width: 176px;
	padding-top: 24px;
	margin-left: 24px;
}
#sidebar p {
	width: 160px;
	font-size: 8pt;
	font-style: italic;
}
#sidebar p.autor {
	width: 160px;
	font-size: 7pt;
	font-style: italic;
	margin-bottom: 32px;
	margin-top: 4px;
}
#sidebar img {
	border: 1px solid #666;
	margin-bottom: 32px;
}
#sidebar h2 {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 4px;
}
#sidebar a {
	font-size: 8pt;
	color: #2d2d2d;
	text-decoration: none;
}
#sidebar a:hover {
	color: #c4003d;
	text-decoration: none;
}
#sidebar ul {
	margin-left: 16px;
	list-style-image: url(images/link.gif);
	margin-bottom: 16px;
}
