@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 50px;
}
#container {
	text-align: center;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 250px;
	width: 900px;
	margin-bottom: 50px;
}
#submenu a:link  ,{
	color: #333;
	height: 40px;
	width: 234px;
}
#news {
	float: right;
	width: 178px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #9C2D22;
}
#news h4 {
	background-color: #B33F30;
	width: auto;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#news p {
	padding-left: 5px;
	padding-right: 5px;
}
#menu {
	width: 180px;
	float: left;
}


#menu ul {
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
}


#menu li {
	color: #333;
	text-align: left;
	display: block;
	list-style-type: none;
	font-size: 13px;
}
#menu a {
	color: #333;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}


#menu a:hover {
	color: #FFF;
	background-color: #C2483B;
}
#inhalt {
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	min-height:400px;

	height:expression(this.scrollHeight > 400 ? "auto":"400px");
	height: auto;
	text-align: justify;
	vertical-align: top;
	padding-right: 30px;
	padding-left: 20px;
}
h1 {
	font-size: 14px;
	color: #B33F30;
}

h2 {
	font-size: 12px;
	color: #B33F30;
}


h3,h4 {
	font-size: 10px;
	color: #B33F30;
}


a {
	color: #B33F30;
	text-decoration: none;
}
.datum {
	color: #B33F30;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B33F30;
}
.selected {
	font-size: 11px;
	color: #333;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	background-color: #F7EEEE;
}
.jahr {
	font-weight: bold;
	color: #B84C3E;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: -10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
#inhalt img {
	border: 1px solid #B33F30;
}
.kursiv {
	font-style: italic;
}
