/* General */

* {
margin:0;
padding:0;
}

body {
font-family:'trebuchet ms',arial,verdana,sans-serif;
font-size:0.8em;
color:#000;
background-color:#dfdfdf;
background-image:url("gfx/gradient.gif");
background-position:center top;
background-repeat:repeat-x;
}

a:link {
color:#77ae00;
text-decoration:none;
}

a:visited {
color:#77ae00;
text-decoration:none;
}

a:hover, a:active, a:visited:hover {
background-color:#8ccd00;
color:#fff;
text-decoration:none;
}

img {
border:0;
}

.clearboth {
clear:both;
}

p {
margin:10px;
}

span.smalltext {
font-size:0.75em;
}

h1 {
font-size:1.5em;
margin:10px 10px 20px 10px;
}

h2 {
font-size:1.3em;
margin-left:10px;
}

h3 {
font-size:1.2em;
margin-left:10px;
}

h4 {
font-size:1em;
margin-left:10px;
}

blockquote {
padding-left:25px;
}

/* Layout */

#headerbg {
width:100%;
height:112px;
background-image:url("gfx/headerbg.gif");
background-position:center top;
border-bottom:10px solid #dfdfdf;
}

#header {
width:760px;
height:112px;
margin:auto;
background-image:url("gfx/header.gif");
background-position:center top;
}

#header a:link, #header a:hover, #header a:visited, #header a:active {
background:transparent;
}

img.logo {
margin-top:16px;
}

#body {
width:760px;
margin:auto;
padding-top:1px;
padding-bottom:1px;
background-color:#fff;
}

#left {
float:left;
width:480px;
}

#right {
float:right;
padding-right:10px;
}

.clearboth {
clear:both;
height:1px;
font-size:1px;
}

ul#navigation {
width:760px;
height:34px;
margin:auto;
margin-top:3px;
margin-bottom:0;
background-image:url("gfx/navbg.jpg");
background-position:left top;
background-color:#fff;
}

li.tab, li.tab a:link, li.tab a:active, li.tab a:visited {
float:left;
list-style:none;
height:34px;
line-height:34px;
width:125px;
text-align:center;
background-color:#fff;
background-image:url("gfx/navbg.jpg");
background-position:left top;
margin-right:2px;
color:#003d4f;
}

* html li.tab, * html li.tab a:link, * html li.tab a:active, * html li.tab a:visited {
margin-right:1px;
}

li.tab a:hover {
background-color:#fff;
background-image:url("gfx/navbg.jpg");
background-position:left bottom;
color:#003d4f;
}

li.tabright, li.tabright a:link, li.tabright a:active, li.tabright a:visited {
float:left;
list-style:none;
height:34px;
line-height:34px;
width:125px;
text-align:center;
background-color:#fff;
background-image:url("gfx/navbg.jpg");
background-position:left top;
color:#003d4f;
}

li.tabright a:hover {
background-color:#fff;
background-image:url("gfx/navbg.jpg");
background-position:left bottom;
color:#003d4f;
}

#footer {
width:760px;
height:13px;
font-size:1px;
margin:auto;
padding-bottom:20px;
background-color:transparent;
background-image:url("gfx/footerbg.gif");
background-position:left top;
background-repeat:no-repeat;
}

/* Skjema */

label {
vertical-align:top;
}

input {
margin-bottom:10px;
width:200px;
}

textarea {
width:95%;
height:100px;
}

input.knapp {
width:100px;
}

.label {
margin-bottom:3px;
}

p.green {
color:#59b300;
font-weight:bold;
}

p.red, p.red a:link, p.red a:visited, p.red a:active {
color:#d90000;
font-weight:bold;
}

p.red a:hover {
text-decoration:underline;
}

span.red {
color:#d90000;
}
