html, body {
	margin: 0;
	padding: 0;
	font-size: 101%;
	font-family: "ms trebuchet", verdana, sans-serif;
	background-color: #0051A5;
	color: black;
	text-align: center;
	border: 0;
}

#rahmen {
	margin: auto;
	padding: 0;
	width: 800px;
	height: 780px;
}

h1 {
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 85px;
	width: 800px;
	background-image: url(../Bilder/titel.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
}

#navi {
	float: left;
	width: 800px;
	border-bottom: 2px solid white;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #0051A5;
	color: inherit;
}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi li {
	display: inline;
}

#navi a {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 70%;
	border-top: 5px solid #0051A5;
	border-right: thin dotted white;
	padding: 1px;
	line-height: 20px;
	display: block;
	float: left;
	width: 9%;
	background-color: inherit;
}

#navi a:hover {
	color: white;
	border-top: 5px solid white;
	background-color: inherit;
}

#navi form {
	font-size: 50%;
	padding: 0;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 5px;
	float: right;
}

#aktuell {
	float: left;
	width: 440px;
	height: 500px;
	color: inherit;
	background-color: #0051A5;
}

#aktuell img {
	margin-top: 9px;
	border: none;
}

#schmankerl {
	font-size: 65%;
	float: right;
	width: 180px;
	height: 500px;
	background-image: url(../Bilder/hintergrund.jpg);
	background-repeat: repeat-y;
	color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}

#news {
	font-size: 65%;
	float: left;
	width: 180px;
	height: 500px;
	background-image: url(../Bilder/hintergrund.jpg);
	background-repeat: repeat-y;
	color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	_font-size: 110%;
}

h2 {
	padding: 1px;
	background-color: #2C2B2B;
	color: white;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 0px;
}

.datum {
	font-size: 90%;
	color: red;
	background-color: inherit;
	margin: 0;
	padding: 0;
}

.grundtext {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}

#schmankerl a {
	text-decoration: none;
	color: #0051A5;
	background-color: inherit;
	font-family: "Trebuchet MS", sans-serif;
	margin-right: 10px;
}

#schmankerl a:hover {
	color: yellow;
	background-color:#0051A5;
}

#schmankerl img {
	width: 150px;
	border: none;
	margin-top: 25px;
}

#news a {
	text-decoration: none;
	color: #0051A5;
	background-color: inherit;
	background-image: url(../Bilder/hintergrund.jpg);
	background-repeat: repeat-y;
}

#news a:hover {
	color: yellow;
	background-color:#0051A5;
}

#news a:hover img {
    border: 1px solid black;
}

#news img {
	margin-top: 10px;
	border:1px dotted black;
}

#sponsoren {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	background-image: url(../Bilder/hintergrund_breit.jpg);
	background-repeat: repeat-y;
	color: inherit;
	border-top: 2px solid white;
}

#sponsoren img {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	border: 1px solid #ddd;
}

#impressum {
	margin: auto;
	width: 800px;
	text-align: center;
	background-color: #0051A5;
	color: inherit;
	word-spacing: 10px;
}

#impressum a {
	font-size: 70%;
	color: white;
	background-color: inherit;
}

.countdown {
	font-size: 100%;
	font-weight: bold;
	color: red;
	background-color: inherit;
	border: 1px dotted black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}