﻿@charset "utf-8";
/* CSS Document */

html { 
	background: url('bg.jpg') no-repeat fixed center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.klein {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	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;
	width:550px;
	height:169px;
	z-index:2;
	left: 88px;
	top: 466px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:10pt;
	font-stretch:extra-expanded
}
#apDiv3 {
	position:absolute;
	width:150px;
	height:150px;
	z-index:5;
	left: 879px;
	top: 153px;
}

#apDiv4 {
	position:absolute;
	width:150px;
	height:150px;
	z-index:4;
	left: 577px;
	top: 454px;
}
#apDiv5 {
	position:absolute;
	width:150px;
	height:150px;
	z-index:5;
	left: 728px;
	top: 303px;
}
#apDiv6 {
	position:absolute;
	width:150px;
	height:150px;
	z-index:5;
	left: 879px;
	top: 454px;
}
.bold {
	font-weight: bold;
}
