/*

Sødoktoren
mainlayout CSS

Font størrelse guide
----------------------------------------------

Pixels 	EMs 	
6px 	0.375em
7px 	0.438em
8px 	0.5em
9px 	0.563em
10px 	0.625em
11px 	0.688em
12px 	0.75em
13px 	0.813em
14px 	0.875em
15px 	0.938em
16px 	1em
17px 	1.063em
18px 	1.125em
19px 	1.188em
20px 	1.25em
21px 	1.313em
22px 	1.375em
23px 	1.438em
24px 	1.5em



	
*/


strong {
	font-weight:bold;
}

em {
	font-style:italic;
} 

a:link { /* ubesøgt link */
	color: #003366;
	text-decoration: none;
}

a:visited { /* besøgt link */
	color: #003366;
	text-decoration: none;
}

a:hover { /* mouse over link */
	color: #003366; 
	text-decoration: underline;
}

a:active { /* valgt link */
	color: #003366;
	text-decoration: underline;
}

img {
	border: solid;
	border-size: 2px;
	border-color: #fff;
}

.kant {
	border: solid 20px #003366;
}

body {
	color: #003366;
	background-image: url(Images/bolgerXX.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	color: #003366;
	font-weight: bold;
}


h1 { /* Overskrift */
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0.5em;
}


h2 { /* Sub Overskrift */
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0.75em;
}


p, li, ul { /* Normal tekst */
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 0 0;
}

h1 img, h2 img {
	margin: 0;
}


