style.css


*{
padding:0;
margin:0;
}


html, body {
height: 100%;
margin: 0;
text-align: left;
font-family: Arial, Sans-serif;
}


#container {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
background: white;
}



#header{
height: 150px;
width: 100%;
border-bottom: 1px dotted #003399; 
}

h1 {
position: absolute;
left: 30px;
top: 20px;
font-family: Arial, Arial Unicode MS, Sans-serif;
font-size: 14pt;
font-weight: 100;
font-style: normal;
color: #003399;
letter-spacing: 5px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}




#tekst {
position: absolute;
left: 350px;
top: 150px;
width: 403px;
height: auto;
float: left;
margin:0;
padding-left:20px;
padding-right:20px;
padding-top:20px;
padding-bottom:20px;
font-family: Georgia, Trebuchet MS, Serif;
font-size: 10pt;
font-style: normal;
color: #003399;
line-height: 16pt; 
text-align: left;
border-right: 1px dotted #003399;
border-left: 1px dotted #003399;  
}

a:link{color:#003399;text-decoration:none;border-bottom:1px solid;}
a:visited{color:#003399;text-decoration:none;border-bottom:1px dotted;}
a:hover{color:#003399;text-decoration:none;border-bottom:1px dotted;}
a:active{color:#003399;text-decoration:none;border-bottom:1px solid;}

b.kop {
width: 100%;
letter-spacing: 1px;
color: #003399;
text-align: right;
border-top: 1px solid #003399; 
}

b.subkop {
width: 100%;
letter-spacing: 1px;
color: #003399;
text-align: left;
border-bottom: 1px solid #003399; 
}

b.kop2 {
letter-spacing: 1px;
color: #003399;
}


ul {
list-style-type: none;
list-style-image: url(graph/streep.gif);
padding: 0;
margin: 0;
margin-left: 18px;
}	

