/**** Colours ****
Orange:
Grey text:
Grey strokes/borders/breadcrumbs etc:
*/

body
{
    background-image: url(../images/bg_gradient.jpg);
    background-repeat: repeat-x;
    background-color: #a3be77;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #272727;
}

h1
{
    font-size: 24px;
    color: #ea5200;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Trebuchet MS" , Verdana;
}

h2
{
    font-size: 16px;
    color: #ea5200;
}

h3
{
    font-size: 16px;
    color: #ea5200;
}

h4
{
    font-size: 16px;
    color: #272727;
}

h5
{
    font-size: 14px;
    color: #ea5200;
    margin: 0px 0px 6px 0px;
}

h6
{
    font-size: 14px;
    color: #272727;
    margin: 0px 0px 6px 0px;
}

a, a:visited, a:active
{
    color: #272727;
    text-decoration: underline;
}

a:hover
{
    color: #ea5200;
}

#container
{
    background-image: url(../images/bg_hand.jpg);
    background-repeat: no-repeat;
    height: 709px;
    margin-left: auto;
    margin-right: auto;
    width: 90em;
}

/***** HEADER ****/

#header
{
    width: 974px;
    height: 130px;
}

#header .logo
{
    float: left;
}

#header .collage
{
    width: 600px;
    height: 137px;
    float: left;
    text-align: center;
}

#header .address
{
    width: 230px;
    float: left;
    text-align: right;
    font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

#header .search
{
    margin-top: 10px;
}

#header .searchbox
{
    width: 150px;
    border: 1px solid #99ad77;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 6px 4px 6px;
}

/**** MENU ****/

#menu
{
    margin: 20px 0 14px 0px;
    width: 974px;
    height: 30px;
}
#menu .menuStart
{
    float: left;
}
#menuContainer
{
    float: left;
    width: 919px;
    height: 30px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#menuContainer a, #menuContainer a:visited, #menuContainer a:active
{
    color: #244801;
    text-decoration: none;
}

#menuContainer a:hover
{
    color: #fff;
}

#menu .menuEnd
{
    float: left;
}

/**** CONTENT ****/

#content
{
    width: 974px;
}

#sidebarLeft
{
    width: 250px;
    float: left;
}

.sidebarLeftItem
{
    margin: 10px 0px 15px 4px;
}

#tavle
{
    background-image: url(../images/tavle.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 255px;
    overflow: hidden;
    font-family: "Comic Sans MS" , Arial, Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding: 90px 30px 30px 30px;
}

#main
{
    float: left;
    margin: 0px 0px 50px 10px;
}

/**** FRONT PAGE ****/

#main .frontpage
{
    width: 487px;
}

#main .frontpage .randomImage
{
    width: 487px;
    margin-top: 5px;
    z-index: 1;
    position: relative;
}

#main .frontpage .textbg
{
    width: 487px;
    height: 80px;
    vertical-align: baseline;
    margin-top: -80px;
    z-index: 100;
    background-image: url(../images/bg_banner.png);
    position: relative;
}

#main .frontpage .text
{
    width: 427px;
    height: 50px;
    margin-top: -90px;
    padding: 20px 30px;
    color: #fff;
    z-index: 500;
    position: relative;
}

#main .frontpage .text h1
{
    color: #fff;
    font-size: 18px;
    font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    margin: 2px 0px 4px 0px;
}


#main .campaign
{
    background-image: url(../images/bg_gradient_greenbox.jpg);
    background-repeat: repeat-x;
    background-color: #6b9a1f;
    border: 1px solid #99ad77;
    color: #FFF;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    height: 120px;
}

#main .campaign .dinskole
{
    font-size: 26px;
    width: 200px;
    padding: 0px 20px;
    margin: 20px 0px 30px 0px;
    text-align: center;
    border-right: 1px solid #bcd692;
    float: left;
}

#main .campaign .dinskole a, #main .campaign .dinskole a:active, #main .campaign .dinskole a:visited
{
    color: #fff;
    text-decoration: underline;
}

#main .campaign .dinskole a:hover
{
    color: #4d6d19;
}

#main .campaign .kontonr
{
    width: 200px;
    padding: 0px 20px;
    margin: 25px 0px 30px 0px;
    text-align: center;
    float: left;
}

#main .frontpage .news
{
    margin-top: 15px;
    background-color: #FFF;
    padding: 2px 0px 10px 0px;
}

#main .newsitem
{
    border-bottom: 1px dotted #d7e3c4;
    margin: 10px;
    padding: 10px 0px 20px;
    clear: both;
}

#main .newsListitem
{
    _border: 1px solid #d7e3c4;
    margin: 10px;
    width: 320px;
    padding: 0 0px 10px 0px;        
    float:left;
    height: 170px;
}

#main .newsitemImage
{
    border: 1px solid #d7e3c4;
    margin-left: 10px;
    padding: 2px;
    float: right;
}

#main .frontpage .news a, #main .frontpage .news a:visited, #main .frontpage .news a:active
{
    text-decoration: none;
    color: #272727;
}

#main .frontpage .news a:hover
{
    text-decoration: underline;
    color: #272727;
}

#main .frontpage .news h5 a, #main .frontpage .news h5 a:visited, #main .frontpage .news h5 a:active
{
    color: #ea5200;
    text-decoration: none;
}

#main .frontpage .news h5 a:hover
{
    color: #272727;
    text-decoration: underline;
}

#main .frontpage .news .centered, #main .frontpage .news .centered a, #main .frontpage .news .centered a:active, #main .frontpage .news .centered a:visited
{
    text-align: center;
    text-decoration: underline;
    margin: 12px 0px 8px 0px;
}

#main .frontpage .news .centered a:hover
{
    color: #ea5200;
}


/**** DOCUMENTS AND PAGES ****/

#main .documents
{
    width: 706px;
}

#main .documents .page
{
    background-color: #fff;
    padding: 0px 10px 10px 10px;
}

#main .documents .breadcrumbs
{
    color: #a0a0a0;
    font-size: 10px;
    margin: 10px 0px;
}

#main .documents .breadcrumbs a, #main .documents .breadcrumbs a:visited, #main .documents .breadcrumbs a:active
{
    color: #a0a0a0;
    text-decoration: none;
}

#main .documents .breadcrumbs a:hover
{
    color: #ea5200;
    text-decoration: underline;
}

#main .documents .lead
{
    font-weight: bold;
    font-size: 13px;
}

#main .documents .bottom
{
    padding: 15px 15px;
    height: 12px;
    color: #ea5200;    
    background: #d9e7bc;
    border: 1px solid #a3be77;
}

#main .documents .bottom a, #main .documents .bottom a:visited, #main .documents .bottom a:active
{
    color: #ea5200;
    text-decoration: underline;
}

#main .documents .bottom a:hover
{
    color: #ea5200;
    text-decoration: underline;
}

#main .documents .info
{
    float: left;
}

#main .documents .links
{
    
    float: right;
    text-align: right;
}

#main .documents .links img
{
    margin-left: 4px;
    margin-top: -5px;
}

#main a.lesmer {
	font-weight:bold;
}

#main .documents .links a, #main .documents .links a:active, #main .documents .links a:visited, #main .documents .links a:hover
{
    vertical-align: top;
}

#main .documents .leadImage
{
    background-color: #99ad77;
    margin-left: 10px;
    float: right;
}

#main .documents .newsListitem a, #main .documents .newsListitem a:visited, #main .documents .newsListitem a:active
{
    text-decoration: none;
    color: #ea5200;
}

#main .documents .newsListitem a:hover
{
    text-decoration: underline;
    color: #272727;
}


#main .documents .newsListitem .header
{
    background-color: #a3be77;
    
    padding: 5px 10px 1px 10px;
    margin-bottom: 10px;
}

#main .documents .newsListitem h5 a, #main .documents .newsListitem h5 a:visited, #main .documents .newsListitem h5 a:active
{
    font-size: 12px;
    color: #272727;
    text-decoration: none;
}

#main .documents .newsListitem h5 a:hover
{
    color: #272727;
    text-decoration: underline;
}


#doc
{
    width: 706px;
}

#doc .top
{
    background-image: url(../images/706_top.png);
    background-repeat: no-repeat;
    width: 706px;
    height: 6px;
}

#doc .bg
{
    background-image: url(../images/706_bg.png);
    background-repeat: repeat-y;
}

#doc .bottom
{
    background-image: url(../images/706_bottom.png);
    background-repeat: no-repeat;
    width: 706px;
    height: 25px;
}

.breadcrumbs
{
    color: #c5c5c5;
    clear: both;
}

.facebook
{
}

.fellesmenyHeader
{
    background-color: #6d9b21;
    display: block;
    width: 180px;
    padding: 10px 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.fellesmeny
{
    width: 180px;
    float: right;
    margin: 0px 10px 0px 20px;
}

.fellesmeny li
{
    background-color: #b7d782;
    height: 20px;
    border-bottom: 1px solid #6d9b21;
    font-weight: bold;
    list-style: none;
    width: 176px;
    margin: 0px;
    padding: 10px 6px 6px 10px;
}

.fellesmeny ul
{
    margin: 0px 0px 0px -40px;
}

.fellesmeny a, .fellesmeny a:active, .fellesmeny a:visited
{
    text-decoration: none;
    color: #272727;
}

.fellesmeny a:hover
{
    text-decoration: underline;
    color: #244801;
}

.gallery
{
    padding-left: 10px;
}

.thumbContainer 
{
    width: 220px;
    float:left;
}

.thumbs
{
    float: left; 
    margin: 0px 12px 0px 0px;    
}

a.download 
{
    display: block;
    clear:both;
    padding: 3px 8px;
    background-color: #000; 
    text-decoration: none;
    color: #fff;
    width: 190px;
    height: 14px;
    text-align: center;
    margin: 0 0 12px 0;
    }
    
a.download:hover 
{
    background-color: #EA5101;
}

/**** SIDEBAR RIGHT ****/

#sidebarRight
{
    width: 205px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

#kalender
{
    height: 306px;
    width: 204px;
    margin-top: 0px;
    margin-bottom: 15px;
}

#heimagasin
{
    height: 270px;
    width: 202px;
    margin-top: 5px;    
    margin-top: 15px; /* Ekstra push når advendtskalender er aktiv*/
}

#heimagasin .title
{
    
    width: 202px;
    background-color: #222;        
    text-align: center;
    padding: 6px 0px 8px 0px;
}

#heimagasin .title a, #heimagasin .title a:visited, #heimagasin .title a:active
{
    color: #fff;
    text-decoration: none;
}

#heimagasin .title a:hover
{
    color: #fff;
    text-decoration: underline;
}

#heisang
{
    margin-top: 15px;
    background-image: url(../images/heiverden_sangen.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 94px;
}

#innsamledeMidler
{
    margin-top: 15px;
    background-image: url(../images/innsamlede-midler.jpg);
    background-repeat: no-repeat;
    height: 315px;
    width: 205px;
    text-align: center;
    padding-top: 50px;
}

.innsamledeMidlerLink 
{
    width: 205px;
    margin-top: 15px;
    background-color: #222;
    padding: 6px 0px 8px 0px;
    
}

.innsamledeMidlerLink a,
.innsamledeMidlerLink a:visited,
.innsamledeMidlerLink a:active 
{
    color: #fff;
    text-decoration: none;
}

.innsamledeMidlerLink a:hover 
{
    color: #fff;
    text-decoration: underline;
}

/**** FOOTER ****/


#footerHome
{
    margin: 0px 0px 0px 60px;
}

#footerPage
{
    margin: 0px 0px 0px 180px;
}

.addressFooter
{
    float: left;
    font-size: 10px;
    margin: 10px 10px;
    text-align: left;
}

