#wrapper {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}

#headerContainer {
	height: 470px;
}

#logo {
	float: left;
	margin-left: 404px; /* Hälfte wrapper - hälfte Logo */
}

#topNavi {
	margin-top: 10px;
	float: right;
	width: 198px;
}

#topNavi li {
	float: left;
}

#naviImageContainer {
	margin: 0 18px;
	border: 1px solid #442626;
	text-align: center;
}

#mainNaviContainer {
	margin: 5px 5px;
}

#nav li {
	height: 48px;;
}

#nav li li{
	height: 32px;;
}

#headerImage{
	height: 268px;
	padding: 0;
	margin: 0;
}

#contentContainer {
	margin: 20px 25px;
}

#contentLeft {
	float: left;
	width: 620px;
	margin-right: 20px;
	padding-bottom: 14px;
	border-bottom: 4px solid #eb690b;
}

#contentRight {
	float: left;
	width: 300px;
	border-bottom: 4px solid #eb690b;
}

#footerContainer {
	height: 115px;
	padding-top: 20px;
	background-color: #b8b8b8;
	text-align: center;
}

.nofloat {
	clear: both;
}

.spacerVert5 {
	height: 5px;
	font-size: 1px;
}

.spacerVert20 {
	height: 20px;
	font-size: 1px;
}

.spacerVert35 {
	height: 35px;
	font-size: 1px;
}

