body
   {
    font-family:arial,sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #000066;
    margin-left: 10px;
    margin-top: 0px;
    width: 460px;
   }

.overskrift1
   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
   }

.overskrift2
   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
   }

.overskrift3
   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
   }

.lillegulskrift
   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFF00
   }

.sideformat
   {
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px; 
  	font-style: normal; 
  	line-height: normal; 
  	color: #000000; 
  	background-color: #FFFFFF; 
  	text-align: left;
  	width: 450px; 
 
  	border: #FF0000; 
  	border-style: solid; 
  	border-width: 1px;
  	line-height: 120%;
  	margin-bottom: 40px; 
	
    padding-left: 50px; 
    padding-right: 10px; 
    padding-top: 30px;
    padding-bottom: 30px;  
   }

.tabeltekst
   {
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px; 
  	font-style: normal; 
  	line-height: normal; 
  	color: #00FFFF; 
   }

.buttons a
   {
    color: #FFFFFF;
    background-color: #777777;
    border: 1px solid;
    font-weight: bold;
	  font-size: 11px;
    text-decoration: none;
    border-color: #FFFFFF;
    width: 24px;
    display: block;
    text-align: center;
   }

.buttons a:hover
   {
    color: #555555;
    background-color: #CCCCCC;
    border: 1px solid;
    border-color: #FFFFFF
    text-decoration: none;
   }

.side
   {
    font-family: Helvetica, Arial, sans-serif;
	  font-size: 12px;
    font-weight: bold;
    width: 60px;
    border: 1px solid;
    border-color:  #EE0000 #EE0000 #EE0000 #EE0000;
    padding-left: 9px;
   }

.tekstbuttons a
   {
    color: #FFFF66; 
    font-weight: bold;
    text-decoration: none;
	  width: 18px;
    display: block;
	  text-align: center;
    border: 1px solid;
    border-color:  #FFFF66;
  }
/*
.tekstbuttons a:visited
   {
    color: #FFFFFF; 
    font-weight: bold;
    border: 1px solid;
    border-color:  #EE0000 #EE0000 #EE0000 #EE0000;
   }
*/
.tekstbuttons a:hover
   {
    color: #FFFFFF; 
    font-weight: bold;
    border: 1px solid;
    border-color:  #EE0000 #EE0000 #EE0000 #EE0000;
   }

.venstrekolonne
   {
    width: 80px;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
   }

.hoejrekolonne
   {
    width: 300px;
	color: #000000;
	background-color: #FFFFFF;
	float: right;
   }



