* , body , p , td {
margin: 0;
padding: 0;
font-family: Verdana , Helvetica , Sans-Serif;
font-size: 11px;
font-weight: normal;
}

body , html {
height: 100.02%;
background-color: rgb(0,0,0);
color: #EEEEEE;
cursor: default;
}

#ramme {
min-height: 100%;
width: 100%;
}

* html #ramme {
height: 100%;
}

#topp {
padding: 15px 15px 15px 25px;
height: 50px;
text-indent: -10px;
background-color: rgb(25,25,25);
border-bottom: 1px solid #99CC00;
}

#topp span {
font-size: 16px;
font-weight: bold;
color: #99CC00;
}

#innhold {
padding: 20px 20px 50px 20px;
background-color: transparent;
}

#innhold h1 {
margin: 0 0 11px 0;
font-size: 15px;
font-weight: bold;
}

#innhold h2 {
margin: 11px 0 11px 0;
font-size: 13px;
font-weight: bold;
}

#innhold p , .tabell , .skjema {
margin: 11px 0 0 0;
}

#innhold ul , #innhold ol {
margin: 11px 0 0 21px;
}

#innhold ul ul , #innhold ul ol , #innhold ol ol , #innhold ol ul {
margin: 0 0 0 21px;
}

.skjema , .tabell {
background-color: rgb(45,45,45);
}

.tabell , .rediger {
width: 100%;
}

.skjema td , .tabell td {
margin: 1px;
}

.skjema .nok {
text-align: right;
}

.nok {
padding: 3px;
font-weight: bold;
background-color: rgb(15,15,15);
}

.ver {
padding: 3px;
background-color: rgb(35,35,35);
}

a {
color: #99CC00;
text-decoration: none;
}

a:hover {
color: rgb(200,200,200);
text-decoration: underline;
}

input , textarea , .knapp {
padding: 1px;
background-color: rgb(25,25,25);
border: 1px solid #99CC00;
color: #EEEEEE;
}

select , option {
background-color: rgb(25,25,25);
color: #EEEEEE;
}

select {
border: 1px solid #99CC00;
}

option {
padding: 1px 7px 1px 2px;
}

a.knapp {
padding: 1px 3px 1px 3px;
}

input:hover , textarea:hover {
background-color: rgb(45,45,45);
}

.knapp:hover {
background-color: #99CC00;
color: rgb(50,50,50);
text-decoration: none;
cursor: pointer;
}

.kode {
padding: 5px;
background-color: rgb(20,20,20);
border-top: 1px solid rgb(40,40,40);
border-left: 5px solid rgb(40,40,40);
border-right: 1px solid rgb(40,40,40);
border-bottom: 1px solid rgb(40,40,40);
}

.kode pre {
font-family: "Lucidia Console" , "Courier New" , Courier , monospace;
font-size: 12px;
}

#bunn {
margin-top: -30px;
padding: 8px;
height: 13px;
text-align: right;
background-color: rgb(25,25,25);
border-top: 1px solid #99CC00;
}

