a:link, a:visited, a:hover, a:active {
	color: #4169E1;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.aktuell:link, a.aktuell:visited {
	color: #3F3F3F;
	text-decoration: none;
}

a.extern {
	background-image: url(bilder/elink.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 1.428em;
}

a.menu:link, a.menu:visited {
	color: #A52A2A;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	color: #CE4848;
}

a.small:link, a.small:visited {
	color: #A52A2A;
	text-decoration: none;
}

body {
	background-color: #E0D0B0;
	font-family: Verdana, Geneva, "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 100.01%;
	text-align: center;
}

h1 {
	color: #3F3F3F;
	font-size: 1.285em;
	margin: 0;
	text-align: center;
}

h2 {
	color: #3F3F3F;
	font-size: 1.071em;
	margin: 0;
	text-align: center;
}
h3 {
	color: #3F3F3F;
	font-size: 1.071em;
	margin: 20px 0 20px 0;
	text-align: center;
}
/* Erzwingt einen leeren Scrollbalken, leider erst ab CSS3 valid */
html {
	overflow-y: scroll;
}

table {
	border: 1px solid #3F3F3F;
	border-collapse: collapse;
	text-align: center;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td {
	border: 1px solid #3F3F3F;
	padding: 4px;
	text-align: center;
}
.tdleft {
	text-align: right;
	width: 290px;
}
.center {
	text-align: center;
}

.icq {
	height: 18px;
	vertical-align: middle;
	width: 18px;
}

.imglink {
	border: 1px solid #3F3F3F;
	vertical-align: text-bottom;
	margin: 5px 20px 5px 0;
}

.info {
	color: #CC3333;
	font-weight: bold;
	text-align: center;
}
.fett {
	font-weight: bold;
}


.klein {
	font-size: 0.785em;
}

.underline {
	font-weight: bold;
	text-decoration: underline;
}

.centerbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imgleft {
	float:left;
	margin-right:15px;
	border:1px solid #3F3F3F;
}

.imgright {
	float:right;
	margin-left:15px;
	border:1px solid #3F3F3F;
	}

#content {
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 750px;
}

#header {
	background-image: url(bilder/logo.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3F3F3F;
	height: 140px;
	position: relative;
}

#header-content {
	background-color: #E0D0B0;
	border-right: 1px solid #3F3F3F;
	border-top: 1px solid #3F3F3F;
	bottom: -1px;
	font-size: 0.857em;
	font-weight: bold;
	left: -1px;
	padding: 2px 4px 2px 2px;
	position: absolute;
}

#inhalt {
	background-color: #FEF1D8;
	border: 1px solid #3F3F3F;
	color: #3F3F3F;
	line-height: 1.4em;
	/*min-height: 350px;*/
	padding: 2.5em;
	position: static;
	text-align: left;
}

#menu {
	border: none; /*color: #3F3F3F;*/
	font-weight: bold;
	padding: 1em 0 1em 0;
	text-align: center;
	word-spacing: -2px;
}
