@charset "UTF-8";
/* CSS Document */

html {
	height: 101%; /* erzwingt Bildlaufleiste im Firefox */
	margin: 0px;
	padding: 0px;
}
* {
	padding: 0; margin: 0;
}
body {
	padding: 0;
	color: #333333; /* Schriftfarbe */
	background-color: #5f73a5; /* Hintergrundfarbe */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#hauptnavigation {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5F73A5;
	padding-bottom: 5px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#kopf {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	height: 110px;
	background-color: #FFFFFF;
}
	
#container {
	color: #333333;
	background-color: white;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	min-height: 100%;
}
#inhalt {
	position: relative;
	left: 40px;
	top: 0px;
	width: 688px;
	padding-left: 200px;
	height: 100%;
}
#inhalt_aktuelles {
	position: relative;
	left: 40px;
	top: 0px;
	width: 888px;
	height: 100%;
}

#subnavigation {
	width: 180px;
	left: 40px;
	position: absolute;
	z-index: 5;
}
#fusszeile {
	background-image: url(../images/fussleiste.gif);
	height: 77px;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 8px;
	background-position: bottom;
	bottom: 0;
	position: relative;
	width: 888px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 8px;
}
a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #003C82;
}
img {
	margin-bottom: 10px;
}
#hauptnavigation a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.15em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hauptnavigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #FFFFFF;
	text-decoration: none;
}
#subnavigation a {
	color: #5f73a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subnavigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#subnavigation a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#fusszeile a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
.bild_linksbündig {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bild_rechtsbündig {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
.bild_freunde {
	margin-top: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
