

/* Styling af panes og tabeller */

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #d5e9f8;
	
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
	width: 100%;
	background-color: #ffffff;
}
.maincell 
{
    padding-top: 25px;
    padding-bottom: 25px;
	background-color: transparent;
}
.skincontent {
	width: 100%;
	background-color: #ffffff;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.menupane1 {
	width: 301px;
	height: 37px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
}

.menupane2 
{
    width: 964px;
	height: 19px;
	background-color: #A2AD00;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
}
.menupane2left {
	width: 14px;
	height: 19px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
}


.menupane2right {
	width: 12px;
	height: 19px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
}


.contenttop {
	height: 32px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px; 
	vertical-align:top; 
}

.menutoppane {
	height: 32px;
	background-color: transparent;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px; 
	vertical-align:top; 
}

.righttoppane
{
   	height: 32px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px; 
	vertical-align:top;  
}

.rightpane {
	width: 69%;
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	vertical-align:top; 
}

.bottompaneline {
	width: 100%;
	height: 12px;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(bottom.gif);
    background-repeat: no-repeat;
    vertical-align:top; 
}
.bottompane {
	width: 100%;
	height: 20px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align:top; 
}


.contentpane {
	width: 31%;
	background-color: transparent;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align:top; 
}


.menuarea {
	width: 25%;
	background-color: transparent;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	vertical-align:top; 
}
.logoarea {
	width: 689px;
	height: 113px;
	background-color: transparent;
	background-repeat:no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	vertical-align:top; 
}


.searchareatop
{
	width: 301px;
	height: 29px;
	background-color:transparent ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	vertical-align:top; 
}
.searcharealeft
{
	width: 166px;
	height: 47px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px; 
	vertical-align:top; 
}
.searcharea 
{
	width: 116px;
	height: 47px;
	background-color:transparent;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px; 
	margin:0px;
	vertical-align:top; 
	text-align:right;
}
/* Styling af indhold, fonte med mere*/

H1, H2, H3, H4, p, ul,ol,body, html,table,  .bottomtext, .bottomtextbold, .seperatorwhite, .seperatorgrey, .seperatorgreyfirst, .seperatorgreen, .linkstyle1, .linkemailstyle, #dnn_dnnSEARCH_txtSearch
{
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.seperatorwhite {
    color: #ffffff;
}

.seperatorgrey {
    color: #b3b3b5;
}


.seperatorgreen {
    color: #A2AD00;
}

#dnn_dnnSEARCH_cmdSearch img
{
    border:0px;
    text-align:right;
    margin-top:4px;
    margin-right: -5px;
}

#dnn_dnnSEARCH_txtSearch
{
    width: 112px;
    display:block;
    border: solid 1px #A2AD00; 
    padding-left: 2px;
	color: #6d6e71;
}    
body, html 
{
    background-color: #d5e9f8;
}

.newstablehide
{
    visibility:hidden;
    width:100%;
    height: 0px;
}
.newstableshow
{
    visibility:visible;
    width:100%;
    height: 52px;
    background-color:transparent; 
}
.newstableshow a:link, .newstableshow a:visited, .newstableshow a:hover
{
    color: #000000;
    text-decoration: underline;
}
.newstableshow p
{
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #000000;
    font-weight:normal;
    font-size: 90%;
    text-decoration: none;
}
.newstablegrey
{
    font-size: 100%;
    font-weight:normal;
    color: #6d6e71;
    text-decoration: none;
}
.newstablegreen
{
    color: #A2AD00;
    text-decoration: none;
}


.linkstyle1 A:link, .linkstyle1 A:visited, .linkstyle1 A:hover  
{
    font-size:100%; 
    text-decoration: 
    none; color: #b3b3b5;
}
        

.linkstyle2 A:link, .linkstyle2 A:visited, .linkstyle2 A:hover  
{
    font-size:100%; 
    text-decoration: none; 
    color: #ffffff;
}

.linkemailstyle A:link, .linkemailstyle A:visited,.linkemailstyle A:hover  
{
    font-size:100%;  
    color: #808284; 
    text-decoration: underline; 
}  

ul, ol
{ 
    font-size:100%; 
    color:#6d6e71;
    line-height:130%;
    
}


.imagefront img
{
    margin-bottom: 15px;  
    float:none; 
}

.imageleft img
{
    border: solid 1;
    margin-right: 15px;
    margin-bottom: 15px; 
    float:left; 
}

.imageright img
{
    margin-left: 15px;
    margin-bottom: 15px; 
    float:right; 
}


.clear
{
    clear:both; 
}
p
{
    font-size: 100%;
    line-height: 130%;
	margin-top: 0px;
	color: #6d6e71;
}


h1
{
	font-size: 140%;
	font-weight:bold;
	color: #6d6e71;
    margin: 0 0 10px 0;
}

h2
{
	font-size: 115%;
	font-weight:bold;
	color: #6d6e71;
    margin: 0 0 10px 0;
}


h3
{
	font-size: 100%;
	color: #aeb0b1;
	margin:0;
}
h3 a:link, h3 a:visited, h3 a:hover 
{
	font-size: 100%;
	color: #aeb0b1;
	margin:0;
	text-decoration: none;
}
h4
{
	font-size: 85%;
	color: #808284;
	font-weight: normal;
}

h5
{
	font-size: 100%;
	color: Green;
	font-weight:normal;
}


a:link
{
	color: #6d6e71;
	text-decoration: underline;
	background-color: inherit;
}

a:visited
{
	color: #6d6e71;
	text-decoration: underline;
	background-color: inherit;
}

a:hover
{
	color: #6d6e71;
	text-decoration: underline;
	background-color: inherit;
}
a:active
{
	color: #6d6e71;
	text-decoration: underline;
	background-color: inherit;
}
.bottomtext
{
	font-size: 85%;
	color: #808284;
	font-weight: normal;
}

.bottomtextbold
{
	color: #808284;
	font-weight: bold;
}

.citat
{
	font-size:inherit;
	color:inherit;
	font-weight:normal;
	font-style: italic;
}



/* Styling af bokse */
.boksaorange, .boksabordeaux, .boksagreen
{
    width: 196px;
    height: 79px; 
    padding-left:10px;
    padding-top:9px;
}
.bokscgreen
{
    width: 196px;
    height: 88px; 
    padding-left:10px;
    border-style: none;
}
.bokscbiggreen
{
    width: 196px;
    height: 200px; 
    padding-left:10px;
}
.boksgorange, .boksgbordeaux, .boksggreen
{
    width: 194px;
    height: 77px; 
    padding-left:10px;
    padding-top:9px;
}

.boksdorange, .boksdgreen, .bokseorange, .boksebordeaux, .boksegreen, .boksforange, .boksfbordeaux, .boksfgreen, .boksborange, .boksbbordeaux, .boksbgreen, .boksbblue 
{
    width: 184px;
    height: 77px;
    padding-top:9px;
    padding-left:10px;
    padding-right:10px;
}

.boksdbigorange, .boksdbiggreen, .boksebigorange, .boksebigbordeaux, .boksebiggreen, .boksfbigorange, .boksfbigbordeaux, .boksfbiggreen, .boksbbigorange, .boksbbigbordeaux, .boksbbiggreen, .boksbbigblue 
{
    width: 184px;
    height: 154px;
    padding-top:9px;
    padding-left:10px;
    padding-right:10px;
}
.boksforange, .boksfbordeaux, .boksfgreen, .boksborange, .boksbbordeaux, .boksbgreen, .boksbblue 
{
    width: 154px; 
    height: 77px; 
    padding-top:9px;
    padding-left:10px;
    padding-right:40px;
}

.boksdorange p, .boksdgreen p, .bokseorange p, .boksebordeaux p, .boksegreen p, .boksdbigorange p, .boksdbiggreen p, .boksebigorange p, .boksebigbordeaux p, .boksebiggreen p
{
    font-size: 85%;
    color:black; 
}
.boksdorange h5, .boksdgreen h5, .bokseorange h5, .boksebordeaux h5, .boksegreen h5, .boksdbigorange h5, .boksdbiggreen h5, .boksebigorange h5, .boksebbigordeaux h5, .boksebiggreen h5
{
    margin-bottom:5px;
    margin-top:0px;
}
.boksforange h5, .boksfbordeaux h5, .boksfgreen h5, .boksborange h5, .boksbbordeaux h5, .boksbgreen h5, .boksbblue h5
{
    margin-bottom:5px;
    margin-top:0px;
    line-height: 150%;
}

.boksaorange h5, .boksabordeaux h5, .boksagreen h5, .boksborange h5, .boksbbordeaux h5, .boksbgreen h5, .boksbblue h5, .boksgorange h5, .boksgbordeaux h5, .boksggreen h5
{
    margin-bottom:5px;
    margin-top:0px;
    line-height: 150%;
}

.bokscgreen h5, .bokscbiggreen h5
{
    margin-bottom:5px;
    margin-top:0px;
    line-height: 150%;
}

    
.boksdorange a:link, .boksdorange a:visited, .boksdorange a:hover, .boksdgreen a:link, .boksdgreen a:visited, .boksdgreen a:hover, .bokseorange a:link, .bokseorange a:visited, .bokseorange a:hover, .boksebordeaux a:link, .boksebordeaux a:visited, .boksebordeaux a:hover, .boksegreen a:link, .boksegreen a:visited, .boksegreen a:hover
{
	text-decoration: none;
	background-color: inherit;
	font-size: 85%;
	font-weight: bold;
    text-decoration: none;
}

.boksdbigorange a:link, .boksdbigorange a:visited, .boksdbigorange a:hover, .boksdbiggreen a:link, .boksdbiggreen a:visited, .boksdbiggreen a:hover, .boksebigorange a:link, .boksebigorange a:visited, .boksebigorange a:hover, .boksebigbordeaux a:link, .boksebigbordeaux a:visited, .boksebigbordeaux a:hover, .boksebiggreen a:link, .boksebiggreen a:visited, .boksebiggreen a:hover
{
	text-decoration: none;
	background-color: inherit;
	font-size: 85%;
	font-weight: bold;
    text-decoration: none;
}
.boksforange a:link, .boksforange a:visited, .boksforange a:hover, .boksfbordeaux a:link, .boksfbordeaux a:visited, .boksfbordeaux a:hover, .boksfgreen a:link, .boksfgreen a:visited, .boksfgreen a:hover, .boksborange a:link, .boksborange a:visited, .boksborange a:hover, .boksbbordeaux a:link, .boksbbordeaux a:visited, .boksbbordeaux a:hover, .boksbgreen a:link, .boksbgreen a:visited, .boksbgreen a:hover, .boksbblue a:link, .boksbblue a:visited, .boksbblue a:hover
{
	text-decoration: none;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
    text-decoration: none;
}

.boksaorange a:link, .boksaorange a:visited, .boksaorange a:hover, .boksabordeaux a:link, .boksabordeaux a:visited, .boksabordeaux a:hover, .boksagreen a:link, .boksagreen a:visited, .boksagreen a:hover, .bokscgreen a:link, .bokscgreen a:visited, .bokscgreen a:hover, .bokscbiggreen a:link, .bokscbiggreen a:visited, .bokscbiggreen a:hover, .boksgorange a:link, .boksgorange a:visited, .boksgorange a:hover, .boksgbordeaux a:link, .boksgbordeaux a:visited, .boksgbordeaux a:hover, .boksggreen a:link, .boksggreen a:visited, .boksggreen a:hover
{
	text-decoration: none;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
    text-decoration: none;
}

/* boks d*/
.boksdorange, .boksdbigorange
{
    border: solid 1px #E05206;
    background-color: #fbefea;
} 
.boksdgreen, .boksdbiggreen
{
    border: solid 1px #A2AD00;
    background-color: #f6f7e9;
} 


.boksdorange a:link, .boksdorange a:visited, .boksdorange a:hover, .boksdbigorange a:link, .boksdbigorange a:visited, .boksdbigorange a:hover
{
    color: #E05206;
}
.boksdgreen a:link, .boksdgreen a:visited, .boksdgreen a:hover, .boksdbiggreen a:link, .boksdbiggreen a:visited, .boksdbiggreen a:hover
{
    color: #A2AD00;
}


/* boks e og f */
.bokseorange, .boksforange, .boksebigorange, .boksfbigorange
{
    border: solid 1px #E05206;
    background-color: #ffffff;
} 
.boksebordeaux, .boksfbordeaux, .boksebigbordeaux, .boksfbigbordeaux
{
    border: solid 1px #A71930;
    background-color: #ffffff;
} 
.boksegreen, .boksfgreen, .boksebiggreen, .boksfbiggreen
{
    border: solid 1px #A2AD00;
    background-color: #ffffff;
} 


.bokseorange a:link, .bokseorange a:visited, .bokseorange a:hover, .boksforange a:link, .boksforange a:visited, .boksforange a:hover, .boksebigorange a:link, .boksebigorange a:visited, .boksebigorange a:hover, .boksfbigorange a:link, .boksfbigorange a:visited, .boksfbigorange a:hover
{
    color: #E05206;
}
.boksebordeaux a:link, .boksebordeaux a:visited, .boksebordeaux a:hover, .boksfbordeaux a:link, .boksfbordeaux a:visited, .boksfbordeaux a:hover, .boksebigbordeaux a:link, .boksebigbordeaux a:visited, .boksebigbordeaux a:hover, .boksfbigbordeaux a:link, .boksfbigbordeaux a:visited, .boksfbigbordeaux a:hover
{
    color: #A71930;
}
.boksegreen a:link, .boksegreen a:visited, .boksegreen a:hover, .boksfgreen a:link, .boksfgreen a:visited, .boksfgreen a:hover, .boksebiggreen a:link, .boksebiggreen a:visited, .boksebiggreen a:hover, .boksfbiggreen a:link, .boksfbiggreen a:visited, .boksfbiggreen a:hover
{
    color: #A2AD00;
}


/* boks b*/
.boksborange, .boksbbigorange
{
    border: solid 1px #E05206;
    background-color: #E05206;
} 
.boksbbordeaux, .boksbbigbordeaux
{
    border: solid 1px #A71930;
    background-color: #A71930;
} 
.boksbgreen, .boksbbiggreen
{
    border: solid 1px #A2AD00;
    background-color: #A2AD00;
} 
.boksbblue, .boksbbigblue
{
    border: solid 1px #d4e5f6;
    background-color: #d4e5f6;
} 


.boksborange a:link, .boksborange a:visited, .boksborange a:hover, .boksbbigorange a:link, .boksbbigorange a:visited, .boksbbigorange a:hover
{
    color: #ffffff;
}
.boksbbordeaux a:link, .boksbbordeaux a:visited, .boksbbordeaux a:hover, .boksbbigbordeaux a:link, .boksbbigbordeaux a:visited, .boksbbigbordeaux a:hover
{
    color: #ffffff;
}
.boksbgreen a:link, .boksbgreen a:visited, .boksbgreen a:hover, .boksbbiggreen a:link, .boksbbiggreen a:visited, .boksbbiggreen a:hover
{
    color: #ffffff;
}
.boksbblue  a:link, .boksbblue a:visited, .boksbblue a:hover, .boksbbigblue  a:link, .boksbbigblue a:visited, .boksbbigblue a:hover
{
    color: #000000;
}

/* boks a*/
.boksaorange
{
    border: 0px;
    background-color: #E05206;
} 
.boksabordeaux
{
    border: 0px;
    background-color: #A71930;
} 
.boksagreen
{
    border: 0px;
    background-color: #A2AD00;
} 



.boksaorange a:link, .boksaorange a:visited, .boksaorange a:hover
{
    color: #ffffff;
}
.boksabordeaux a:link, .boksabordeaux a:visited, .boksabordeaux a:hover
{
    color: #ffffff;
}
.boksagreen a:link, .boksagreen a:visited, .boksagreen a:hover
{
    color: #ffffff;
}


.boksaorange img, .boksabordeaux img, .boksagreen img
{
    margin-top: -9px; 
    width: 98px;
    height: 88px;
    float: right;  
    vertical-align: top;
}

/* boks g*/
.boksgorange
{
    border: solid 1px #E05206;
    background-color: #ffffff;
} 
.boksgbordeaux
{
    border: solid 1px #A71930;
    background-color: #ffffff;
} 
.boksggreen
{
    border: solid 1px #A2AD00;
    background-color: #ffffff;
} 



.boksgorange a:link, .boksgorange a:visited, .boksgorange a:hover
{
    color: #E05206;
}
.boksgbordeaux a:link, .boksgbordeaux a:visited, .boksgbordeaux a:hover
{
    color: #A71930;
}
.boksggreen a:link, .boksggreen a:visited, .boksggreen a:hover
{
    color: #A2AD00;
}

.boksgorange img, .boksgbordeaux img, .boksggreen img
{
    margin-top: -9px; 
    width: 97px;  
    height: 86px;
    float: right;  
    vertical-align: top;
}
 
/* boks c*/
.bokscgreen
{
    border: 0px;
    background-color: #A2AD00;
} 


.bokscgreen a:link, .bokscgreen a:visited, .bokscgreen a:hover
{
    color: #ffffff;
}

.bokscgreen img
{
    margin-left: -10px;
    margin-bottom:4px;
    margin-top: 0;
    margin-right:0;
    width: 206px;
    height: 64px;  
    display:block;
    vertical-align: top;
	 border-style: none;

}

/* boks c big*/
.bokscbiggreen
{
    border: 0px;
    background-color: #A2AD00;
} 


.bokscbiggreen a:link, .bokscbiggreen a:visited, .bokscbiggreen a:hover
{
    color: #ffffff;
}

.bokscbiggreen img
{
    margin-left: -10px;
    margin-bottom:4px;
    margin-top: 0;
    margin-right:0;
    width: 206px;
    height: 176px;  
    display:block;
    vertical-align: top;

}
/* print */

@media print {

    .logoarea {display: none;}
    .searchareatop{display: none;}
    .searcharealeft{display: none;}
    .searcharea{display: none;}
    .menupane1{display: none;}
    .menupane2{display: none;}
    .menutoppane{display: none;}
    .contenttop{display: none;}
    .menuarea{display: none;}
    .rightpane{display: none;}
    .bottompaneline{display: none;}
    .bottompane{display: none;}
    .newstableshow{display: none;}
    body, html {background-color: #ffffff;}
    .pagemaster{background-color: #ffffff;}
  } 

