@charset "UTF-8";
/* CSS Document */
body {
		background-color: #cccccc;
		text-align: center;
		font-family :  Arial;
		}

#wrapper {
	width: 960px;
	float: center;
	margin: 0 auto;
}
#overskrift {
	background-color : white; 
	text-align: center;
	width: 960px;
	height:175px;
	
}

#meny {
	Color: #000000;
	background-color: #933f97;
	float: left;
	text-align: center;
	width: 170px;
	height: 960px;
	padding: 10px;
	color:#000033
}
			
#spalte1 {
	background-color: #d1a4fb;
	float: left;
	text-align: left;
	width: 365px;
	height: 960px;
	padding: 10px;
}

#spalte2 {
	background-color: #d1a4fb;
	float: left;
	text-align: left;
	width: 365px;
	height: 960px;
	padding: 10px;
}

#spalte3 {
	background-color: #d1a4fb;
	float: left;
	width: 750px;
	height: 960px;
	padding: 10px;
}

#kontakt {
	background-color :  #615f62; 
	text-align: Center;
	width: 958px;
	height: 60px;
	padding: 1px;
	size : 1.2em;
}

