﻿/*
	Developer: 	Addition.dk, 2006.
	Description: 	for Print
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 

html {width: 100%;}


body{
	font-family:	Verdana, Arial, Helvetica, Geneva, Helvetica;
    font-size : 11px;
	color : #002c5a;
	margin:10px 0px; /* Need to set body margin and padding to get consistency between browsers. */
  	padding: 0px 0px 0px 0px;  /* s�t default v�rdierne p� document til 0, ellers overskriver de */ 	
	/* line-height:1.3; */
}
div, td, span, input
{
	font-family:	Verdana, Arial, Helvetica, Geneva, Helvetica;
    font-size : 11px;
	color : #002c5a;
	margin:0px 0px; /* Need to set body margin and padding to get consistency between browsers. */
  	padding: 0px 0px 0px 0px;  /* s�t default v�rdierne p� document til 0, ellers overskriver de */ 	
}
	 

h1,h2,h3 {
	/* padding:0px 0px 5px 0px; */
	padding:0px;
	margin:0px; 
	
	/* font-weight:normal; */

}
h1{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px
}
h2{
	font-size:11px;
	font-weight:bold;
}
h3{
	font-size:9px;
	font-weight:normal;
}


a {
	font-family:	Verdana, Arial, Helvetica, Geneva, Helvetica;
    font-size : 11px;
	color : #002E5E;
    margin-top: 0px; 
    margin-bottom: 0px; 
 	text-decoration:none;	
}

 
a:link {
	color : #002c5a;	
}     /* unvisited link */
a:visited {
	color : #002c5a;	
	}  /* visited link */
a:hover {
	color : #a51429;	
	}   /* mouse over link */
a:active {
	color : #a51429;	
	}   /* selected link */	 


#danlaes a:link, #danlaes a:visited  {
	color : #0485b9;	
}

#danlaes a:hover, #danlaes a:active  {
	color : #002c5a;	
}
/*
-----------------------------------------------
/ Root modules
-----------------------------------------------
*/ 

#mainContent {
	width:745px; /* Was 960px 16/3-2009 - JBE */
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;	
	overflow:hidden;
	text-align:left;
}

.contentText {
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;	
}

.printLogo {
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#header {
	display: none;
}

#headerLanguage {
	display: none;
}


#headerSearch {
	display: none;
}


#topMenu {
	display: none;
}

#leftCol {
	display: none;
}


#rightCol {
	display: none;
}

.printSend {
	display: none;
}

#footer {
	display: none;
}

.headline img.topLine{
	display: none;
}

.headline img.bottomLine{
	display: none;
}

#indholdIndrykmellemInfo {
	display: none;
}

#indholdIndrykafdeling {
	display: none;
}

.opdateret {
	display: none;
}

p {
	margin:0px;
	padding:0px;
}


/* Weblight Css*/


.light_contentLeft
{
  float:left;
  width: 490px;
  padding:0px 20px 27px 20px;
  margin:0px 0px 0px 0px;
 
 
}

.light_contentLeftNoRight {
  
  padding:0px 20px 16px 20px;
  margin:0px 0px 0px 0px; 
}
.light_contentLeftNoRightMap 
{
	width:710px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px; 
  /* border:1px solid red; */
}

.light_factBox
{
  float:left;
  clear: right;
  width: 190px;
  float: right;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 0px 5px;  
  
}









