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

#wrapper #content #left {
	float: left;
	height: 460px;
	width: 385px;
	text-align: left;
	color: #333;
	font-size: 14px;
	padding: 20px;
}
#wrapper #content #right {
	float: right;
	height: 460px;
	width: 385px;
	background-color: #FFF;
	background-image: url(../bilder/omossbild.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
}
