body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}


img.thumbs {
	height: 145px;
	width: 145px;
	object-fit: cover;
}


body, html {
	height:100%;
	background-image: url(img/bg.png);
	background-color:#79A31C;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 100%;
}
#header {
	height: 180px;
	width: 950px;
	background-color: #C62053;
	position: relative;
	margin: 0 auto 0 auto;

}

img#logo {
	position: absolute;
	top: 44px;
	left: 18px;
	border: none;
}

#headimage {
	height: 220px;
	width: 100%;
}

#content {
	width:890px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(img/img_shadow.png);
	background-repeat: repeat-x;
	background-position:top;
	padding-top: 15px;
	background-color: #ffffff;
	padding-bottom: 50px;
}

#content p {
	font-size: 16px;
	line-height: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #5b5050;
	-webkit-margin-before: 0 !important;
	font-weight: lighter;
}

#content img.bild {
	margin-right: 20px;
	margin-top: 5px;

}

ul#topnav {
	height: 41px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

ul#topnav li {
	display: inline-block;
	position: relative;
	height: 41px;
	float: left;
}

ul#topnav li.active {
	font-weight: bold;
}

ul#topnav li a {
	display:inline-block;
	height: 26px;
	padding: 15px 25px 0 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	margin-left: 1px;
}

#homebox {
	width: 950px;
	height: 100%;
	background-color: #C62053;
	background-image: url(img/img_shadow.png);
	background-repeat: repeat-x;
	background-position:top;
	padding-bottom: 50px;
}

#homebox img {
	float: right;
	margin-right: 0;
}

.dividerline {
	height: 2px;
	border-top: 1px dotted #C62053;
	width: 890px;
	margin-bottom: 20px;
}

#content a {
	color:#C62053 ;
}
