/* StyleSheet til layout af maclab.dk 
   Stjlet fra usenet.dk Thank you, Toke!  ;) 
*/

/* Margener (virker i Explorer) Top, right, bund, left */
BODY { 
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0em;
    margin-left: 0em;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px;
	}

P {  
	margin-top: 0em;
	}

P.billedtekst {
	margin-top: 6pt;
	font-size: 10px;
}

P.billedheader {
	margin-top: 6pt;
	margin-bottom: 2pt;
	font-size: 10px%;

}

P.copyright {
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 95%;

}

P.breadcrumb {
	margin-top: 1pt;
	margin-bottom: 2pt;
	font-size: 100%;

	background-color: #E5E5E5;

}

P.resume {
	margin-top: 2pt;
	margin-bottom: 3pt;
	text-indent: 24px;
	margin-left:0pt;
	background-color:#66FFFF;

}

DIV.header {
    margin-top: 0em;
    margin-right: 0em;
    margin-left: 0em;
}

TABLE {}

DIV.footer {
	font-size: x-small;
	font-style: italic;
	font-family: sans-serif;
	margin-left: 70px;
	margin-right: 0px;
}

/* Overskrift-formatering. H1 er st¿rst, H6 er mindst */

H1, H2, H3, H4, H5, H6 {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica;
}


H1 {
	font-size: 180%;
	font-style: normal;
	font-weight: bold;

}

H2 {
	font-size: 180%;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;

}

H3 {
	font-size: 140%;
	font-family: Arial;
	font-weight: bold;
	margin-top: 10px;
}


H4 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;

}

H5 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin-top:1.5em;
}


P.underrubrik {
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: #003000; background: none transparent;
}



