* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	text-align: center;
	background-color:#e7e7e7;
	background-image:url(/cm-images/bodybag.jpg);
	background-repeat:repeat-x;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}


/* OPBYGNING AF LAYOUT START */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* Den negative højde skal svare til højden på footeren */
}
.footer, .push {
	height:220px; /* .push skal være samme højde som footeren */
}

.wrapper {
	width: 980px;
	text-align: left;
	background-image:url(/cm-images/baggrund.gif);
	background-repeat:repeat-y;
}

.content{
	padding-top:120px;
	height:100%;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:10px;

}


.footer {
	width: 100%;
	margin: 0 auto;
	background-image:url(/cm-images/footerbag.jpg);
	background-repeat:repeat-x;
	background-color:#cfcfcf;	
}

.footercontent{
	width:980px;
	margin: 0 auto;
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#cfcfcf;
	text-align:left;
	padding-top:30px;
}

A.poweredby, A:link.poweredby, A:visited.poweredby, A:active.poweredby, A:hover.poweredby{ color:#999; text-decoration:none;}


/* OPBYGNING AF LAYOUT SLUT */

/* PLACERING AF ELEMENTER MED ABSOLUT START */

.logo{
	position:absolute;
	top:0;
	left:0;
}

.topfade{
	position:absolute;
	width:100%;
	height:112px;
	top:0;
	left:0;
	background-image:url(/cm-images/topfade.jpg);
	background-repeat:repeat-x;
}


.menubar{
	position:absolute;
	right:2px;
	top:60px;
	height:30px;
}

.iconbar{
	position:absolute;
	right:0;
	top:0;
	width:323px;
	height:23px;
	background-image:url(/cm-images/ikonbarbag.gif);
	background-repeat:no-repeat;
	padding-left:3px;
	padding-top:2px;
}

.loggetindbar{
	position:absolute;
	right:5px;
	top:25px;
	font-size:10px;
}


.designlink{
	position:absolute;
	right:1px;
	bottom:1px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
}


/* PLACERING AF ELEMENTER MED ABSOLUT SLUT */

/* OPBYGNING AF INDHOLD MED OP TIL 3 KOLONNER START */

#maincontainer{
width: 970px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentkolonne-left-right{
margin: 0 330px 0 330px; /* panel v + h. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-left-noright{
margin: 0 5px 0 330px; /* panel v. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-noleft-right{
margin: 0 330px 0 5px; /* panel h. skal være "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentkolonne-noleft-noright{
margin: 0 5px 0 5px; /* Ingen paneler. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


#leftpanelkolonne{
float: left;
width: 330px; /* Bredde på venstre panel */
margin-left: -970px; /* Skal være den negative værdi af bredden på maincontainer */
/*background: #C8FC98;*/
background-color:transparent;
}

#rightpanelkolonne{
float: left;
width: 330px; /* Bredde på højre panel */
margin-left: -330px; /* Skal være det samme som -bredde på højre panel */
/*background: #FDE95E;*/
background-color:transparent;
}

.contentkolonne-margin{
margin: 0 0 0 0;
}
.leftpanel-margin{
margin: 0 10px 0 0;
overflow-x:hidden;
}
.rightpanel-margin{
margin: 0 5px 0 20px;
overflow-x: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 #285b72;
	text-align: center;
}
.thumbtabel{
width:100%;
height:115px;
}



#seekfelt{
color:#252525;
background-color:transparent;
font-size:10px;
font-family:'Verdana','Tahoma','Arial',sans-serif;
width:125px;
height:15px;
border-width:0;
border-style:solid;
border-color:#FFFFFF;
z-index:1000;
}

.hjemikon{
	width:22px;
	height:21px;
	float:left;
}

.sitemapikon{
	width:16px;
	height:17px;
	float:left;
}

.printikon{
	width:16px;
	height:17px;
	float:left;
}

.rssikon{
	width:16px;
	height:17px;
	float:left;
}

.smsikon{
	width:16px;
	height:17px;
	float:left;
}


.seekikon{
	width:22px;
	height:21px;
	float:left;
}

.logindikon{
	width:55px;
	height:17px;
	float:left;
}

.ikondivider{
	width:11px;
	height:17px;
	float:left;
	background-image:url(/cm-images/ikonbardivider.png);
	background-repeat:no-repeat;
}



.sogefelt-grayframe{
	width:167px;
	height:19px;
	float:left;
	border-width:0px;
	border-style:solid;
	border-color:#d9d9d8;
	padding:0;
	float:left;
	display:none;
}

.sogefelt-whiteframe{
	background-image:url(/cm-images/seek_bag.jpg);
	background-repeat:repeat-x;
	width:130px;
	height:17px;
	float:left;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#ffffff;
	padding:0;
	float:left;
}



.formularfelt {
color:#252525;
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;
}

.debathead{
	background-image:url(/cm-images/lightblue.jpg);
	background-repeat:repeat-x
	background-color:#084975;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}

A.whitelink{color:#FFFFFF; text-decoration:none;}
A:link.whitelink{color: #FFFFFF; text-decoration:none;}
A:visited.whitelink{color: #FFFFFF; text-decoration:none;}
A:active.whitelink{color:#FFFFFF; text-decoration:none;}
A:hover.whitelink{color: #FFFFFF; text-decoration:none;}

A.yellowlink{color:#FFFF00; text-decoration:none; font-weight:bold;}
A:link.yellowlink{color: #FFFF00; text-decoration:none; font-weight:bold;}
A:visited.yellowlink{color: #FFFF00; text-decoration:none; font-weight:bold;}
A:active.yellowlink{color:#FFFF00; text-decoration:none; font-weight:bold;}
A:hover.yellowlink{color: #FFFF00; text-decoration:none; font-weight:bold;}

A.gullink{color:#FFFF00; text-decoration:none;}
A:link.gullink{color: #FFFF00; text-decoration:none;}
A:visited.gullink{color: #FFFF00; text-decoration:none;}
A:active.gullink{color:#FFFF00; text-decoration:none;}
A:hover.gullink{color: #FFFF00; text-decoration:none;}

A.redlink{color:#FF0000; text-decoration:none;}
A:link.redlink{color: #FF0000; text-decoration:none;}
A:visited.redlink{color: #FF0000; text-decoration:none;}
A:active.redlink{color:#FF0000; text-decoration:none;}
A:hover.redlink{color: #FF0000; text-decoration:none;}




/* ANDET STYLING SLUT */

