/* Generelt */

html, body, form, fieldset {
margin: 0;
padding: 0;
font: 0.9em Verdana, Arial, Helvetica, sans-serif;
color: #333;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, address, #header h1 {
margin: 0;
padding: 0;
}

form label {
cursor: pointer;
}

fieldset {
border: none;
}

p {
margin-bottom: 1em;
line-height: 1.5em;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

html {
background: url("images/back.jpg") repeat-x fixed top;
/*border: 1px solid red;*/
height: 100%;
}

body {
background: url("images/backstriper.gif") repeat-y fixed center;
text-align: center;
}

blockquote {
border-left: 10px solid #e1d8c7;
padding-left: 1em;
font-style: italic;
}

.spacer {
clear: both;
}

.bildemidten {
text-align: center;
}

/* Wrapper */

#wrapper {
margin: 0 auto;
padding: 0;
width: 841px;
text-align: left;
background-color: #fff;
}

/* Header */

#header {
margin: 0;
padding: 0 20px;
height: 143px;
width: 800px;
background: url("images/logo.jpg") no-repeat center center;
}

#header h1 {
visibility: hidden;
}

/* Meny */

#nav {
text-align: center;
width: 100%;
height: 25px;
}

#nav ul {
margin: 0 auto;
padding: 0;
white-space: nowrap;
width: 606px;
}

#nav li {
width: 96px;
height: 26px;
float: left;
list-style-type: none;
padding-right: 5px;
}

#nav a {
display: block;
width: 100%;
height: 100%;
text-align: center;
padding: 5px 0 0 0;
text-decoration: none;
background-color: #c63;
font: 400 1.15em Verdana, Arial, Helvetica, sans-serif;
overflow: hidden;
}

#nav a:link, #nav a:visited {
color: #fff;
background: #c63 url("images/navbottom.gif") no-repeat bottom left;
text-decoration: none;
}

#nav a:hover {
color: #fff;
background: #066 url("images/navbottom.gif") no-repeat bottom right;
text-decoration: none;
}

/* Hovedinnhold */

#leftcontent {
float: left;
width: 540px;
padding: 10px 30px;
}

h1 {
margin: 1.3em 0 0.6em -0.6em;
font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
color: #933;
border-bottom: 1px dashed #567;
}

#leftcontent h2 {
margin: 0.3em 0 0.2em 0;
font: 900 1.3em Verdana, Arial, Helvetica, sans-serif;
color: #933;
}

h3 {
font: 700 1.1em Verdana, Arial, Helvetica, sans-serif;
color: #933;
margin: 0.1em 0 0.1em 0;
}

#leftcontent img {
background-color: #ddd;
border: 1px solid #bbb;
padding: 1em;
margin: 2em;
}

#leftcontent img.left {
float: left;
clear: left;
margin-left: 0;
}

#leftcontent img.right {
float: right;
clear: right;
margin-right: 0;
}

#leftcontent ul {
list-style-type: none;
padding: 0;
margin-left: 2em;
margin-top: 0.1em;
}

#leftcontent ul li {
background: url("images/bluesquare.png") no-repeat 0 2px;
padding-left: 16px;
margin-bottom: 0.1em;
color: #000;
}

#leftcontent ul li ul li {
background: url("images/bullseye.png") no-repeat 0 2px;
padding-left: 16px;
color: #333;
}

/* Liste med linker */

dl.linklist {
width: 41.1em;
margin: 1em 0;
padding: 0;
}

.linklist dt {
width: 15em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.linklist dd {
float: left;
width: 24em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}

#leftcontent a h1 {
text-decoration: none;
}

#leftcontent a:hover h1 {
border-bottom: 1px solid #567;
color: #b55;
text-decoration: none;
}

/* Sideting */

#rightcontent {
margin: 0;
padding: 30px;
}

#rightcontent h1 {
font: 800 1.4e Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 0.2em 0;
padding: 0;
border: none;
color: #333;
}

#rightcontent h2 {
font: 700 1.2em Verdana, Arial, Helvetica, sans-serif;
color: #333;
margin: 0 0 0.2em 0;
padding: 0;
border: none;
}

#rightcontent p {
font-size: 0.8em;
margin-left: 0px;
line-height: 1.3em;
}

.box {
background: url("images/boxback.gif") repeat-y top right; 
margin: 0 0 5px 0;
padding-left: 580px;
padding-right: 10px;
}

.boxtop {
background: url("images/boxbacktop.gif") no-repeat top right; 
height: 10px;
margin: 0 -10px 0 -10px;
}

.boxbottom {
background: url("images/boxbackbottom.gif") no-repeat bottom right; 
height: 10px;
margin: 0 -10px 0 -10px;
}

#rightcontent .news h2 {
font: 600 1em Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 0;
}

#rightcontent .news em {
font-size: 0.7em;
}

/* Footer */

#footer {
clear: both;
text-align: center;
font-size: 0.8em;
padding: 8px 0;
color: #999;
}

/* Medlemslister */

.medlemsliste th, .medlemsliste td {
padding: 0.3em;
}

.medlemsliste tr.en {
background-color: #ffc;
}

.medlemsliste tr.to {
background-color: #e6ffcc;
}

.medlemsliste .navn {
width: 180px;
}
