@charset "UTF-8";

/* CSS Document */

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

body {
	text-align: center;
	background-color: #ff2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #70735c;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

#main {
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

#header {
	float: left;
}

#buttons {
	clear: both;
	margin-left: 45px;
	text-align: right;
	width: 750;
}
.angebot a {
	display: block;
	height: 2em;
	width: 110px;
	background-color: #FFFFFF;
	font-size: .85em;
	margin: 10px 0px 0 auto;
	padding-top: .6em;
	text-align: center;
}
.button1 {
	float: left;
	background-color: #e36262;
	height: 120px;
	width: 195px;
	border: 2px solid #FFFFFF;
	padding: 20px;
}
.button2 {
	float: left;
	background-color: #dd2222;
	height: 120px;
	width: 195px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 20px;
}
.button3 {
	float: left;
	background-color: #b50404;
	height: 120px;
	width: 195px;
	border: 2px solid #FFFFFF;
	padding: 20px;
}
#inhalt {
	clear: both;
	display: block;
	margin-left: 47px;
	padding: 30px 20px 40px 20px;
	width: 669px;
	background-color: #eee;
	border-bottom: 2px solid #dddddd;
}
body > #main #inhalt {
	float: left;
}
#aktuelles {
	float: left;
	line-height: 1.5em;
	width: 660px;
}
#subnavi {
	float: left;
	width: 210px;
}
#subnavi ul {
	padding-left: 10px;
}
#subnavi li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 1em;;
}
#text {
	float: right;
	line-height: 1.5em;
	width: 430px;
}
#willkommentext {
	float: left;
	line-height: 1.5em;
	width: 100%;
}
#text p, #text li {
	margin-bottom: 1.5em;
}
#text span {
	font-weight: bold;
}
#text ol {
	padding-left: 25px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	font-size: 1.5em;
	margin-bottom: 1.5em;
	color: #CC0000;
}
#footer {
	clear: both;
	display: block;
	margin-left: 47px;
	padding: 10px 20px 10px 20px;
	width: 668px;
	font-size: 0.8em;
}
.WICHTIG {
	font-weight: bold;
	color: #CC0000;
}

.yep {
	display: block;
	width: 600px;
	float: left;
	margin-top: 30px;
}

