@import url("master_css.css");

/* Segel und Motorboote Logo Conainer */
#sm_logo {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 60px;
	width: 230px;
	overflow: auto;
}
/* Segel und Motorboote Text Conainer */
#sm_text {
	position: absolute;
	margin-top: 80px;
	margin-left: 0px;
	height: 500px;
	width: 270px;
	text-align: left;
	overflow: auto;
}
/* Segel und Motorboote Foto Conainer */
#sm_foto {
	position: absolute;
	margin-top: 0px;
	margin-left: 280px;
	height: 500px;
	width: 420px;
	overflow: auto;
	text-align: left;
}