@charset "utf-8";
/* CSS Document */

html { 
	background: url(images/bg_Mandelberg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font: 100%/1.4 Montserrat, Verdana, Helvetica, sans-serif;
	color: #fff;
}
a img {
	border: none;
}

a:link {
	color:#ffffff;
	text-decoration: underline; 
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.klein {
	font-family: Montserrat, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#FFF
	
}

#page {
    width: 95%;
    min-width: 500px;
    max-width: 1200px;
}

.multi-column {
    -moz-column-width: 15em;
    -moz-column-gap: 1.2em;
    -webkit-column-width: 15em;
    -webkit-column-gap: 1.2em;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:150px;
	z-index:1;
	left: -5px;
	top: 302px;
}
#apDiv2 {
	position:absolute;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	width:550px;
	height:350px;
	z-index:2;
	left: 88px;
	top: 466px;
	font-family: Montserrat, Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:12pt;
	font-stretch:extra-expanded
	  
  
}

