* {
	margin : 0;
	padding : 0;
}

a {
	color : #437fda;
	text-decoration : none;
	font : bold 140% sans-serif;
	padding : 1em 1em 0 1em;
}
a:visited {
	color : #437fda;
	font : bold 140% sans-serif;
	padding : 1em 1em 0 1em;
}
a:hover {
	color : #ba8f43;
	font : bold 140% sans-serif;
	padding : 1em 1em 0 1em;
}

h2 {
	color : #343434;
	font : 200% sans-serif;
}
h3 {
	color : #343434;
	font : italic 160% sans-serif;
}
h4 {
	color : #343434;
	text-decoration : none;
	font : bold 140% sans-serif;
	padding : 1em 1em 0 1em;
}

html {
	color : #565656;
	font : 70%/170% sans-serif;
	text-align : justify;
}

img {
}
img.left {
	float : left;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}
form input {
	border : 1;
}
form textarea {
	border : 1;
	height : 10em;
	width: 80%;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

p {
	padding : 1em 1em 0 1em;
}
form {
	padding-left: 15px;
}


ul,
ol {
	padding : 1em 1em 0 3em;
	line-height: 250%;

}

#main {
	margin : auto;
	max-width : 65em;
	min-width : 65em;
	width : auto !important;
	width : 65em;
}

#header {
	background : #2b548c url('../images/header_bg.jpg') repeat-x bottom left;
	padding : 6em 4em 1em 4em;
}
#header h1 {
	color : #ffff00;
	font : 200% sans-serif;
}

#menu {
	background : #437fda;
	border-bottom : 1px solid #2b548c;
	font : 87% sans-serif;
	font-weight:bold 
}
#menu ul {
	padding : 0.75em 4em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #F5FFFA;
	padding : 0.75em 1.5em;
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : 1px solid #cfcfcf;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 0 0 0;
	}
#content div {
	padding : 0 4em 2em 4em;
	background-color:#F5FFFA
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
#panel div {
	padding : 0 0 0 0;
}
div.left {
	left : -1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}

#footer {
	margin : auto;
	text-align : center;
	width : 65%;
}
body {background-image:url(../images/body_bg.png)
}

.punkter {
	font-size: 140%;
	font-weight: normal;
}
.omraade {
	line-height: 24px;
}

