.stretch {
    width:100%;
    height:100%;
}

body {
	background-image:url('../images/FwDesign2.jpg');
	
}


#boxweiss {
	position: absolute;
	top: 65%;	
	width: 65%;
	left: -2%;
	background: rgba(200, 200, 200, 0.4) ; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(0,0,0,1);
}


.boxschwarz {
	position: relative;
	width: 15%;
	background: rgba(20, 20, 20, 0.2) ; 
	float:right;
	margin-right: 2.5%;
	margin-top:1.25%;
	margin-bottom:1.25%;
	padding: 0.5%;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(0,0,0,1);
}

.boxschwarz:hover {
	background-color:#C33;
	cursor:pointer;
}



#werbungsbox{
	position: absolute;
	top: 10%;	
	right:45%;
	padding: 0.5%;	
	background: rgba(200, 200, 200, 0.4) ; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(0,0,0,1);
}
#werbung{
	position:relative;
	}
#werbung:hover {
	background-color:#C33;
	cursor:pointer;
}



#logobox{
	position: absolute;
	top: 10%;	
	left: 0%;
	padding: 0.5%;	
	width: 15%;
	
	}
#logo{
	position: relative;
	float: left;
	}



#collagenbox{
	position: absolute;
	top: 10%;	
	right: 0%;
	height: 90%;
	width: 35%;
	overflow:hidden;
	
	
		}
		
#collage	{
	position: relative;
	max-width:100%;
	max-height:100%;
			
	}	



