* { margin:0; padding:0; }
html, body { position: relative; height: 100%; width: 100%; }
body { line-height: 1.63em; overflow-y: scroll; margin:0; padding:0; }

a.anfrage { font-weight: bold; }


#menuMain {
	position: fixed;
	right: 510px;
	top: 10px;
	z-index: 10;
}

#menuMain a { 
	text-shadow: 0px 1px 2px #000000;
}

.mean-container .mean-bar {
	float: none !important;
	width: -webkit-calc(100% - 500px) !important;
	width: -moz-calc(100% - 500px) !important;
    width: calc(100% - 500px) !important;
}

@media (max-width: 700px) {
	.mean-container .mean-bar {
		width: 100% !important;
	}
}

.mean-container .mean-nav ul li a {
    padding: 0.5em 5% !important;
    text-transform: none !important;
}

.mean-container .mean-nav ul li li a {
    padding: 0.4em 10% !important;
}


#content {
	position: absolute;
	top: 0;
	right: 25px;
	width: 450px;
	z-index: 10;
}

@media (max-width: 700px) {

	#content {
		top: 35px;
	}
}

@media (max-width: 500px) {

	#content {
		position: relative;
		margin: 0 auto;
		width: 90%;
		right: auto;
	}
}

#header {
	position: relative;
/* 	width: 450px; */
	z-index: 10;
}

#headerSolo {
	position: absolute;
	top: 0;
	right: 25px;
	width: 450px;
	z-index: 10;
}

#main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; 
	z-index: 0;
}

#divBannerLinks {
	position: absolute;
	left: 25px;
	bottom: 10px;
	width: 450px;
	z-index: 10;
}

@media (max-width: 600px) {
	
	div#divBannerLinks {
		display: none;
	}
}

#divBannerRechts {
	position: absolute;
	right: 25px;
	width: 450px;
	max-width: 90%;
	bottom: 50px;
	z-index: 10;
}

#divBannerHintergrundbild {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#divBannerHintergrundbild * img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#contentBG {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.88;
	filter: alpha(opacity = 88);
	z-index: 5;
}


#menuMain, #menuMainActive {
	padding: 5px 0;
}


p.fastmailer {
	clear: left;
	line-height: 16px;
	margin-bottom: 0;
}

input.fastmailer {
    background: none;
    border: 1px solid #999999;
    height: 20px;
    width: 185px;
}
span.fastmailer {
    float: left;
    width: 195px;
}

.cookieHinweisRahmen {
    position: fixed;
    bottom: 0;
    border: 0;
}