@charset "utf-8";
#area {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#stp {
}
#weishaupt {
}
.vasen {
	float: left;
}
.oikea {
	float: right;
}
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #388FCD;
	text-align: center;
}
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	float: left;

}
#top {
	height: 30px;
	margin-bottom: 20px;
	background-color: #0084C4;
}



@media screen and (max-width:900px){
	#area {
		width:60%;
	}
	.oikea {
		float:none;
	}
	.vasen {
		float:none;
	}
}

@media screen and (max-width:480px){
	#area {
		width:100%;
	}
	#stp {
		width:100%;
		height:100%;
	}
	#weishaupt {
		width:100%;
		height:100%;
	}
	.oikea {
		float:none;
	}
	#content {
	margin-top: 0px;
	}
}
