body {
text-align: center;
margin: 0;
padding: 0;
width: 95%;
height: 95%;
scrollbar-highlight-color:black;
scrollbar-arrow-color: red;
scrollbar-face-color: white;
scrollbar-base-color:white;
scrollbar-track-color: white;
background-color: white;
}
p { font-size: 9pt; font-family: Lucida Sans, Arial; color: black;margin-top: 0; margin-bottom: 0}
a:link { font-size: 9pt; font-family: Arial; color: black; text-decoration: none;} 
a:visited { font-size: 9pt; font-family: Arial; color: black; text-decoration: none;} 
a:hover { font-size: 9pt; font-family: Arial; color: black; text-decoration: underline;} 
a:active { font-size: 9pt; font-family: Arial; color: #9B9B9D; text-decoration: none;} 


.container {
text-align: left; font-size: 9pt; font-family: Lucida Sans, Arial; color: black;
width: 815px;

}

.A {
float: left;
width: 815px;
height: 75px;
overflow: hidden;
}

.B {
float: left;
width: 815px;
height: 450px;
overflow: auto;
background: url('images/back.png') no-repeat;
}

.C {
float: left;
width: 815px;
height: 100px;
overflow: hidden;
}

.left {
clear: all;
float: left; 
width: 180px;
overflow: hidden;
}

.right {
clear: all;
text-align:justify;
float: right;
width: 600px;
border: solid 2px black;
padding: 15px;
overflow: hidden;

}

.tekst {
float: left;
width: 450px;
overflow: auto;
background: url('images/trans.png');
}

.footer { 
clear: both; 
height:20px;
width: 800px;
}
