body { font-family: arial; font-size: 12px; }
div { font-family: arial; font-size: 13px; }

.huvudrubrik {
  font-family: arial; 
  font-size: 15px;
  font-weight: bold;
}

.rubrik {
  font-family: arial; 
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
}

.text {
  font-family: arial; 
  font-size: 13px;
  font-weight: none;
}


.notice {
  font-family: arial; 
  font-size: 11px;
  font-weight: none;
}


#navigation {
 background-color: #eeeeee;
 border: 1px solid black;
 font-family: arial;
 font-size: 14px;
 font-weight: none;
 color: black; 
 text-decoration: none;
 padding:5px;
 padding-left:0px;
}

.topnavlink {
 padding:5px;
 font-weight: bold;
 color: black; 
 text-decoration: none;
 border-right: 1px solid black;
}
.topnavlink:hover {
 padding:5px;
 font-weight: bold;
 color: black; 
 background-color: #cccccc;
 text-decoration: underline;
 border-right: 1px solid black;
}
.topnavlink_active {
 padding:5px;
 font-weight: bold;
 background-color: #000000;
 color: white; 
 text-decoration: none;
 border-right: 1px solid black;
}


#navigation2 {
 background-color: #ffffff;
 border: 1px solid black;
 border-top: 0px;
 font-family: arial;
 font-size: 14px;
 font-weight: none;
 color: white; 
 padding:2px;
 padding-left: 0px;
 text-decoration: none;
}

.subnavlink {
 padding:2px;
 padding-left:5px;
 padding-right:5px;
 border-right: 1px solid black;
 font-size: 12px;
 color: black; 
 text-decoration: none;
}
.subnavlink:hover {
 padding:2px;
 padding-left:5px;
 padding-right:5px;
 border-right: 1px solid black;
 font-size: 12px;
 color: black; 
 background-color: #cccccc;
 text-decoration: none;
}
.subnavlink_active {
 padding:2px;
 padding-left:5px;
 padding-right:5px;
 border-right: 1px solid black;
 font-size: 12px;
 background-color: black;
 color: white; 
 text-decoration: none;
}





#contentarea {
  border: 1px solid black;
  border-top: 0px;
  background-color: #eeeeee; 
}

#footer {
 text-align: center;
 font-family: arial;
 font-size: 12px;
 color: black; 
 text-decoration: none;
}  

#footer a {
 color: blue; 
 text-decoration: none;
}

