#navigation {
	margin-left: 4px;
	width: 674px;
	height: 22px;
	background-image: url('../images/navigation_center.gif');
	background-repeat: repeat-x;
}
#navigation .left_end {
	float: left;
	width: 11px;
	height: 22px;
	background-image: url('../images/navigation_left.gif');
	background-repeat: no-repeat;
}
#navigation .left_start {
	float: left;
	width: 2px;
	height: 22px;
	background-image: url('../images/navigation_seperator.gif');
}
#navigation .right_start {
	float: right;
	width: 2px;
	height: 22px;
	background-image: url('../images/navigation_seperator.gif');
}
#navigation .right_end {
	float: right;
	width: 23px;
	height: 22px;
	background-image: url('../images/navigation_right.gif');
	background-repeat: no-repeat;
}
#navigation #pages a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 4px 12px 0 10px;
	border: 0;
	height: 18px;
	background-image: url('../images/navigation_seperator.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
#navigation #login a {
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px 0 12px;
	border: 0;
	height: 18px;
	background-image: url('../images/navigation_seperator.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 678px;
	vertical-align: top;
	text-align: left;
	background-image: url('../images/content_middle.gif');
	background-repeat: repeat-y;
}
#bottom {
	float: left;
	width: 678px;
	height: 21px;
	background-image: url('../images/content_bottom.gif');
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#whitebox {
	margin: 10px;
	vertical-align: top;
	width: 140px;
	text-align: left;
	background-image: url('../images/whitebox_middle.gif');
}
#whitebox .seperator {
	width: 140px;
	height: 16px;
	background-image: url('../images/whitebox_seperator.gif');
}
#whitebox .top {
	width: 140px;
	height: 7px;
	background-image: url('../images/whitebox_top.gif');
}
#whitebox .bottom {
	width: 140px;
	height: 7px;
	background-image: url('../images/whitebox_bottom.gif');
}

/* Procentbar classes */
#content div.percent_bar {
	background-image: url('../images/percentbar.gif');
	height: 13px;
	border: 1px solid #000;
	margin: 0 0 1px 41px;
}
#content div.percent_label {
	display: block;
	float: left;
	width: 37px;
	height: 13px;
	border: 1px solid #000;
	padding: 0 0 0 3px;
	margin: 0 0 1px 0;
	color: #FFF;
	text-align: center;
	background-color: #555555;
}
/* Procentbar slut */
