* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg1.jpg);
	font: normal 12px helvetica,arial,sans-serif;
}
img {
	border: 0px;
	display: block;
}
h1 {
	font: bold 22px "arial black",arial,helvetica,sans-serif;
	line-height: 24px;
	margin: 25px 0 30px 0;
	color: #333;
}
h2 {
	font: bold 20px arial,helvetica,sans-serif;
	line-height: 24px;
	margin: 20px 0 10px 0;
	color: #333;
}

#centering {
	position: absolute;
	width: 754px;
	left: 50%;
	margin: 25px 0px 25px -377px;
}
#cont {
	margin: 25px 0px 25px 0px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
}
#footer {
	background-image: url(images/footer_bg.gif);
	height: 36px;
	margin: 0px 0px 0px 0px;
	color: #555555;
	clear: both;
}
	#footer img {
		display: inline;
		margin: 0px 0px 0px 10px;
	}
	#footer p {
		padding: 10px 0px 0px 190px;
	}
	#footer a:link {
		color: #555555;
	}
	#footer a:active {
		color: #555555;
	}
	#footer a:visited {
		color: #555555;
	}
	#footer a:hover {
		color: #555555;
	}
#mainText {
	float: left;
	width: 345px;
	padding: 0px 25px 35px 17px;
	line-height: 16px;
        }
	#mainText ul {
		margin: 0px 0px 0px 15px;
	}
	#mainText li {
		margin: 0px 0px 13px 0px;
	}
	#mainText a {
		color: #B03B43;
	}
	#mainText p {
		background-color: #F8EBCB;
		margin-bottom: 15px;
		padding: 5px;
	}
	.pWhite {
		padding: 5px;
		margin-bottom: 15px;
	}
	#mainText .pWhite li {
		margin-bottom: 0px;
	}
	
#headline {
	margin: 35px 0px 25px 0px;
}
#mainImg {
	margin-bottom: 75px;
}
#menu {
	height: 32px;
	background: url("images/bg_menu.jpg");
	line-height: 32px;
	padding: 0 20px 0 20px;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
	border: 0px;
	margin: 0 35px 0 0;
}
#menu img {
	border: 0px;
	display: block;
}
#menu a {
	color: #fff;
	font-size: 15px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffaa;
}
#menu a.selected {
	color: #ffff88;
}
        
.facts {
	background-color: #F9D98E;
	width: 328px;
	padding: 10px;
	text-align: left;
}
	.facts li {
		margin-bottom: 4px !important;
	}
	.facts ul {
		margin: 10px 15px 10px 15px !important;
	}
	.facts ul.price {
		background: #F8EBCB;
		margin-bottom: 15px;
		padding: 5px;
		list-style: none;
		margin: 10px 0 10px 0 !important;
	}

.course {
	background: #F8EBCB;
	padding: 10px;
	margin-bottom: 20px;
}
	.course.white {
		background: none;
	}
	.course li {
		margin-bottom: 4px !important;
	}
	.course ul {
		margin: 5px 15px 5px 15px !important;
	}

/* ## FORMULÄR ## */
.tdWidth {
	padding-right: 10px;
}
.tdRight {
	text-align: right;
}
.submitbutton {
	width: 80px;
	margin-top: 5px;
}
input {
	width: 180px;
	margin-bottom: 5px;
}
textarea {
	width: 270px;
	height: 100px;
}

.clearer {
	clear: both;
}
.sArrow {
	display: inline;
}

