body {
    background-color: #000000;
    margin:0px;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    }

#navibalken {float: left; height: 600px; width:153px; background: navy;}

#navTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(portal/images/nav.jpg);
  background-color: #000000;
  width: 162px;
  height: 467px;
  margin-top:0px;
}


#menuHeader {
  height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}

#menuEntry {
  height: 16px;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

#navigation .nav{
  padding: 50px 0 0 10px;
}

#main {
   text-align: center;
   margin-left: auto; margin-right: auto;
   padding: 0px;
   border: 0px;
   border-collapse: collapse;
   width: 808px;
   }

#start {
    border: 4px solid #555555;
    /*border-right: 4px solid #555555;*/
    /*width: 700px; margin-right: 10px;*/
    text-align: center;
    border-collapse: collapse; padding: 0px;
    background-color: #6560be; /*e80000;*/
    }

#site {
    border: 4px solid #555555;
    /*border-right: 4px solid #555555;*/
    width: 600px; margin-right: 10px;
    text-align: center;
    border-collapse: collapse; padding: 0px;
    background-color: #6560be; /*e80000;*/
    }

#sidebar {
    width: 208px;
    text-align: center;
    }

.site_entry {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555555;
    }

.site_content {
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    }


.site_title {
    font-size: 18px; font-weight: bold;
    width: 450px;
    text-align: left;
    color: #cccccc;
    margin-top:30px;
    }

#articles,#hardlinks,#categories {
    background-color: #6560be; border: 4px solid #555555;
    }

.rstitle {  padding: 4px; background-color: #6560be; width: 250px; font-weight: bold; color: #ffffff;}


a { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffff00; text-decoration: none; }
a.arch,a.top { font-weight: bold; }
a.archive_title { font-size: 14px; }
a.service { margin-left: 30px; }


img.site_i {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid black;
    }

.footer { font-size: 11px;
    color: #cccccc; float:right;
    padding: 5px;
    margin-top: 25px;
    border-top: 1px solid black;
    float: none;
    }
