body {
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:bottom right;
}

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

.wrapper{
	margin: 0px auto;
	width: 1024px;
}

.header{
	float: left;
	width: 100%;
	height: 160px;
	margin-bottom:10px;
}
.logo{
	width:240px;
	height:100px;
	float:left;
	background-color: #e30613;
	border: 1px solid black;
	top: 20px;
	position: relative;
	color:white;
	font-size:150%;
	padding-left:50px;
	padding-right:10px;
	padding-top:10px;
}

.menuoben {
	top: 20px;
	position: relative;
	margin-left:40px;
	width:676px;
	height:100px;
	float:left;
	padding-left:5px;
}

.content{
	float: left;
	width: 1014px;
	min-height: 350px;
	padding:5px;
}

.menuunten {
	padding-top:10px;
	padding-bottom:10px;
	float: left;
	width: 100%;
}


.footerOfficeaktiv{
	float: left;
	width: 100%;
	font-size:80%;
	padding-top: 10px;
	padding-bottom:10px;
}
.footerOfficeaktiv a, 
.footerOfficeaktiv a:active,
.footerOfficeaktiv a:focus,
.footerOfficeaktiv a:hover,
.footerOfficeaktiv a:link,
.footerOfficeaktiv a:visited {
	text-decoration:none;
}
.office {
	color: #FF6600;
}
.aktiv {
	color: #636363;
}

.footerFunktionen{
	float: left;
	width: 100%;
	height: 50px;
	background-color: #878787;
}
.footerFunktionenInnen{
	margin: 0px auto;
	width: 1024px;
	background-color: #878787;
	padding-top:15px;
}
.footerMail {
	margin-left:600px;
}
.footerDoks {
	margin-left:20px;
}

.search {
	float:left;
}

.footerAdresse{
	float: left;
	width: 100%;
	height: 30px;
	background-color: #e30613;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}


.element-invisible{display:none;}


/* menu oben */
.menuoben ul li {
	list-style: none;
	margin-bottom:2px;
}

.menuoben ul li a, 
.menuoben ul li a:active, 
.menuoben ul li a:focus, 
.menuoben ul li a:link, 
.menuoben ul li a:visited {
	color: #878787;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #878787;
	text-decoration:none;
}
.menuoben ul li a:hover {
	color: white;
	background-color:#878787;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #878787;
	text-decoration:none;
}


/* menu unten */
.menuunten ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.menuunten ul li a {
	width:300px;
	float:left;
	border:1px solid #878787;
	background-color: #878787;
	height:210px;
	display:block;
	text-decoration:none;
	color: white;
	font-size:150%;
}
.menuunten ul li a span{
	margin-left:5px;
}

.menuunten ul li a:hover {
	background-color:green!important;
}

.menuunten ul li a.mitte {
	margin-left:57px;
	margin-right:57px;
	background-color: #e30613;
}

.menuunten ul li a span.image-title {
    display: block;
}

.slideshow {
	border:1px solid #878787;
}

