@charset "UTF-8";
/* Global Site-wide Definitions */
/* Main Structure, master backgrounds, etc. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement {
	text-indent: -200em;
	overflow: hidden;
}
/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.inset-text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/* cross-browser display: inline-block (http://blog.hedgerwow.com/2007/11/14/item-list-grid-real-world-practice-with-displayinline-block-across-browsers/) */
.display-inline {
	display: -moz-inline-stack;
	display: inline-block;
	_overflow: hidden;
	zoom: 1;
	*display:inline;
}




/* Definitionen zum body */



html {
	background-image: url(../img/element/bg_main.png);
	background-color: #eee;
	background-repeat: repeat-x;
	height: 100%;
}

body {
	/*background-color: #eee;*/
	/*background-image: url(../img/element/bg_main.png);*/
	background-repeat: no-repeat;
	/*padding-top: 91px;*/
	height: 100%;
}

strong, b{
	font-weight: bold;
}

i{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

h2 {font-size:15px;	}
h2.teaser-big {font-size:24px; font-size: 28px;line-height:normal; font-weight: normal; font-family: 'Museo500', sans-serif; width:490px; margin-top:-5px;}
h2.teaser-title {font-size:24px; font-size: 14px;line-height:normal;  font-weight: bold;/*font-family: 'NeoSansBlack', sans-serif;*/ }
p, ul {
	line-height:1.5;
	font-size:12px;
}

p a, p a:link, p a:visited, p a:active {
	color:#d1d1d1;
	text-decoration:none;
	border-bottom: 1px solid #d5003a;

}

p a:hover, p a.active {
	color:#fff;
	text-decoration:none;
	border-bottom: 2px solid #d5003a;

}

a, a:link, a:active, a:visited	 {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#d5003a;
}
/* html5 */
article{
	display: block;
}

header {
	display: block;
	width: 800px;
	height:90px;
	overflow:hidden;
	margin-left: 14px;
	z-index:100;
	position: relative;
	/*position:absolute;
	top: 0;
	left: 0;*/
}
header h1 {
	background: url(../img/element/element.png) no-repeat 0 0;
	height: 60px;
	width: 523px;
	text-indent: -200em;
	overflow: hidden;
	cursor: pointer;
	margin-left:160px;
}
section.master {
	display: block;
	/*overflow: hidden;*/
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC000000',EndColorStr='#CC000000');*/ /* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC000000',EndColorStr='#CC000000')";*/ /* IE8 */

	resize:none;
	margin-bottom: 15px;
	height: 200px;
	width: 985px;
}
nav.main {
	display: block;
	width:130px;
	margin: 10px 0px 10px 40px;
	float:left;
	/*ie6 double-margin bug fix*/
	*display: inline;
}
nav.main ul li, nav.main ul li a, nav.main ul li a:link, nav.main ul li a:active, nav.main ul li a:visited {
	list-style:none;
	list-style-type:none;
	height:20px;
	font-size:14px;
	line-height:normal;
	font-family: 'NeoSansBlack', sans-serif;
	letter-spacing: 1px;
}

nav.main ul li a:hover{
	color:#d7003d;
	height:20px;
}

nav.main ul li.active a{
	color:#d7003d;
	margin-bottom:3px;
	font-size:14px;
	line-height:normal;
	font-family: 'NeoSansBlack', sans-serif;
}

.teaser {
	width: 245px;
	margin: 10px 15px 10px 0px;
	float:left;
	position: relative;
}
.teaser a h2, .teaser a p{
	color:#fff;
}

.teaser a:hover h2,
.teaser a:hover p,
.teaser a.active h2,
.teaser a.active p{
	color:#d5003a;
}

.teaser img{
	border: 1px solid #d1d1d1;

}
.teaser a:hover img,
.teaser a.active img{
	border-bottom: 1px solid #d5003a;
}

.teaser .pagination{
	position: absolute;
	background: #111;
	font-size: 10px;
	top: 129px;
	right: -2px;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
}

.teaser a:hover .pagination,
.teaser a.active .pagination{
	border-top: 1px solid #d5003a;
	border-left: 1px solid #d5003a;
}

.teaser-big {
	width: 505px;
	margin: 10px 15px 10px 0px;
	float:left;
}

.teaser-full{
	float: left;
	width: 750px;
	margin: 10px 15px 10px 0;
}

.active {
	color:#d5003a;
}

section.detail {
	display: block;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC000000',EndColorStr='#CC000000');*/ /* IE6,IE7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC000000',EndColorStr='#CC000000')";*/ /* IE8 */
	
	margin: 0 0 15px 160px;
	clear: both;

	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}


article.detail {
	width: 805px;
	padding: 12px 0 12px 12px;
	overflow: hidden;
	display: block;
}

.detail-text {
	width: 285px;
	float:left;
}

.gallery, .detail-hero {
	overflow: hidden;
	width: 506px;
	/*height: 290px;*/
	float:left;
	margin-right:13px;

}

.gallery {
	position:relative;
}


.prev, .next {
	float: left;
	padding-top: 5px;
}

.gallery_button {
	position: absolute;
	width: 30px;
	height: 36px;
	background-image: url(../img/element/element.png);
	background-repeat: no-repeat;
	top: 130px;
	display: block;
	outline: 0;
	z-index:1000;
}

.gallery_button.left {
	background-position:-174px -59px;
	left: 0px;
}

.gallery_button.left:hover {
	background-position:-174px -96px;
	left: 0px;
}


.gallery_button.right {
	background-position:-223px -59px;
	right: 0px;
}

.gallery_button.right:hover {
	background-position:-223px -96px;
	right: 0px;
}

.dafunk{
	width:26px;
	float:right;
	position:relative;
	display: none;
}

.dafunk.static{
	display: block;
}

.close {
	width: 20px;
	height: 26px;
	background-image: url(../img/element/element.png);
	background-repeat: no-repeat;
	background-position:0px -65px;
	float:left;
	overflow:hidden;
}
.close:hover {
	background-position:0px -89px;
}

.close.closed{
	background-position:-62px -65px;
}

.close.closed:hover{
	background-position:-62px -90px;
}

.left-arrow, .right-arrow {
	width: 23px;
	height: 24px;
	background-image: url(../img/element/element.png);
	background-repeat: no-repeat;
	overflow:hidden;
	position:absolute; top:170px;
}

.left-arrow {background-position:-30px -65px;left:-20px;}
.left-arrow:hover{background-position:-30px -90px;}	
.right-arrow {background-position:-54px -65px;left:0px;}
.right-arrow:hover{background-position:-54px -90px;}

img.masterpic {
	margin:auto 0;
}

.master-content{
	height: 200px;
	overflow: hidden;
	width: 780px;
}

.wrapper-for-slider{
	float: left;
}

/* IE7 position: absolute/relative, overflow:hidden bug*/
.wrapper-for-slider>div{
	position: relative !important;
}

.overview-slider{
	width: 780px;
	height: 200px;
}

.overview-item{
	width: 780px;
}

.gallery>div{
	overflow: hidden;
	width: 506px;
	height: 290px;
}

#bg-img-switcher{
	background: url(../img/element/bg_main.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#map{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px;
}

footer{
	bottom: 0;
	margin-left: 174px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
	height: 12px;
	display: block;
}

footer nav a,
footer nav a:link,
footer nav a:active,
footer nav a:visited{
	color: #000;
}

footer nav a:hover,
footer nav a.active{
	text-decoration: underline;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -18px;
}
footer, .push {
	height: 12px;
}

.teaser-full h2 {font-size:24px; font-size: 28px;line-height:normal; font-weight: normal; font-family: 'Museo500', sans-serif;  margin-top:20px;}
.teaser-full a.teaser-link {font-size:28px; font-size: 24px;line-height:normal;  font-weight: bold;font-family: 'NeoSansBlack', sans-serif; text-decoration:underline; color:#d5003a;}
.teaser-full a.teaser-link:hover{text-decoration:none;}
