@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);

body{
	
	margin-top:0;
	margin-left:0;
}




.rot{

	float:left;
	margin-top:0;
	left:0px;
	width:700px;
	height:300px;
	background-color:red!important;




}

.schwarz{

	margin-top:150px;
	width:700px;
	height:150px;
	background-color:black;
	color:white;

}



.gruen{

	float:left;

	width:700px;
	height:300px;
	background-color:green;

}




.weiss{
	margin-top:0;
	width:700px;
	height:150px;
	background-color:white;



}

p{
	
font-size:70px;	
	
}











