
/* ----- Seitenaufbau - Generell, Shiatsu ----- */

body {
	font-family:sans-serif;
	font-size:0.9em;
}

#left, #shi {
	position:fixed;
	top:12px;
	left:12px;
	bottom:12px;
	width:414px;
	background-repeat:no-repeat;
}

#left {background-image:url(back.jpg);}

#shi {background-image:url(shi1-cyan.jpg);}

#right{
	position:absolute;
	top:12px;
	left:428px;
	right:12px;
	color:#1c6693;
}


/* ----- Seitenaufbau - Aktuelles Programm, Impressum ----- */
#aktcontent, #impcontent{
	display:block;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}

#aktcontent{color:#1c6693;}

.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:70px 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:10px solid #DE8608;
	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;}

.maxwidth{
max-width:800px;
}

/* ----- 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;}


