body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	background-image: url(bilder/winter.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;	
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px; 
}

#rahmen {
	position: relative;
	width: 820px;
	height: 585px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(bilder/hg.png);
}

#impressum {
	width: 100%;
	height: 15px;
	text-align: right;
	font-size: 9pt;
}

#header {
	height: 77px; /* 79px - 2px Rahmen */
	border: 1px solid black;
	background-image: url(bilder/hg.png);
}

.header_left {
	float: left;
}

.schriftzug {
	margin-left: 155px;
	margin-top: 7px;
}

.header_right {
	float: left;
}

.slogan {
	margin-top: 15px;
	margin-left: 60px;
	font-family: Verdana;
	font-size: 14pt;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#body {
	height: 455px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#links {
	float: left;
	width: 238px;
	height: 455px;
}

#text {
	height: 455px;
	overflow: auto;
}

#text_gross {
	height: 449px; /* 450px - 2 px */
	border-left: 1px solid black;
	border-top: 1px solid black;
	overflow: auto;
}

.text {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 10px;
}

.notext {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#news {
	height: 122px;
	margin: 13px;
	border: 1px solid black;
}

.news {
	padding: 10px;
}

#rechts {
	margin-top: 5px;
	float: left;
	width: 580px;
	background-image: url(bilder/hg.png);
}

.bild_gross {
	width: 579px;
	height: 349px; /* 351 - 2px Rahmen */
	border: 1px solid black;
	border-right: none;
}

#thumbs {
	margin-top: 5px;
	height: 94px;
}

.thumb {
	float: left;
	width: 144px;
	height: 93px /* 94px - 1px Rahmen unten */;
	border: 1px solid black;
	border-right: none;
	border-bottom: none;
}

.blass {
	filter:alpha(opacity=30); /* Internet Explorer */
	-moz-opacity: 0.33; /* Mozilla Browser */
	opacity: 0.3; /* Opera */
}

.blass:hover {
	filter:alpha(opacity=70); /* Internet Explorer */
	-moz-opacity: 0.7; /* Mozilla Browser */
	opacity: 0.7; /* Opera */
}

#nav {
	background-image: url(bilder/button_dunkler.jpg);
	width: 820px;
	height: 26px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	width: 164px;
	padding-top: 3px;
	color: white;
	font-size: 12pt;
	text-align: center;
}

#nav ul li a:hover {
	background-image: url(bilder/button_hover.jpg);
	font-weight: bold;
}

#nav ul li a.aktiv {
	background-image: url(bilder/button_hover.jpg);
	color: #fffb03;
	font-weight: bold;
}

#nav div {
	clear: left;
}

#footer {
	background-image: url(bilder/winter.jpg);
	background-position: 0px -50px;
	height: 10px;
	border: 1px solid black;
	border-top: none;
}

#baum {
	position: absolute;
	width: 156px;
	height: 138px;
	top: 0px;
	left: 5px;
}
/* Formularseite */
form {
	margin-top: 1em;
	margin-left: 20px;
}

.daten {
	height: 14em;
}

.infos .spalte {
	width: 175px;
}

.zeile {
	clear: left;
	height: 2em;
}

.zeile_hoch {
	height: 6em;
}

.spalte {
	float: left;
}

.bezeichnung {
	float: left;
	width: 85px;
}

.input {
	float: left;
	width: 160px;
}

.input input {
	width: 130px;
	height: 1.2em;
	border: 1px solid #ccc;
}

.input textarea {
	width: 130px;
	height: 6em;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
