/*
URI: http://www.triebstein-it.de
Version: 1.0
Author: Christian Triebstein
*/

@charset "UTF-8";

body {
	background: url(img/back.jpg) repeat-x;
	background-position: left bottom;
	background-attachment:fixed;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}

/****************************** header ****************/
#header {
	margin: -75px 0px 0px 0px;	
	width:800px;
	height:288px;
	position:relative;
}
#header_about {	
	background-image:url(img/header14.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_imprint {	
	background-image:url(img/header6.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_meditation {	
	background-image:url(img/header11.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_offer {	
	background-image:url(img/header17.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_links {	
	background-image:url(img/header20.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_reiki {	
	background-image:url(img/header_reiki.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_ton {	
	background-image:url(img/header_ton.png);
	background-repeat:no-repeat;
	width:800px;
	height:255px;
}
#header_start{
	background-image:url(img/header.png);
	background-repeat:no-repeat;	
	width:800px;
	height:255px;
}
#header ul{
	background-color: #e5e1e1;
	width:794px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:left;
}
#header_text {
	top:130px;
	left:28px;
	width:380px;
	position:absolute;
}
#header_text p{
	font-family: Georgia, 'Book Antiqua', monospace;
	font-size: 20px;
	color:#ffffff;
}
#header li{	
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#3a0038;
	margin: 0px 15px;
	float: left;
	font-family: Georgia, serif;
	font-size: 14px;
	padding-left: 10px;
}
#header ul a:hover{
	text-decoration:none;
	color:#28556b;
}
/********************** Content ***************************/
#content {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width:800px;
}
#headerline {
	clear:both;
	background-color: #FFFFFF;
	font-size:1px;
	height:10px;	
}
h1{
	text-align:center;
	color:#3a0038;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
h2{
	text-align:left;
	color:#3a0038;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
h3{
	text-align:left;
	color:#3a0038;
	font-size:12px;
	margin: 20px 0px 20px 0px;
}
#main {
	float:left;
	width:800px;
	margin-left:27px;	
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left {
	float:left;
	width:500px;
	margin-left:27px;	
	padding: 0px 10px 30px 0px;
	display:inline;
}
#right {
	float:right;
	width:200px;
	padding: 30px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}

#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#footerline {
	clear:both;	
	background-color: #FFFFFF;
	font-size:1px;
	height:10px;
}
/********************** Footer ***************************/
#footer {
	background-image:url(img/footer.png);
	width:800px;
	text-align:center;
	padding: 20px 0px;
}
#footer a{
	color:#000000;
}
#footer a:hover{
	color:#285565;
}
