@charset "UTF-8";
body {
	background: #e0e0e0;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #999;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:25px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:10px;
}
.allg #container {
	width: 1050px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.allg #mainContent {
	padding: 0 80px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background-image: url(images/bg-content.png);
}
.spalte1 {
	width:238px;
	padding-top:40px;
	vertical-align: top;
	padding-bottom: 50px;
	border: none;
}
.spalte2 {
	width:470px;
	padding-top:30px;
	vertical-align: top;
	padding-left: 41px;
	padding-bottom: 50px;
}
.spalte3 {
	width:70px;
	padding-top:30px;
	padding-left: 50px;
	vertical-align: top;
}
#kursplan td {
	padding:10px 0;
	color: #000;
	font-size: 12px;
}
.head-kpl {
	background-image:url(images/balken_orange_lang.jpg);
	background-repeat:no-repeat;
	width: 743px;
	padding:7px 20px;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	margin-top:50px;
}
.head-wochentag {
	padding-left: 20px; 
	color: #f7931e;
	font-weight: bold;
}
.kpl1 {
	padding-left: 20px; 
	width:25px;
}
.kpl2 { 
	width:160px;
}
.kpl3 {
	width:140px;
}
.kpl4 {
	width:140px;
}
.kpl5 {
	width:165px;
}
.kpl6 {
	width:90px;
}
.preise1 {
	width:600px;
}
.preise2 {
	width:75px;
	text-align: right;
}
.preise3 {
	width:65px;
}
.galerie {
	width:600px;
	line-height:30px;
	}
.gabi {
	padding-right:8px;
	}
a:link {
	text-decoration:none;
	color: #999;
	border:none;
}
a:visited {
	text-decoration:none;
	color: #999;
	border:none;
}
a:hover {
	color: #d4145a;
	border:none;
}
