* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	color: #ccc;
	background-color: #000;
}

#main {
	margin: 0 auto;
	width: 670px;
	text-align: left;
}

#navi {
	padding: 15px 0 8px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#navi ul {
	text-decoration: none;
	display: block;
}

#navi ul li {
	display: inline;
}

#navi ul li a:link, #navi ul li a:visited {
	padding: 2px 10px;
	color: #a1a1a1;
	text-decoration: none;
}

#navi ul li a:hover,
#navi ul li a.aktiv:link,
#navi ul li a.aktiv:visited {
	color: #fff;
	font-weight: bold;
}

#inhalt {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

#inhalt h1 {
	font-size: 150%;
	font-weight: normal;
	margin: 10px;
}

#inhalt h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 5px;
}

#inhalt .small {
	font-size: small;
}

#inhalt p {
	padding: 5px 0;
}

.abstand_oben_50 {
	margin-top: 50px;
}

.abstand_oben_75 {
	margin-top: 75px;
}

 .abstand_oben_100 {
	margin-top: 100px;
}

.abstand_oben_125 {
	margin-top: 125px;
}

.abstand_125 {
	margin: 125px 0;
}

.abstand_50 {
	margin: 50px 0;
}

.abstand_oben_150 {
	margin-top: 150px;
}

#inhalt .gross {
	font-size: 130%;
	line-height: 140%;
}

#inhalt .kugel {
	float: right;
}

#footer {
	clear: both;
	background: #fff;
	text-align: center;
}

#inhalt img {
	margin: 3px;
}

.ohnekugel {
	padding-bottom: 50px;
}

.rotekugel {
	background: url(../img/kugeln/rote.jpg) no-repeat 100% 100% #000;
	padding-bottom: 50px;
}

.schwarz_orange {
	background: url(../img/kugeln/schwarz_orange.jpg) no-repeat 50% 100% #000;
	padding-bottom: 250px;
}

.orange {
	background: url(../img/kugeln/orange.jpg) no-repeat 0% 100% #000;
	padding-bottom: 50px;
}

.halbe13 {
	background: url(../img/kugeln/13.jpg) no-repeat 50% 100% #000;
	padding-bottom: 170px;
}

#inhalt a:link, #inhalt a:visited {
	color: #a1a1a1;
	text-decoration: underline;
}

#inhalt a:hover {
	color: #fff;
	font-weight: bold;
}

address {
	font-size: 100%;
	font-style: normal;
}

.preise {
	width: 90%;
	font-size: 110%;
	margin: 0 auto;
}

table td {
	padding: 3px;
}

.tierminplan {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.karte {
	width: 50%;
	margin: 0 auto;
}

.text_right {
	text-align: right;
}

.white {
	color: #fff;
}

table td {
	margin: 3px;
}

.back {
	text-align: right;
}

#ankuendigung {
	margin: 10px;
	padding: 5px;
}

#ankuendigung a:link, #ankuendigung a:visited {
	color: red;
	text-decoration: underline;
	font-size: xx-large;
}


.tabelle {
	width: 90%;
	margin: 0 auto;
}