.tarife_trenner {
	background-color: #438971;
	line-height: 2px;
}
.tarife_preis {
	text-align: right;
}
.tarife_tarif {
	margin: 0px;
	padding: 9px;
	font-size: 14px;
	border-left-width: thin;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: normal;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6;
	font-size: 14px;
}
					
#container {
	background-color: #333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1350px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}															
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content_left {
	background-color: #000;
	width: 670px;
	text-align: left;
	height: 1150px;
	padding-left: 15px;
	padding-top: 10px;
}
#content_right {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #000;
	height: 1150px;
	padding-left: 15px;
	padding-top: 10px;
}
#container #content_right h2 {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #438971;
	margin-top: 15px;
	margin-bottom: 10px;
}
#container #content_right p {
	margin: 0px;
}

#content_right table tr {
	font-size: 12px;
}
#content_right table tr td {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FF6;
}
#container #content_right p a {
	list-style-type: none;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}


ul#navbar {
	margin-right: auto;
	margin-left: auto;
	position:relative;
	list-style-type:none;
	padding: 0px;
	width: 900px;
	height:35px;
	background-color: #FF3;
	text-align: center;
	
}
li#nav_unsercenter {
	position: absolute;
	height: 35px;
	width: 120px;
	left: 50px;
	top: 1px;
	background: url(../vorlagen/nav_tab.gif) no-repeat;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

li#nav_kursplan {
	position: absolute;
	height: 35px;
	width: 120px;
	left: 170px;
	top: 1px;
	background: url(../vorlagen/nav_tab.gif) no-repeat;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

li#nav_tarife {
	position: absolute;
	height: 35px;
	width: 120px;
	left: 290px;
	top: 1px;
	background: url(../vorlagen/nav_tab.gif) no-repeat;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li#nav_fotos {
	position: absolute;
	height: 35px;
	width: 120px;
	left: 410px;
	top: 1px;
	background: url(../vorlagen/nav_tab.gif) no-repeat;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#navbar a {
	list-style-type: none;
	text-decoration: none;
	color: #030;
}

ul#navbar a:hover {
	font-weight: bold;
	color: #666;	
}
h1 {
	color: #328F70;
	font-size: x-large;
}
h2 {
	color: #388B6F;
	font-size: large;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF3;
}
.floatleft_element {
	float: left;
	border: medium solid #090;
	padding: 5px;
	margin-top: 45px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatright_element { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border: medium solid #3E8A70;
	padding: 5px;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.aktion_header {
	font-size: 36px;
	color: #F33;
	font-weight: bolder;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F33;
}
.aktion_text {
	font-size: 20px;
	font-weight: bolder;
	color: #F33;
}
.kursplan_tag {
	color: #FF3;
	background-color: #358E70;
	text-align: center;
	font-weight: bold;
}
#kursplan {
}
#kursplan tr td {
	font-size: 12px;
	line-height: 13px;
}
a:link {
	color: #D3D21F;
}
a:visited {
	color: #CECD1B;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F90;
}
.rot_und_fett {
	font-weight: 500;
	color: #F33;
	font-size: 150%;
}
.eroeffnung {
	font-weight: 900;
	color: #F33;
	font-size: 150%;
	text-align: center;
}

.aktion_text_fett {
	font-size: 24px;
}

#container #content_left #content_gallerie {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 65px;
	border: medium solid #328F70;
	padding-top: 10px;
}
#container #content_left #content_gallerie table tr td div a img {
	border: thin solid #FF3;
	padding: 10px;
	background-color: #328F70;#container #content_right p {
	margin: 0px;
}
#container #content_left .eroeffnung {
	font-size: 200%;
}

