/* Nur Firefox */
@-moz-document url-prefix() {
.main {

	width:100%;
	height:100%;
	border:0px;
}
}

body {
    background-image: url("../img/Impressum-gemalt-teil1.jpg");
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.back {

	position:absolute;
	width:4%;
	height:5%;
	background-image: url("../img/pfeil_links_1.gif");
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.text {
	display:none;
}
.buttons{
	position:absolute;
	left:50%;
	top:90%;
	border: 0px;
}


h1 {

	
}

div {
	border:0px;

}
div a {
display:block;
height:100%;
}
div a:hover {	

}