html, body {
background: #252525;
margin: 0;
padding: 0;
color: #ffffff;
}
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;
}
a img {
border: 0;
}
a:link {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	font-family: Calibri, "Trebuchet MS", Georgia;
	font-weight: normal;
	color: #FFFF99;
	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;
}
#content {
width: 970px;
margin: 0;
padding: 30px 0;
}

.ruta {
background: url(../gfx/ruta_bg.png) repeat-x #111111;
}
.mini {
width: 238px;
padding: 30px;
margin: 30px 30px 0 0;
float: left;
}
.mini2 {
width: 238px;
padding: 30px;
margin: 30px 0 0 0;
float: left;
}
.medium {
width: 403px;
padding: 30px;
margin: 30px 30px 0 0;
float: left;
}
.medium2 {
width: 403px;
padding: 30px;
margin: 30px 0 0 0;
float: left;
}

.maxi {
width: 898px;
padding: 30px;
margin: 30px 0 0 0;
}

/* 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;
}