* {
	margin: 0;
	padding: 0;
}

body {
	color: #2e3436;
	text-align: center;
	background: #fff url(bodybg.png) repeat-x;
	font: 13px 'Trebuchet MS', Verdana, sans-serif;
}

a {
	color: #214C6F;
}

a img {border: 0;}

h1 {
	margin: 0 auto 15px auto;
	width: 750px;
	height: 323px;
	background: transparent url(img/header-photo.jpg) no-repeat bottom left;
}

h1 a {
	display: block;
	height: 30px;
	background: transparent url(img/header-logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
	margin: 0 auto 10px auto;
	width: 750px;
	font: 38px Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font: 20px Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 15px 0;
}

/* Kolumner & sektioner */

#content {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#col-primary {
	float: left;
	width: 485px;
}

#col-secondary {
	float: right;
	width: 240px;
	text-align: right;
}

#col-secondary img {
	margin: 15px 55px 0 0;
}

#list-areas {
	clear: both;
	border: 1px solid #78a2c4;
	padding: 15px 0;
	border-width: 1px 0;
	height: 190px;
	margin: 0 0 15px 0;
}

#list-areas li {
	float: left;
	width: 325px;
	height: 70px;
	margin: 0 15px;
	padding: 0 0 0 15px;
	background: transparent url(img/list-background.png) no-repeat 0px 5px;
	list-style: none;
}

#links {
}

#links a {
	float: left;
	width: 165px;
	border: 0px dotted #78a2c4;
	display: block;
	text-decoration: none;
	color: #222;
	padding: 5px;
	margin: 10px 10px 10px 0;
	text-align: center;
}

#links a:hover {
	border-color: #222;
}

#links a span {
	text-decoration: underline;
	color: #214C6F;
	display: block;
}

#contact {
	border: 0px dotted #B3DEF7;
	padding: 5px;
	width: 170px;
	margin: 3px auto 10px auto;
	text-align: center;
}

/* Specialklasser */

p.intro {
	font: italic 13px 'Trebuchet MS', Verdana, sans-serif;
	color: #555753;
}

.clear {
	clear: both;
	list-style: none;
}
