@charset "utf-8";
/* CSS Document */

/* CSS für eine Untersteite */

body {
	text-align:center;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		background:url(../img/fenno-kinderparadies-in-steinen-aktuelles-angebote.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-repeat: repeat;
	-moz-background-repeat: repeat;
	-ms-background-repeat: repeat;
	-o-background-repeat: repeat;
	background-repeat: repeat;
}


#contentaktuelles {
	width: 95%;
	height: 690px;
	border: solid 2px rgba(255,255,255,1.00);
	border-radius: 25px;
	margin: 5px;
	padding: 25px;
}

#contentaktuelleslinks {
	width: 50%;
	height: auto;
	float: left;
}

#contentaktuellesrechts {
	width: 50%;
	height: auto;
	float: left;
}


@media screen and (max-width: 1024px) {
/* CSS Anweisungen für Screens bis max 1024px */

#contentaktuelles {
	width: 92%;
	height: 1765px;
	border: solid 2px rgba(255,255,255,1.00);
	border-radius: 25px;
	margin: 5px;
	padding: 25px;
	
}
	
#contentaktuelleslinks {
	width: 100%;
	height: auto;
}

#contentaktuellesrechts {
	width: 100%;
	height: auto;
}

}

@media screen and (max-width: 460px) {
/* CSS Anweisungen für Screens bis max 460px */

#contentaktuelles {
	width: 310px;
	height: 1145px;
	border: solid 2px rgba(255,255,255,1.00);
	border-radius: 25px;
	margin: 85px 5px 5px 5px;
	padding: 25px;
	
}
	
#contentaktuelleslinks {
	width: 100%;
	height: auto;
}

#contentaktuellesrechts {
	width: 100%;
	height: auto;
}

}