body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../bilder/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: center;

}
#center {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
.center2 {
	text-align: center;
}

#kolumncontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 760px;
	text-align: left;

}
#menykolumn {
	width: 170px;
	float: left;
	margin-top: 20px;
	height: 100%;
}
#sida {
	width: 500px;
	float: left;
	margin-top: 20px;
	min-height:600px;
}
#projektsida {
	width: 570px;
	margin-top: 20px;
	float: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FF9900;
}
#tjanstersida {
	float: left;
	margin-top: 20px;
	width: 570px;
	min-height:500px;
}
.bild {
	width: 180px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
