@charset "utf-8";
/* CSS Document */

body {
	margin: 10;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-attachment: scroll;
}

#container {
	width: 867px;
	margin: auto;
	background-image: url(../images/container.jpg);
}

#header {
	background-image: url(../images/header.jpg);
	height: 65px;
	padding-top: 118px;
	padding-left: 23px;
}

#left {
	float: left;
	width: 154px;
	padding: 0 0 0 23px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li { margin-bottom: 20px; }

#right {
	float: right;
	width: 184px;
	padding-left: 33px;
}

#content {
	margin: 0 217px 0 214px;
	padding: 0 29px 0 29px;
}
#meny{margin: 0;
	padding: 0;
	width: 165px;
	list-style-type: none;
	font: 100% Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background: #FFF;
	border-bottom: 0px solid #FFF;}
#meny a{
	display: block;
	width: auto;
	height:100%;
	padding-left: 0.50em;
	padding-top: 0.50em;
	padding-bottom: 0.50em;	
	text-decoration: none;
	border-top: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-left: 0px solid #FFF;}
#meny a:link{color: #00C; font-size: small; font-weight:bold;}
#meny a:visited{color: #00C; font-size: small; font-weight:bold;}
#meny a:hover{color: #09F; font-size: small; font-weight:bold;}
#meny a:hover{background: #FFF; font-size: small; font-weight:bold;}
#meny a#current{background: #FFF; color: #06F; font-size: small; font-weight:bold;}
#meny a#current{background: #FFF; color: #06F; font-size: small; font-weight:bold;}
#meny a#underm{background: #FFF; color:#06F; font-size: small; font-weight:bold;}
#meny a#under{background: #FFF; color:#06F; font-size: small; font-weight:bold;}


#footer {
	clear: both;
	height: 20px;
	padding-top: 54px;
	padding-left: 9px;
	background-image: url(../images/footer.jpg);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #00F;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; color: #000;}
h5 { font-size: 10px; }

h1 span.right { text-align: right; }

h2 span.grey { font-size: 12px; color: #666666; }

a {
	text-decoration: none;
	color: #00F;
}

a:hover { color: #09F; }

img { border: none; }
