      body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #D5EDB3;
	text-align: center;
	margin: 20px;
	padding: 0px;
}
html, body { /* &quot;centering jump&quot; */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	text-align: justify;
}
h1 {
    margin: 0.25em 0 0.5em 0;
    font-size: 150%;
	color: #333;
}
h2 {
    margin: 1.5em 0 0.5em 0;
    font-size: 120%;
	color: #333;
}
h3 {
    margin: 1.5em 0 0.5em 0;
	font-size: 100%;
}
h4 {
    margin: 1em 0 0.5em 0;
	line-height: 1.5em;
	text-align: center;	
	font-size: 80%;
	color: #666;
}	

/* hallare (omsluter ovriga div) 
-------------------------------------------------- */
#holder {
	width: 750px;
	background: #FFFFFF url(faux.gif) repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* sidhuvud (rubrik, logo osv.) 
-------------------------------------------------- */
#headerleft {
	float: left;
	background: #D5EDB3 url(logo.jpg) no-repeat;
	height: 123px;
	width: 150px;
}
#headerright {
	float: right;
	background: #D5EDB3 url(banner.gif) no-repeat;
	height: 123px;
	width: 600px;
}
.headline {
	font: bold 140% Verdana, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	margin: 0;
	padding: 20px 10px;
}

/* navigation (meny) 
-------------------------------------------------- */
#menu {
	border-top: 1px solid #D5EDB3;
	width: 146px;
	float: left;
	padding: 2px 2px;
	font-size: 90%;
	color:#fff;
}
#menu a:link {
	color: #FFFFF0;
	text-decoration: none;
	font-weight: bold;
}
#menu a:visited {
	color: #FFFFF0;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:focus, #menu a:active {
	color: #D5EDB3;
	text-decoration: underline;
}
#menu ul {
	padding:0px;
	line-height:200%;
	font-size:80%;
	margin:0;
}
#menu ul li {
	position:relative;
	list-style:none;
	font-weight:bold;
}
#menu ul li ul {
	position:absolute;
	left:-999em;
	font-size:90%;
	}
#menu ul li:hover ul {
	position:absolute;
	left:145px;
	top:0;
	margin-top:0;
	background:#006600;
	width:150px;
}
#menu ul li ul li {
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
	padding:2px;
	}
#menu ul li ul li:first-child {
	border-top:1px solid #fff;
	}
#menu ul li:hover ul li a {
	display:block;
	}
.img {
	border: none;
}

/* sidans innehall (huvudkolumn) 
-------------------------------------------------- */
#content {
	border-top: 1px solid #D5Edb3;
	margin: 0 0 0 165px;
	padding: 40px 40px 30px 40px;
	font-size:80%;
}
#content p {
	line-height: 130%;
}
#content ul {
	line-height: 150%;
	margin-bottom: 8px;
}
#content a:link {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #004276;
} 
#content a:visited {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #004276;
}
#content a:active {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #004276;
}
#content a:hover {
	text-decoration: none;
	color: #B8860B;
}
.imgleft {
	border: none;
	margin: 2px 15px 2px 0px;
	float: left;
	}
.imgright {
	border: none;
	margin: 2px 0px 2px 15px;
	float: right;
}
.bilder img {
	border: none;
	margin: 3px 2px 3px 2px;
}
.footnote {
	font-size:80%;
}
.center {
	text-align:center;
}
.nyhet {
	font-size:95%;
	background:#ebf3e8;
	padding:3px;
	border-bottom:1px solid #9bae93;
	margin:5px;
}
.nyhet p {
	margin:2px;
	text-align:left;
}
.nyhet .datum {
        font-size:80%;
        text-align:right;
}
/* sidfot (copyright, kontakt, lankar) 
-------------------------------------------------- */
#footer {
	padding: 6px 10px 17px 5px;
	border-top: 1px solid #D5EDB3;
	border-bottom: 1px solid #D5EDB3;
	font-size: 60%;
	color: #FFFFF0;
	background: #006600;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #D5EDB3;
	text-decoration: none;
} 
#footer a:hover {
	color: #;
	text-decoration: underline;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	font-weight: bold;
}
/* design (validation, webdesign) 
-------------------------------------------------- */
#bottom {
	font-size: 60%;
	color: #808080;
	background: #D5EDB3;
	padding: 5px 5px 20px 5px;
}
#bottom a:link, #bottom a:visited, #bottom a:active, bottom a:hover {
	text-decoration: none;
	color: #808080;
}

/* blandat
-------------------------------------------------- */
.kursiv {
	font-size: 80%;
	font-style: italic;
	line-height: 130%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.startbild {
	background-image: url(start.gif);
	height: 240px;
	margin: auto;
}
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.bullet {
	background-image: url(bullet.gif);
	height: 10px;
	width: 13px;
}
