body {
	margin:0;
	padding:0;
	
}

div {
	margin:0;
	padding:0;
}	

div#content {
	width:900px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-350px;
}


div.contentElement {
	width:880px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
	clear: both;
}

div#header {
	margin-top: 30px;
}

div#quote {
	width: 0px;
	float:left;
	margin-top:100px;
	margin-bottom:20px;
	text-align: center;
	font-style: italic;
}
img#quoteImage {
	width: 100%;
	height: auto;
}
div#star {
	width: 200px;
	float:left;
}

div#aboutNina {
	padding-top:20px;
}

#wirbel {
	margin-top: 30px;
	margin-left: 270px;
}

/* ######################################################## (default) biggest version (desktops, tablets...) */
/* @media only screen and (min-width: 950px) { } */
/* --------------------------------------------------------------------------------------------------------- */


/* ###################################################################### medium version */
/*@media only screen and (min-width: 768px) and (max-width: 949px) {
	body { background-color: green; }
}*/
/* --------------------------------------------------------------------------------------------------------- */


/* ###################################################################### small version */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* body { background-color: blue; } */
	
	div#content {
		width:480px;
		position: absolute;
		top:0;
		left:0;
		margin-left:0;
	}
	div.contentElement {
		width:460px;
	}
	div#header {
		margin-top: 20px;
	}
	div#quote {
		width: 400px;
		float:left;
		margin-left:20px;
		margin-top:0px;
		margin-bottom:0px;
		text-align: center;
		font-style: italic;
	}
	#wirbel {
		margin-top: 30px;
		margin-left: 200px;
	}
}
/* --------------------------------------------------------------------------------------------------------- */

/* ###################################################################### smallEST version */
@media only screen and (max-width: 479px) {
	/* body { background-color: orange; } */
	
	div#content {
		width:360px;
		position: absolute;
		top:0;
		left:0;
		margin-left:0;
	}
	div.contentElement {
		width:340px;
	}
	div#header {
		margin-top: 0px;
	}
	div#quote {
		width:340px;
		float:left;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:0px;
		text-align: center;
		font-style: italic;
	}
	#wirbel {
		margin-top: 30px;
		margin-left: 120px;
	}
}
/* --------------------------------------------------------------------------------------------------------- */
