html, body {
	height: 100%;
	margin:0;
}

body {
	text-align: center;
	background-color:#f2f2f2;
	}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}


/* OPBYGNING AF HOVEDMENU START */
.cssmenumouseon, .cssmenumouseactive{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px 3px 3px 3px;
}

.cssmenumouseoff{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px 3px 3px 3px;
}

A.cssmenumouseoff, A:link.cssmenumouseoff, A:visited.cssmenumouseoff, A:active.cssmenumouseoff, A:hover.cssmenumouseoff{ color:#373737; text-decoration:none;font-weight:bold;font-style:normal;}
A.cssmenumouseon, A:link.cssmenumouseon, A:visited.cssmenumouseon, A:active.cssmenumouseon, A:hover.cssmenumouseon{ color:#2289e1; text-decoration:none;font-weight:bold;font-style:normal;}
A.cssmenumouseactive, A:link.cssmenumouseactive, A:visited.cssmenumouseactive, A:active.cssmenumouseactive, A:hover.cssmenumouseactive{ color:#2289e1; text-decoration:none;font-weight:bold;font-style:normal;}

/* OPBYGNING AF HOVEDMENU SLUT */

/* OPBYGNING AF UNDERMENU START */
.csssupmenumouseon{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-color:#232425;
	padding:3px 3px 3px 3px;
}

.csssupmenumouseoff{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-color:#2289e1;
	padding:3px 3px 3px 3px;
}

A.csssupmenumouseoff, A:link.csssupmenumouseoff, A:visited.csssupmenumouseoff, A:active.csssupmenumouseoff, A:hover.csssupmenumouseoff{ color:#fff; text-decoration:none;font-weight:bold;font-style:normal;}
A.csssupmenumouseon, A:link.csssupmenumouseon, A:visited.csssupmenumouseon, A:active.csssupmenumouseon, A:hover.csssupmenumouseon{ color:#fff; text-decoration:none;font-weight:bold;font-style:normal;}

/* OPBYGNING AF UUNDERMENU SLUT */




/* OPBYGNING AF LAYOUT START */

.wrapper, .wrapperPanel {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* Den negative højde skal svare til højden på footeren */
}
.footer, .push {
	height:20px; /* .push skal være samme højde som footeren */
}

.wrapper {
	width: 980px;
	text-align: left;
	background-image:url(/cm-images/design/contentbag.gif);
	background-repeat:repeat-y;
}



.content{
	padding-top:160px;
	height:100%;
	padding-left:0;
	padding-right:0;
	padding-bottom:40px;
}

.contentNorotation{
	padding-top:160px;
	height:100%;
	padding-left:0;
	padding-right:0;
	padding-bottom:40px;
}



.footer {
	width:100%;
	text-align:left;
	background-color:#f2f2f2;
}

.footercontent{
	width:980px;
	margin: 0 auto;
	height:20px;
	overflow:hidden;
	background-image:url(/cm-images/design/footerbag.gif);
	background-repeat:repeat-x;
}


.alertboxholder{
	width:100%;
	height:50px;
	display:block;
}

.alertbox{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	height:20px;
	background-color:#9FF;
	border-color:#09F;
	border-style:solid;
	border-width: 4px 0 0 0;
	text-align:center;
	color:#09F;
	padding-top:10px;
}
.alertboxtxt{
}


/* OPBYGNING AF LAYOUT SLUT */

/* PLACERING AF ELEMENTER MED ABSOLUT START */

.userbox{
	position:absolute;
	top:20px;
	right:13px;
	border-width: 0 0 0 0;
	border-color:#666;
	border-style:solid;
	padding:5px;
	color:#666;
	font-size:10px;
}

.statusbesked{
	color:#F00;
	font-weight:bold;
	
}

.logo{
	position:absolute;
	top:15px;
	left:5px;
}


.topbag{
	background-image:url(/cm-images/design/topbag.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:146px;
	position:absolute;
	top:0;
	left:0;
}

.menubarcontent{
	position:absolute;
	left:0;
	top:91px;
	width:978px;
	border:1px solid #d6d6d6;
	background-color:#FFF;
}

.iconbar{
	position:absolute;
	right:0;
	top:20px;
}

.designlink{
	position:absolute;
	right:0;
	bottom:3px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333333;
}


/* PLACERING AF ELEMENTER MED ABSOLUT SLUT */

/* OPBYGNING AF INDHOLD MED OP TIL 3 KOLONNER START */

#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentkolonne-left-right{
margin: 0 300px 0 300px; /* panel v + h. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-left-noright{
margin: 0 10px 0 320px; /* panel v. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-noleft-right{
margin: 0 305px 0 5px; /* panel h. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-noleft-noright{
margin: 0 15px 0 15px; /* Ingen paneler. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


#leftpanelkolonne{
float: left;
width: 340px; /* Bredde på venstre panel */
margin-left: -980px; /* Skal være den negative værdi af bredden på maincontainer */
/*background: #C8FC98;*/
background-color:transparent;
}

#rightpanelkolonne{
float: left;
width: 305px; /* Bredde på højre panel */
margin-left: -305px; /* Skal være det samme som -bredde på højre panel */
/*background: #FDE95E;*/
background-color:transparent;
border-width: 0 0 0 0;
border-style:solid;
border-color:#ADDFEB;

}

.contentkolonne-margin{
margin: 0 0 0 0;
}
.leftpanel-margin{
margin: 0 0 0 0;
overflow-x:hidden;
}
.rightpanel-margin{
margin: 5px 5px 0 20px;
overflow:hidden;
}


/* OPBYGNING AF INDHOLD MED OP TIL 3 KOLONNER SLUT */

/* ANDET STYLING START */

FORM{
margin:0;
}

div.thumbwrapper{
	float: left;
	height: 115px;
	width: 115px;
	background:transparent;
	margin: 6px;
	border: 1px solid #525d62;
	text-align: center;
}
.thumbtabel{
width:100%;
height:115px;
}


.formularfelt {
color:#363636;
background-color:#FFFFFF;
font-size : 11px;
font-family : verdana;	
border-color:#aaaaaa;
border-style:solid;
border-width : 1px;
background-image:url(/cm-images/formularbaggrund.gif);
background-repeat:repeat-x;
}

.topikon{
	float:left;
	padding-left:3px;
	
}
/* ANDET STYLING SLUT */

#tooltip{
	position:absolute;
	border:1px solid #4D650D;
	background:#86AC20;
	padding:10px;
	color: #FFF;
	display:none;
	text-align:left;
}

.aktivmenu{	color:#887d02; }

#seekfelt{
color:#000;
font-size:12px;
width:248px;
height:26px;
background-image:url(/cm-images/design/searchbag.png);
background-repeat:repeat-x;
float:left;
border:0;
}

#seekfeltleft{
	width:5px;
	height:28px;
	background-image:url(/cm-images/design/searchleft.png);
	float:left;
}



/* FANEBLADE START */
.fanecontainer{
	width:100%;
}

.fanecontainer ul{  
    list-style: none;
    list-style-position: outside;
	padding:0;
	margin:0;
}  
.fanecontainer ul.fanemenu li{  
    float: left;  
    margin-right: 10px;  
    margin-bottom: -1px;  
}  
.fanecontainer ul.fanemenu li{  
    display: block;  
    padding: 5px 10px 5px 10px;  
/*    background: #ffffff;  
    margin-bottom: -1px;  
    border: 1px solid #fff;  
    border-width: 1px 1px 1px 1px;  */
    position: relative;  
    color: #898989;  
    cursor: pointer;
	font-weight:bold;
}  


.fanecontainer ul.fanemenu li.active{  
    background: #fff;  
    top: 1px;  
	border: 1px solid #E2E3E0;  
    border-width: 1px 1px 1px 1px;
	border-bottom: 0;  
    color: #009BBE;  
}  

.fanecontent{  
    margin: 0pt auto;  
    background: #efefef;  
    background: #fff;  
    border: 1px solid #E2E3E0;  
    text-align: left;  
    padding: 10px;  
}

.notaktiv{
	display:none;
}

.faneclear{  
    clear: both;  
    height: 0;  
    visibility: hidden;  
    display: block;  
}  
/* FANEBLADE SLUT */

/* BAGGRUNDSFARVE PÅ PILE START */
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-thumbnails-container .disabled,
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover,
.galleria-thumbnails-container .disabled:hover{
background-color: #009EC1;
}
/* BAGGRUNDSFARVE PÅ PILE SLUT */


/* FAQ MODUL START */

.faqtoogle { }
.faqhidden {border-bottom:#000 solid 1px; padding:20px;}

/* NYHEDSBOKS START */
.newsbox{
	width:300px;
	height:160px;
	overflow:hidden;
	border:#DEDEDE solid 1px;
	background-color:#F4F3F3;
	padding:5px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.newsboxfoto{
	float:right;
	margin-left:10px;
}

.blogleft{
	float:left;
	width:680px;
}
.blogright{
	float:left;
	margin-left:20px;
}

.blogmenu { list-style-type: none; margin: 0; padding: 0;}
.blogmenu li { margin: 0; padding: 0; padding-left: 0;}



.kalenderdag:first-letter{
text-transform:uppercase;
}

.kalenderdag{
background-color:#383939;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:center;
width:110px;
first
}

.kalenderdato{
background-color:#950D2E;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:center;
width:110px;
}

.kalendertid{
background-color:#383939;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:center;
width:110px;
}

.submitknap{
	background-color:#86AC20;
	color:#FFF;
	padding:5px;
	border:#360 solid 1px;
	font-weight:bold;
	cursor:pointer;
	
}

.nophotobag{
background-color:#2289E1;
background-image:url(/cm-images/siluet.png);
background-position:bottom center;
background-repeat:no-repeat;
text-align:center;
}

.nophototekst{
	color:#fff;
	font-weight:bold;
}
