/* ---------- Generelt ------------ */

body {
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    font-size: 0.85em;
    
    color: Black;
    margin: 0;
    padding: 0;
}

img {
    margin: 1em

}

a {
    text-decoration: none;
    color: #b53b3b;
    background-color: transparent;
}

hr {
    height: 1px;
    color: #bc0000;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.gem;
    border-bottom: 1px solid #bc0000;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    list-style-type: square;
    margin: 0.5em 0 0 0.5em;
    padding: 0em;
}


li {
    margin: 0.5em 0 0 1em;
    margin-bottom: 1em;
}

.header {
    padding: 0em 2em 0em 2em;

}

td.bodyContent {
    padding: 0em 2em 0em 2em;
}

.fulltable {
    padding: -1em 0em 0em 2em;
    font-size: 90%;
}


.footer {
   font-size: 70%;
   color: gray;
}

a.linkFooter {
    color: gray;
}

/* For medlemslsitefunksjoner */
.tableOdd {
   font-size: 90%;
   background-color: white;
}

.tableEven {
   font-size: 90%;
   background-color: #DDDDDD;
}


.standardTable {
   border-collapse: collapse;
}

.standardTable td {
   border: 1px solid #999999;
   padding: 2px;
   margin: 0;
}
/* ---------- FORM ----------- */
form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospaced; 
    border: 1px solid #c41d1d;  
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0em;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #c41d1d;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    padding: 0em;
}
select {
    border: 1px solid #c41d1d;  
    color: Black;
    vertical-align: top;
}

.calendarHeader {
    font-size: 100%;
    font-weight: bold;
}

.calendarBody {
    font-size: 120%;
    font-size: 100%;
}

.calendarTime {
   color: Blue;
}

.calendarName {
   color: #b53b3b;
}




.calendar {
    padding: 0em 2em 0em 2em;
}
/* ---------- MENUBOX ----------- */

.menubox {
    border: none;
    margin-bottom: 1em;
    padding: 0;
    
}


.menubox ul {
    line-height: 0.5em;
}


.menubox h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.menubox h5 { 
    background: #bc0000;
    border: 1px solid #c41d1d;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    //text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: bold;
    white-space: nowrap;
    color: white;
}
.menubox h6 { 
    background: #bc0000;
    border: 1px solid #c41d1d;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.menuboxBody {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #c41d1d;
}

.nowrap {
    white-space: nowrap;
}


.menuboxDetails {
    text-align: right;
}

.menuboxMore {
    display: block;
    text-align: right;
}

.menuboxContent {
    padding: 1em;
}
.menuboxClose {
    float: right;
    text-transform: none;
    border-left: 1px solid #c41d1d;
    padding: 0em 0.2em;
}
.menubox h1, 
.menubox h2, 
.menubox h3, 
.menubox h4 {
    margin: 0;
    padding: 0;
}
.menubox .even {
    background-color: #f7f9fa;
}
.menubox .odd {
    background-color: transparent;
}
.menubox input {
    font-size: 100%;
}

/* ---------- PAGE EDIT ----------- */

#picDiv {
  margin: 10px;
  padding: 0;
  background-color: #eeeeee;
  float: right;
  width: 80%;

}


#picDiv img {
}

#picFiles {
  width: 20%;
}


