@charset "UTF-8";
@import url('../fonts/stylesheet.css');
@import url('module.css');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'MuliRegular', sans-serif;
	font-size: 16px;
	color: #000;
}

html, body, #container {height: 101%;}
body > #container {height: auto; min-height: 101%;}

p, #content ul, #content ol, #content table, address, h1, h2, h3, h4, h5, h6{margin-bottom: 16px;}

address{
	margin-bottom: 16px;
	font-style: normal;
}

a,
a:visited{
	outline: none;
	color: #a52236;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active,
a:focus{
	color: #000;
}

img{
	border: none;
}

/**********************************************

	   ////////// Nicht löschen ///////////

***********************************************/

.clear{
	clear: both;
	float: none;
}

.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

#background {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	z-index: 1;
	
}

#background img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}

#container {
	position: relative;
	z-index: 2;
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 152px;
	position: relative;
	width: 940px;
	background: url(../images/header.png) 0 42px  no-repeat;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 42px;
}

#header h1 a {
	display: block;
	width: 133px;
	height: 100px;
	text-indent: -9999px;
	font-size: 1px !important;
}

#header ul {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 783px;
	height: 32px;
	background: #a52136;
}

#header ul li {
	display: inline;
}

#header ul li a,
#header ul li a:visited,
#header ul li.empty {
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 15px;
	padding: 2px 0;
}
#header ul li:first-child a {
	margin-left: 8px;
}

#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active,
#header ul li.active a,
#header ul li.empty:hover {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 0;
}

#slideshow {
	height: 251px;
	width: 940px;
	box-shadow: 0 0 5px #000;
	margin: 10px 0;
	position: relative;
}

#slideshow h2 {
	text-align: center;
	font-weight: normal;
	font-size: 60px;
	line-height: 64px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	position: absolute;
	left: 0;
	top: 70px;
	width: 940px;
}

#slideshow h2 span {
	display: block;
	font-size: 30px;
	line-height: 34px;
}

#slideshow .niete {
	width: 43px;
	height: 43px;
	background: url(../images/nieten.png) 0 0 no-repeat;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
}

#slideshow .niete02 {
	top: auto;
	bottom: 0px;
	background-position: 0 -43px;
}

#slideshow .niete03 {
	left: auto;
	right: 15px;
	background-position: 0 -86px;
}

#slideshow .niete04 {
	top: auto;
	bottom: 0px;
	left: auto;
	right: 15px;
	background-position: 0 -129px;
}

#contentcontainer {
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 30px 0 150px;
}

#tabnav {
	list-style: none;
}
#tabnav li {
	display: block;
	float: left;
	width: 220px;
	height: 145px;
	background: #fff;
	margin-right: 20px;
	line-height: 145px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
#tabnav li:last-child {
	margin-right: 0;
}

#tabnav li img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
}

#tabnav li.active,
#tabnav li:hover {
	background: #a52236;
	color: #fff;
}

#content{
	background: #dadcdc;
	padding: 30px 80px 5px;
	height: auto;
	overflow: hidden;
}

#index #content {
	margin-top: 30px;
}

#content ul {
	margin-left: 15px;
}

#content h2,
#content h3,
#content h4 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #a52236;
}

#content h3 span.date {
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #777;
	font-style: italic;
}

p.more {
	text-align: center;
}

p.more a {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 15px;
	background: #a52236;
}

p.more a:hover,
p.more a:active,
p.more a:focus {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0 15px;
}

ul.leftul {
	float: left;
	width: 270px;
}

ul.rightul {
	float: left;
}

a.toplink {
	display: block;
	text-align: right;
}

.showbox {
	position: relative;
	width: 496px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.showbox img {
	width: 495px;
}

.showbox .desc {
	position: absolute;
	display: block;
	width: 495px;
	left: 0;
	bottom: 0;
	background: #000;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

#content .imgbox .changebox ul {
	list-style: none;
	margin: 0 -28px 0 0 ;
	padding: 0;
	width: 300px;
	float: right;
	overflow: hidden;
	height: 271px;
}

.changebox li {
	width: 140px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
}

.changebox li  img {
	width: 100%;
}

.imgbox .navigation ul {
	list-style: none;
	float: right;
	clear: right;
	width: 293px;
	padding: 0 !important;
	text-align: center;
	background: #000;
	color: #fff;
	margin: -3px -20px 0 0 !important;
	height: 32px;
	line-height: 32px;
}

.imgbox .navigation ul  li {
	display: inline-block;
	cursor: pointer;
	padding: 0 30px;
}

#footer {
	position: relative;
	z-index: 2;
	width: 940px;
	margin: -90px auto 0;
	height: 90px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline-block;
}

#footer ul li a,
#footer ul li a:visited {
	font-weight: normal;
}

#footer ul li a:after {
	content: "·";
	padding-left: 4px;
}

#footer ul li:last-child a:after {
	content: "";
	padding: 0;
}

#content h3.togglehead{
	background-color: #a52236;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: .5em 1em;
	border-bottom: 0 #a52236 solid;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#content h3.togglehead.open{
	border-bottom-width: 3px;
	background-color: #fff;
	color: #a52236;
}