@import "editor.css";


body {
    background: #fff url("../../bitmaps/bgr-bunn.png") no-repeat fixed bottom left;
}

#Logo {
    position: absolute;
    top: 8px;
    left: 15px;
    background-image: url("../../bitmaps/stjerne-topp.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 150px;
}

#PageContainer {
    min-height: 600px;
    width: 960px;
}
#NKFLogo {
    position: absolute;
    top: 8px;
    left: 868px;
    width: 89px;
}

#Slogan {
    position: absolute;
    top: 20px;
    left: 168px;
    width: 370px;
    color: #585858;
    font-size: 180%;
}

#Search {
    position: absolute;
    top: 50px;
    left: 630px;
}

#PageHeader {
    background-color: #FFE38F;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 110%;
    margin-top: 80px;
    padding: 2px 0 2px 168px;
    clear: left;
}

#Menu {
    color: #FFFFFF;
}

.button {
    background-color: #4C4D4F;
    color: #FFFFFF;
    padding: 1px 6px;
}

#Content {
    float: left;
}

#MenuPane {
    padding-top: 2em;
    padding-left: 1em;
    float: left;
    width: 145px;
}

#MenuPane li {
    list-style-type: none;
}

#MenuPane li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

#MenuPane li li a {
    font-size: 0.9em;
}


#MenuPane ul {
    margin: 0;
}

#MenuPane ul ul{
    margin-left: 1em;
    margin-bottom: 0.5em;
}



#MainContentPane, #FrontPageMainContentPane {
    float: left;   
}

.frontPage #MainContent {
    float: left;
    width: 540px;
    padding-left: 4em;
}

#MainContent {
    width: 750px;
    padding: 1.5em;
}

#Breadcrumbs {
    padding: 0.5em 1.5em 0.5em 1.5em;
    font-size: 0.8em;
}

#Breadcrumbs a {
    color: #000;
    text-decoration: none;
}

#RelatedContent {
    padding: 0.5em 1.5em 1.5em 2em;
    float: left;
    width: 300px;
}

.box {
    border: 2px solid #FFE38F;
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 2em;
    border-top: 0;
}

.box.first h2 {
    background-color: #FFE38F;
    background-image: url("../../bitmaps/boks-topp.png");
    background-repeat: no-repeat;
    background-position: 0 -70px;
}


.box h2 {
    margin: -10px -10px 10px -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color:#FFE38F;
}

#RelatedTop {
    background-image: url("../../bitmaps/boks-topp.png");
    background-repeat: no-repeat;
    background-position: 2px 10px;
    width: 240px;
    height: 80px;
}


.news {
    max-height: 480px;
    overflow: auto;
}

.newsImage {
    float: left;
    width: 120px;
}

.first .newsImage {
    width: 220px;
}


.newsItem {
    width: 100%;
    float: left;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid black;
    clear: left;
}

.newsItem.first {
    border-top: 1px solid black;
    padding-top: 1em;
}

.newsInfo h3 {
    margin: 0.2em 0;
}

h3 .date {
    font-size: 0.8em;
}

h1 .date {
    font-size: 0.6em;
}

iframe {
    border:0;
}

.leadParagraph {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.help {
    border: 1px solid black;
    padding: 1em;
    background-color: #ffff66;
    margin-bottom: 2em;
}

.searchResult .hit {
    padding-bottom: 1em;
}

.searchResult .hitCount {
    font-weight: bold;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.searchResult .navigationpath {
    font-size: 0.8em;
}

.highlight {
    background-color: #ffff66;
}

#BliMedlem {
    display: block;
    margin-left: 20px;
    padding-left: 45px;
    background-image: url("../../bitmaps/medlem.png");
    background-repeat: no-repeat;
    background-position: center left;    
    float: left;
    height: 50px;
    width: 90px;
    text-decoration: none;
}

#LoggInn {
    margin-left: 10px;
    display: block;
    padding-left: 45px;
    background-image: url("../../bitmaps/dinside.png");
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    height: 50px;
    width: 90px;
    text-decoration: none;
}

/* Used for accessibility purposes.
*  Content that should be visible to screen readers etc,
*  but not normal browsers must be given this class.
*/
.hidefromview {
    position: absolute;
    left: -9999px;
}

.article .image {
    float: right;
    margin-left: 0.5em;
}

/* Forms */

.formElement .heading label {
    font-weight: bold;
}

.formElement  {
    padding-bottom: 15px;
    margin-right:10px;
}


.formElement div.checkbox div, .formElement div.radio div {
    line-height: 1.5em;
    vertical-align: middle;
}

div.error input, div.error textarea, div.error select, div.error div.inputs label {
    background-color: #FEDFDD;
}

div.mandatory .heading label {
    background: url("../../bitmaps/common/mandatory.png") right center no-repeat;
    padding-right: 20px;
}

div.nobreak {
    float:left;
}

.formError, .inputError {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #C80104;
}

div#form_Error{
    color: #C80104;
    margin-bottom:5px;
}


div.formElement label{
    display: inline;
}

#NewsActions {
    margin-top: 1em;
    text-align: center;
}

#NewsActions span {
    display: inline-block;
    padding-left: 20px;
    height: 18px;
}

#RSS {
    margin-left: 20px;
    background: url("../../bitmaps/rss.png") no-repeat left top;
}

#Abonnement {
    background: url("../../bitmaps/mail.png") no-repeat left top;
}

#NewsActions span a {
    height: 20px;
    text-decoration: none;
}