html, body {
margin: 0;
padding: 0;
font-weight: normal;
font-family: 11px Calibri, Arial, Verdana;
}
a img {
border: 0;
}
a:link {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: bold;
	color: #dcd3c8;
	text-decoration: underline;
}
a:active {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: normal;
	color: #dcd3c8;
	text-decoration: underline;
}
#wrapper {
margin: 0 auto;
padding: 0;
width: 960px;
}
#logo {
margin: 0;
padding: 0;
width: 303px;
height: 80px;
}
#navigering {
margin: 0;
padding: 30px 0 0 0;
width: 960px;
height: 130px;
background: url(../gfx/menybg.png) no-repeat;
}
/* menyn */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
h1 {
	font-family: Calibri, "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 20px;
	font-style: normal;
}
h2 {
	font-family: Calibri, "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
}
h3 {
	font-family: Calibri, "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 14px;
	font-style: normal;
}
td {
	font-family: Calibri, "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-style: normal;
}