@charset "UTF-8";
@import url('generel.css');
@import url('menu.css');
@import url('powermail.css');


body {
    	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   	background-color: #FFFFFF;
   	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	}

html, body { 
	height: 100%; 
	background-color: #FFFFFF;
	}

#container {
	width: 947px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	align: center;
	}
	
html>body #container {
	width: auto;
	height: auto;
	min-width: 947px;
	min-height: 500px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	align: center;
	} 

/********************************************************************************************/
/*	Topbanner + logo + slogan                                                          */
/********************************************************************************************/

#topbanner {
	width: 947px;
	height: 98px;
	background:url(../images/bg_topbanner.jpg) no-repeat;
	background-position: left top;
	}

#logo {
	float: left;
	width: 93px;
	height: 98px;
	background:url(../images/logo93x98.jpg) no-repeat;
	background-position: left top;
	}

#slogan {
	float: left;
	width: 750px;
	text-align: left;
	margin: 17px 0px 0px 0px;
	font-family: Verdana, non-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	}	


/********************************************************************************************/
/*	Indholdsdel forside                                                               */
/********************************************************************************************/

#content {
  	vertical-align: top;
	width: 947px;
	height: 423px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  	text-align: left;
  	}
html>body #content {
	width: 947px;
	height: auto;
	min-width: 947px;
	min-height: 423px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  	text-align: left;
	} 

#leftCol {
	float: left;
	width: 747px;
	height: 423px;
	background:url(../images/bg_left.jpg) no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#rightCol {
	float: right;
	width: 180px;
	height: 423px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}

#rightCol H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;

}

#rightCol P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}

#box1_container {
	float: left;
	margin: 200px 10px 0px 20px;
	width: 220px;
	height: 110px;
	border: 1px solid #666666;
	}

#box2_container {
	float: right;
	margin: 200px 10px 0px 10px;
	width: 220px;
	height: 110px;
	border: 1px solid #666666;
	}

#box3_container {
	float: right;
	margin: 200px 10px 0px 10px;
	width: 220px;
	height: 110px;
	border: 1px solid #666666;
	}

#box1_header{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	width: 215px;
	height: 17px;
	background-color: #debe7e;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	}

#box1_picture {
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 75px;
	}

#box1_text{
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	}
#box2_header{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	width: 215px;
	height: 17px;
	background-color: #debe7e;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	}

#box2_picture {
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 75px;
	}

#box2_text{
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	}

#box3_header{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	width: 215px;
	height: 17px;
	background-color: #debe7e;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	}

#box3_picture {
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 75px;
	}

#box3_text{
	margin: 0px 0px 0px 0px;
	width: 220px;
	height: 15px;
	}

/********************************************************************************************/
/*	Indholdsdel 2 spalter                                                              */
/********************************************************************************************/

#leftCol2sp {
	float: left;
	width: 452px;
	height: 100%;
	min-height: 550px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#leftCol2sp H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#leftCol2sp P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}


#rightCol2sp {
	float: right;
	width: 451px;
	height: 100%;
	min-height: 550px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#rightCol2sp H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;

}

#rightCol2sp P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}

/********************************************************************************************/
/*	Indholdsdel 3 spalter                                                              */
/********************************************************************************************/

#leftCol3sp {
	float: left;
	width: 295px;
	height: 403px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#leftCol3sp H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#leftCol3sp P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}

#normalCol3sp {
	float: right;
	width: 295px;
	height: 403px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#normalCol3sp H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;

}

#normalCol3sp P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}

#rightCol3sp {
	float: right;
	width: 295px;
	height: 403px;
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#rightCol3sp H1 {
	font-family: Verdana, non-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;

}

#rightCol3sp P {
	font-family: Verdana, non-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 3px 0px 3px 0px;
	line-height: 11pt;
}

/********************************************************************************************/
/*	FOOTER                                                                             */
/********************************************************************************************/

#footer {
	width: 947px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, non-serif;
	}

#footer p {
	font-size: 11px; 
 	line-height: 14px;
 	color:#000000; 
	margin-bottom:5px;;
	}

#footer a {
	font-size: 11px; 
 	text-decoration: none; 
	color:#000000;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
/********************************************************************************************/
/*	3 BOKSE                                                                            */
/********************************************************************************************/

div#box-container {
	text-align: left;
	display: table;
	width: 100%;
	height:auto;
	margin: 5px 0px 0px 0px;
	}

#box1 {
	vertical-align: top;
	float: left;
	display: table-cell;
	width: 200px; 
	}

	
#box1  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 5px 0px;
	}
	
#box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
	margin:0px 0px 5px 0px;
	}
	
#box1 a img {
	margin: 0px 10px 10px 0px; 
	}

#box1 a:visited img {
	}
#box1 a:hover img {
	opacity: .5;filter:alpha(opacity=50);
	}

#box2 {
	vertical-align: top;
	float: left;
	display: table-cell;	
	width: 200px;
	margin-left:15px;
	}

#box2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 5px 0px;
	}
	
#box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#444444;
	margin:0 0 5px 0;
	}
	
#box2 a img {
	margin:0 0 10px 0; 
	}

#box2 a:visited img {
	 }
	 
#box2 a:hover img {
	opacity: .5;filter:alpha(opacity=50);

	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px; 
	}
	
label {
   width: 100px;
   }
.csc-mailform-field {
   text-align: left;
   margin: 5px 10px 5px 10px;
   background-color: #ffffff;
   border: 1px solid #CCCCCC;
   }

.csc-form-labelcell {
  text-align: left;
   margin: 5px 10px 5px 10px;
    }

    
.formular {
   border: 0px;
   scrollbar-base-color: #fcfbfb;
   scrollbar-face-color: #fcfbfb;
   scrollbar-3dlight-color: #fcfbfb;
   scrollbar-arrow-color: #000000;
   scrollbar-darkshadow-color: #fcfbfb;
   scrollbar-highlight-color: #fcfbfb;
   scrollbar-shadow-color: #fcfbfb;
   scrollbar-track-color: #fcfbfb;
   background-color: #fcfbfb;
   border: 1px solid #666666;

   }

   
.csc-mailform-submit {
   float: right;
   background-color: #CCCCCC;
   border: 1px solid #666666;
   text-align: center;
}






