body {
	background: url(../img/bg.gif) repeat-x #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 16px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	margin: 0px 85px;
	width: 840px;
	text-align: left;
}

#left {
	float: left;
	width: 240px;
}

#right {
	float: right;
	width: 600px;
	margin-top: 90px;
	margin-bottom: 50px;
	text-align: left;
}

#menu {
	position: relative;
	top: 10px;
	left: 0px;
	width: 240px;
}

em {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: italic;
}

img.rubrik {
	margin-bottom: 6px;
}

img.image {
	margin-bottom: 10px;
}

img.ribbon {
	margin-top: 17px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #A00;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

.nav_header {
	cursor: pointer;
	margin-top: 12px;
	width: 156px;
	height: 15px;
	border-bottom: 1px solid #dedede;
}
	
.nav_header_active {
	margin-top: 12px;
	width: 156px;
	height: 15px;
	border-bottom: 1px solid #A00;
}

.nav_content {
	margin-top: 4px;
	margin-bottom: 6px;
}
