@charset "utf-8";
/* CSS Document */

h1 {
	font-family:DINOTRegular;
	padding:0px;
	margin:0px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:80px;
	line-height:80px;
	height:140px;
	color:#FFF;
}
h2 {
	font-size:1.15em;
	margin-bottom:20px;
}
h3 {
	color:#8abbd1;
}
.TEXTINHALT {
	margin-bottom:50px;
}
.TEXTINHALT img {
	width:100%;
	height:auto;
}
.TEXTINHALT ul {
	list-style-image:url(/cms/img/list_style.png);
	list-style-position:inside;
	list-style-type:none;
	padding-left:0px;
}
.TEXTINHALT ul ul {
	padding-left:30px;
	list-style:none;
}
.CONTENT_ABSTAND {
	display:block;
	height:60px;
	width:100%;
}

.CONTENT_BOTTOM_PICTURE {
	display:block;
}
.CONTENT_BOTTOM_PICTURE img {
	margin-top:0px;
	margin-bottom:40px;
}
.OVERLAY {
	position: fixed;
	top: 0px;
	display:block;
	width:100%;
	height:100%;
	left: 0px;;
	top:0px;
	background-color: #acacac;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}