body {
	margin: 0px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
h2 {
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	padding: 0px;
	color: #333333;
	margin-top: 25px;
	letter-spacing: 1px;
}
h4 {
	font-size: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
h5 {
	font-weight: bold;
	padding-left: 20px;
	font-size: 18px;
	line-height: 23px;
	color: #333333;
}
h6 {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2px;
	font-weight: bold;
	color: #333333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
p, ul, ol {
	margin-top: 0;
}
ul, ol {
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
hr {
	display: none;
}
#header-wrapper {
	width: 100%;
	height: 430px;
	background-position: center 100%;
	text-align: center;
	background-color: #0071ce;
		}

#nav {
	width: 100%;
	height: 38px;
	background-color: #0071ce;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
}
#menu {
	width: 960px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}
#menu ul {
	list-style: none;
}
#menu a {
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}
#menu a:hover {
	color: #333333;
}
#menu .current_page_item a {
	color: #333333;
	background-color: #0071ce;
}
#page {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content {
	float: right;
	width: 710px;
	color: #333333;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 22px;
	color: #333333;
}
#sidebar ul li a:hover {
	color: #0071ce;
}
#content a:hover {
	color: #0071ce;
}
#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #0071ce;
	width: 100%;
	color: #FFFFFF;
}
#footer {
width: 960px;
	height: 55px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	letter-spacing: 1px;
	}
#footer a {
	color: #FFFFFF;
}
.bildzoom {/* Bilder an div anpassen */
           float: left;
           width: 40%;
           margin: 0.5em;
           padding: 0.5em;
           max-width: 300px; /* maximale Bildgröße festlegen */
 }

.bildzoom p {
            text-align: center;
            font-style: italic;
 }
 img.skaliert {
            width: 100%;
