@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,cyrillic);

html,body {
	width: 100%;
}

body {
	color: white;
	background-color: rgb(130, 130, 130);
	font-family: 'Open Sans', serif;
	overflow-x: hidden;
}

body.overlayed {
	overflow: hidden;
}

.parallaxItem {
	display: none;
}

#content_blackout {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
}

#navbgwhite {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image:url(../images/navbg-white.png);
}
#navbgblack {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image:url(../images/navbg-black.png);
}

#backgrounds_integral_overlay {
	position: absolute;
	width: 100%;
	z-index: -998;
	display: none;
	left: 0px;
	top: 0px;
}

#logo {
background: url("../../cms/Upload_Logo/1485177709-logo-finsbach.png") no-repeat scroll 0 0 transparent;	border: none;
	cursor: pointer;
	display: block;
	min-height:220px;
	min-width: 285px;
}

.background {
	position: absolute;
	width: 100%;
	z-index: -999;
}

#body_wrapper {
	position: relative;
	width: 550px; /* xion content-breite */
	margin-left: 350px;
	color: rgb(130, 130, 130); /* #404040  */    
	padding-top: 100px;
}

#content_top {
	position: absolute;
	background: url("../images/content_top.png") no-repeat scroll 0 0 transparent;
	width: 100%;
	height: 200px;
	z-index: -1;
}

#content_backgroundfill {
	position: absolute;
	top: 180px;
	z-index: -1;
	width: 100%;
	height: 400px;
	background-color: white;
}

.caption {
	text-align: center;
	margin-top: .5em;
}

#content_main {
	padding: 35px;
	font-size: 24pt;
	font-family: 'Open Sans', serif;
    z-index: 1;
}

#content_main>.section {
	position: absolute;
	min-height: 200px;
	width: 480px;
	padding-top: 50px;
    z-index: 1;

}

#content_main>.section.top {
	padding-top: 150px;
}

#content_main h2.header_large {
	font-size: 22pt;
	margin-bottom: .4em;
	line-height: 1.2em;
	font-family: 'Open Sans', serif;
	font-weight: normal;
}

#content_main p {
	font-size: 10pt; /* xion schriftgröße */
	font-family: 'Open Sans', serif;
	line-height: 1.5em;
}
#content_main td {
	font-size: 10pt; /* xion schriftgröße */
	font-family: 'Open Sans', serif;
	line-height: 1.5em;
}
hr {
	background: url("../images/hr.png") repeat-x;
	height: 4px;
	line-height: 4px;
	border: none;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#back_to_top {
	position: fixed;
	right: 50px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: url('../../cms/Upload_Buttons/lila/back_to_top.png') no-repeat 0 0 transparent; /* xion */
	display: none;
}


#back_to_top:hover {
	background: url('../../cms/Upload_Buttons/lila/back_to_top.png') no-repeat -70px 0 transparent; /* xion */
}