html{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#EEEEEE;
	width:auto;
	height:auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



#nav{
	height:108px;
	margin-top:-8px;
	margin-left:-8px;
	margin-right:-8px;
	width:100%;
	position:fixed;
	top:0px;
	background-color:#E5E5E5;
	border-bottom-style: solid;
    border-bottom-color:#7C7C7C;
	z-index:10
}

#hintergrund{
	height:450px;
	width:100%;
	margin-left:-8px;
	position:fixed;
	top:0;
	z-index:1;
}

#inhalt{
	width:auto;
	height:900px;
	bottom:0;
	position:relative;
	border-top:#7C7C7C solid;
	background-color:#EEEEEE;
	margin:23% -8px 0% -8px;
	z-index:9;
}

#erster{
	height:900px;
	width:33%;
	background-color:#EEEEEE;  
	float:left;
}

#text1{
	font-family:verdana;
	font-size:24px;
	text-align:center;
	margin:8% 0 0 0;
}

#schild{
	max-width:68%;
	height:auto;
	margin:15% 0 0 17%;
}

#zweiter{
	height:896px;
	width:33.85%;
	background-color:#EEEEEE;
	/*
	border-width:2px;
    -webkit-border-image:-webkit-linear-gradient(#7C7C7C, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:-o-linear-gradient(#7C7C7C, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:-moz-linear-gradient(#7C7C7C, rgba(0, 0, 0, 0)) 1 100%; 
*/
	float:left;
}

#text2{
	font-family:verdana;
	font-size:24px;
	text-align:center;
	margin:8% 0 0 0;
}

#poller{
	max-width:65.5%;
	height:auto;
	margin:15% 0 0 18%;
}


#download{
	max-width:75%;
	min-height:65px;
	height:auto;
	margin:15% auto 0 auto;
	background-color:#9B9B9B;
	border-radius:10px;
}

#pdficon{
	max-width:11%;
	height:auto;
	margin:1.3% 0 0 1.7%;
	float:left;
}

#link{
	font-family:verdana;
	font-size:170%;
	text-align:center;
	line-height:250%;
}

#dritter{
	height:900px;
	width:32%;
	background-color:#EEEEEE;
	float:left;
}

#text3{
	font-family:verdana;
	font-size:24px;
	text-align:center;
	color:black;
	margin:8% 0 0 0;
}

#vtp{
	max-width:71%;
	height:auto;
	margin:15% 0 0 16.5%;
}
@media only screen and (max-width: 75em) {
    #nav {
        height: 5%;
    }
}
@media only screen and (max-width: 40em) {
    #nav {
        height: 3%;
    }
    #erster {
        height: auto;
        width: 100%;
    }
    #zweiter {
        height: auto;
        width: 100%;
    }
    #dritter {
        height: auto;
        width: 100%;
    }
}
