/*stylesheet für voice and soul*/

body, html { /*Festlegeung des Bildschirmhintergrundes*/
	margin:  auto ;
	padding: 0;
	background-color: rgb(233,246,252);
	width: 880px;
	text-align: center;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%;}
	
#kopf {
	position: relative;
	top: 20px;
	width: 880px; 
	height: 121px;
	left: auto;
	border: none;
	background-repeat: no-repeat; 
	z-index: 1;}

#nav { 
	position: relative;
	margin-top: 21px;
	margin-left: 0px;
	width: 880px;
	height: 45px;
	float: left;
	z-index: 1;}
    
#ueber_uns { /*Ort und Aussehen für den Schalter massage*/
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 146px;
	height: 45px;
	background-image: url(../bilder/ueber_uns_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	

#ueber_uns:hover { /*Ausehen bei überfahren mit Mauszeiger*/
	background-image: url(../bilder/ueber_uns_on.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	
#termine { 
	display: block;
	position: absolute;
	top: 0px;
	left: 146px;
	width: 148px;
	height: 100%;
	background-image: url(../bilder/termine_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}

#termine:hover { /*Ausehen bei überfahren mit Mauszeiger*/
	background-image: url(../bilder/termine_on.gif);
	border-width: 0px;}

#galerie { 
	display: block;
	position: absolute;
	top: 0px;
	left: 294px;
	width: 143px;
	height: 100%;
	background-image: url(../bilder/galerie_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}

#galerie:hover	{ /*Ausehen bei überfahren mit Mauszeiger*/
	background-image: url(../bilder/galerie_on.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	
#presse { 
	display: block;
	position: absolute;
	top: 0px;
	left: 437px;
	width: 129px;
	height: 100%;
	background-image: url(../bilder/presse_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}

#presse:hover	{ /*Ausehen bei überfahren mit Mauszeiger*/
	background-image: url(../bilder/presse_on.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	
#kontakt { 
	display: block;
	position: absolute;
	top: 0px;
	left: 566px;
	width: 150px;
	height: 100%;
	background-image: url(../bilder/kontakt_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}

#kontakt:hover	{ /*Ausehen bei überfahren mit Mauszeiger*/
	background-image: url(../bilder/kontakt_on.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	
#impressum { 
	display: block;
	position: absolute;
	top: 0px;
	left: 716px;
	width: 146px;
	height: 100%;
	background-image: url(../bilder/impressum_off.gif);
	background-repeat: no-repeat;
	border-width: 0px;}

#impressum:hover	{ /*Ausehen bei überfahren mit Mauszeiger*/
	background-image:url(../bilder/impressum_on.gif);
	background-repeat: no-repeat;
	border-width: 0px;}
	


#seite {
	position: relative;
	width: 880px;
	margin-top: 66px;
	min-height: 350px; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	background-color: white;
	z-index: 1;}
	

#newsbox {
	position: relative;
	margin-left: 12px;
	top: 20px;
	padding-top: 0px;
	padding-left: 10px;
	width: 146px;
	background-color: rgb(255,236,245);
	min-height: 100px; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	background-repeat: no-repeat;
	float: left;
	z-index:1;}
	
#text {
	position: relative;
	top: 20px;
	left: 20px;
	padding-right: 50px;
	clear: inherit;
	width: auto;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	background-repeat: no-repeat;
	z-index:2;}	

#fuss {
	position: relative;
	margin-top: 10px;
	width: 880px;
	left: auto;
	text-align: center;
	background-image: url(../bilder/fuss.jpg);
	background-repeat: no-repeat;
	height: 25px;
	z-index:1;}

	
p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	clear: inherit;
	color: rgb(0,103,170);
	text-align: left;
	line-height: 150%;}
	

	
h1 {
	font-family: Arial,Helvetica,sans-serif;
	clear: inherit;
	font-size: 14px;
	color: rgb(171,0,124);
	text-align: left;
	font-weight: normal;
	font-stretch: expanded;}

/* Linkeigenschaften*/  
a:link { 
	color: rgb(171,0,124);
    text-decoration: none; }

a:visited { 
	color: rgb(171,0,124);
	text-decoration: none;}

a:hover { 
	color: rgb(0,103,170);}

a:active { 
	color: rgb(171,0,124);}  
	
	
.lila {
	color: rgb(171,0,124);}
	
.braun {
	color: rgb(124,77,38);}
	
.klein {
	font-size: 10px;}
	
.gross {
	font-size: 14px;}
	
.big {
	font-size: 24px;
	text-align: center;}
	
	
.termine {
	font-size: 14px;
	color: rgb(0,103,170);}
	
.ref {
	font-size: 12px;
	color: rgb(0,103,170);}

.rahmen {
	text-align: left;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233,246,252);
	float: right;}
	
	
ul {
	list-style-position: inherit;
	list-style-image: disk;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: rgb(171,0,124);
	line-height: 20px;
	text-align: left;
	padding: 2px;
	margin: 10px;
	}
	
