* {
    margin: 0;
    padding: 0;
}
body, html {
    text-align: center;
	height: 100%;
}
body {
   font-size: 100%;
   line-height: 18px;
}
a img, img {
	border: 0;
}
p {
	margin: 0 0 18px 0;
}
.hiddenTextLink a {
	display: block;
	width: 100%;
	height: 100%;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	display: block;
	width: 100%;
	height: 121px;
}
#logo {
	position: relative;
	float: left;
	left: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#lang1, #lang2 {
	position: relative;
	float: right;
	right: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#topnav {
	width: 100%;
	height: 33px;
}
#content {
	width: 840px;
	overflow: hidden;
	padding: 30px;
	min-height: 300px;
}
#footer {
	height: 28px;
}
#footerleft {
	float: left;
}
#footerright {
	float: right;
}
#signoff {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}
/************ Kolumner *********/
.column260 {
	width: 260px;
	float: left;
}
.column550 {
	width: 550px;
	float: left;
}
.columnMargin {
	margin-right: 30px;
}
/************ Listor *********/
ol {
	margin: 0 0 18px 15px;
}
ul {
	list-style-type: disc;
	margin: 0 0 18px 15px;
}
li {
	margin: 0 0 0 5px;
}
/************ Nyheter *********/
.nyhetsruta {
	padding: 10px;
}
.nyhetsruta .nyhet .bild {
	display: block;
	float: left;
	width: 80px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.nyhetsruta .nyhet .text {
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}
.nyhetssidaLista .bild {
	display: block;
	float: left;
	width: 80px;
	margin: 0 10px 30px 0;
	overflow: hidden;
}
.nyhetssidaLista .text {
	display: block;
	float: left;
	width: 460px;
	margin: 0 0 30px 0;
}
.ingress {
	display: block;
	margin: 0 0 1em 0;
}
.storbild {
	float: left;
}
/************ Galleri *********/
ul.thumbs li {
	display: block;
	border: 0;
	height: 150px;
}
ul.thumbs li a, ul.thumbs li a:link, ul.thumbs li a:visited, ul.thumbs li a:hover, ul.thumbs li a:active {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1px;
}
ul.thumbs li a img {
	margin: 0;
	padding: 0;
}