/* BODY / GESAMTER HTML CONTAINER */
body
	{
	text-align: center;
	padding:0px;
	margin:0px;
	}

/* BANNER OBEN*/	
#header
	{
	width:100%;
	height:113px;
	display:block;
	background-image:url(green_top.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-color:white;
	border-bottom:3px solid #990000;
	}

/* KNOPF LEISTE*/	
#buttons
	{
	width:100%;
	height:20px;
	display:block;
	background-color:white;
	border-bottom:3px solid #990000;
	text-align:center;
	color:#990000;
	padding-top:5px;
	font-family:sans;
	font-size:15px;
	font-weight:normal;
	}

/* MITTLERER BEREICH / CONTENT */	
.content
	{
	width:850px;
	display:block;
	text-align:center;
	background-color:white;
	background-repeat:no-repeat;
	border-bottom: 3px solid #990000;
	color:#990000;
	font-family:sans;
	font-weight:normal;
	text-align:left;
	}

/* SONDEREINSTELLUNGEN PRO THEMA  */
/* Startseite */
#content-index { 
		height:580px;
		background-image:url(bg_child_hand.jpg);
		background-position:125% 50%;
		}
/* Impressum */		
#content-kontakt { 
		height:670px; 
		background-image:url(bg_kontakt.jpg);
		background-position:120% 0%;
		}
/* Hypnose Hauptseite */		
#content-hyp-index { 
		height:580px;
		background-image:url(bg_stones.jpg);
		background-position:100% 50%;
		}
/* Fussmassage Hauptseite */		
#content-fus-index { 
		height:400px;
		background-image:url(bg_feet_3.jpg);
		background-position:100% 50%;
		}
/* Spagyrik Hauptseite */		
#content-spa-index { 
		height:400px;
		background-image:url(bg_rose.jpg);
		background-position:110% 10%;
		}
/* Über mich */		
#content-as { 
		height:400px;
		background-image:url(bg_as.jpg);
		background-position:90% 20%;
		}

/* UNTERE LEISTE / FOOTER*/		
#footer
	{
	width:850px;
	height:77px;
	display:block;
	background-image:url(green_bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

/* Button in Knopfleiste */	
.mainmenubutton
	{
	display:inline;
	margin:9px;
	padding:2px;
	text-transform: uppercase;
	}

/* Links allgemein */	
a:link,
a:active,
a:visited
	{
	color:green;
	text-decoration:underline;
	}
a:hover
	{
	text-decoration:none;
	}

/* Links in der Buttonleiste */
.mainmenubutton a:link,
.mainmenubutton a:active,
.mainmenubutton a:visited
	{
	color:#990000;
	text-decoration: none;
	}
	
.mainmenubutton a:hover
	{
	color:green;
	text-decoration:underline;
	}

/* Container für Mittleren Content Bereich  */
.contentcontainer
	{
	width:60%;
	display:block;
	padding:30px;
	padding-left:20px;
	text-align:justify;
	}

/* Überschrift */	
.heading
	{
	font-size:20px;
	margin-top:0px;
	}

/* Allgmeiner Fließtext */	
.text
	{
	font-size:13px;
	margin-top:25px;
	padding-left:15px;
	color:black;
	border-left:thin solid #990000;
	}

/* Punkt in einer Liste */	
.text li
	{
	padding:2px;
	font-size:13px;
	}
	
/* Fettgedruckter Fließtext */	
.text b
	{
	color:#990000;
	}

/* Fettgedruckter Link im Fließtext */	
.text a b
	{
	color:green;
	}

/* Standardtabelle */	
.stdtable
	{
	border:0;
	margin:4px;
	font-size:13px;
	}

/* Links ausgerichtetes Element  */	
.left
	{
	text-align: left;
	}
	
