@font-face {
    font-family: 'moolboranregular';
    src: url('font/moolbor-webfont.eot');
    src: url('font/moolbor-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/moolbor-webfont.woff') format('woff'),
         url('font/moolbor-webfont.ttf') format('truetype'),
         url('font/moolbor-webfont.svg#moolboranregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html { width: 100%; height:100%; }
body {
	background-color: #fff;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
}
h1,h2 {
	font-family: "moolboranregular";
	text-transform: uppercase;
}

h2 {
	position: absolute;
	left:10px;
	top:10px;
	font-size: 30px;
}

h1 {
	font-size: 37px;
	line-height: 10px;
	margin:0;
	padding-top: 35px;
}

.head {
	text-align:center;
	position:absolute;
	font-size: 35px;
	font-family: "moolboranregular";	
}

#wrapper {
	position: relative;
	width: 1200px;
	height: 827px;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	background-image:url(images/europa.jpg);
	background-repeat: no-repeat;
}


.adresse {
	position: absolute;
	top: 747px;
	right: 0px;
	text-align: right;
	font-size: 12px;
}

.adresse a {
	color: #333;
	text-decoration: none;
}

.icon {
	vertical-align: -3px;
}


p span {
	line-height: 0px;
}

.block{
	font-family: "Times New Roman", Georgia, serif;
	font-size: 20px;
	color: #000;
	line-height:20px;
	position: relative;
	text-align: center;
	margin:0 20px;
	cursor: pointer;
	min-height: 100px;
	/*border:1px solid red;*/
}

.block a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.block.links {
	float:left;
}

.block.rechts {
	float:right;
}

.block.mitte {
	margin: 0 200px;
	padding-top: 20px;
}

.verstecker {
	position: absolute;
	top:0px;
	left:0px;
	display: none;
	z-index: 99;
	background-color: #fff;
	width: 100%;
	height: 80%;
	padding-top:20%;
	text-align: center;
}