
/* ----- Seitenaufbau - Generell, Shiatsu ----- */

body {
	font-family:sans-serif;
	font-size:0.9em;
}


#left, #shi {
	visibility:hidden;
}


#right{
	position:absolute;
	top:12px;
	left:12px;
	right:12px;
}


/* ----- Seitenaufbau - Aktuelles Programm, Impressum ----- */
#aktcontent, #impcontent{
	display:block;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}

.galerie{width:540px;}

.zakt{
	clear:both;
	width:974px;
}

.lakt{
	float:left;
	width:487px;
}

.rakt{
	float:right;
	width:487px;
}


/* ----- Spezielle Formatierung für einzelne Elemente ----- */
.menulist{list-style-image: url(pfeilklein.gif);}
.menulist li{margin-top:2px;}

#ende{
	position:relative;
	margin:40px 10px 50px 10px;
	line-height:1.3;
}

#ende > img{margin-right:10px;}

#top{
	font-weight:bold;
	font-size:80%;
}

div .galerie * img{margin:10px;}

#gsd{
	float:right;
	position:relative;
	margin-top:30px;
}

#taiakt{
	display:block;
	margin: 62px auto 0px auto;
}

.listeakt{
	margin-top:15px;
	margin-bottom:10px;
}

.last{
	position:relative;
	margin:25px 25px 25px 40px;
}


/* ----- Seitenaufbau/Formatierung - Gebühren ----- */


#gebuehr{
	position:relative;
	display:block;
	margin:auto;
	padding:15px;
	width:600px;
	border:3px solid #000000;
	color:#1c6693;}


/* ----- Klassen zur Formatierun einzelner Elemente ----- */
.f{font-weight:bold;}

.cent{text-align:center;}

.rot{color:#ff0000;}


.fl, .gsdkl{float:left;}
.fr{float:right;}
.fc{clear:both;}

.gsdkl{margin-right:12px;}


/* ----- Formatierung von Links ----- */
a{
	color:#DE8608;
	text-decoration:underline;
}
a:hover{
	color:#DE8608;
	text-decoration:none;
}
a:active{
	color:#EE0000;
	text-decoration:none;
}


/* ----- Formatierung von Absätzen ----- */
p{text-align:justify;}
li{margin-top:5px;}



