body,html {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "Verdana","freesans",sans-serif;
    font-size: 9pt;
    background: rgb(200,200,200);
    
}

img {
    border: none;
}


#main {
    margin:0px 0px 0px 30px;
    padding: 0px;
    width: 800px;
    /* this is a problem, fixed height for now (should be 100%) */
    height: 1200px;
    background: white;
    background-image: url("/media/bottomshade2.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

#rightborder {
    position: absolute;
    top: 0px;
    left: 830px;
    height: 1200px;
    width: 40px;
    background: url("/media/sideshade.png");
    background-repeat: repeat-y;
    
}

a {
    text-decoration: none;
    color: rgb(156,96,0);
}

a:hover {
    text-decoration: underline;
}

a.link_outside {
    text-align: right;
    padding-right: 10px;
    background: url("/media/external_shadow.png");
    background-position: top right;
    background-repeat: no-repeat;
}

a.link_outside:hover {
    background: url("/media/external.png");
    background-repeat: no-repeat;
    background-position: top right;
}


#logo {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 800px;
    height: 85px;
    background-image: url("/media/guld2/logga2.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50px 20px;
    border-bottom: 10px solid rgb(135,113,34);
}

#page {
    position: absolute;
    width: 580px;
    top: 125px;
    left: 230px;
    
}

.infoblock {
    width: 400px;
    padding: 30px;
    z-index: 10;
    
}

.infoblock_heading {
    position:relative;
    float: left;
    height: 100px;
    width: 150px;
    text-align: right;
    padding-top: 20px;
    font-weight: bold;
}

.infoblock_paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 2px solid black;
    margin-left: 170px;
    padding-left: 10px;
    width: 210px;
}

#navigation {
    font-family: "URW Bookman L","Times New Roman","freeserif",serif;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    padding: 0px;
    z-index: 20;
    text-align: left; 
    font-size: 130%;
    background: blue;
    
}




/**** Navigation  *****/
#navigation a {
    color: black;
    display: block;
    margin-top: 15px;
}

#navigation a:hover {
    text-decoration: none;
}


#about {
    background: url("/media/tabs/about.png");
    position: absolute;
    left: 566px;
    top: 39px;
    width: 87px;
    height: 31px;
  
}

#service {
    background: url("/media/tabs/service.png");
    position: absolute;
    left: 653px;
    top: 39px;
    width: 87px;
    height: 31px;

}


#contact {
    background: url("/media/tabs/contact.png");
    position: absolute;
    left: 740px;
    top: 39px;
    width: 87px;
    height: 31px;
 
}
#about:hover {
    background: url("/media/tabs/about.hover.png");
   
}

#service:hover {
    background: url("/media/tabs/service.hover.png");
}


#contact:hover {
   background: url("/media/tabs/contact.hover.png");
}

#about.selected,#about.selected:hover {
    background: url("/media/tabs/about.selected.png");
   
}

#service.selected,#service.selected:hover {  
    background: url("/media/tabs/service.selected.png");
}


#contact.selected,#contact.selected:hover {
   background: url("/media/tabs/contact.selected.png");
}




/* highlight  */
#navigation div {
        color: black;
        display: block;
        margin-top: 15px;
     
}

#navigation div:hover {
     
}


/* Just a box*/
#box {
    padding: 10px;
    border: 2px dotted rgb(204,148,8);
}


/* News */
#newsbox {
    position: absolute;
    left: 50px;
    top: 220px;
    border: 2px dotted rgb(204,148,8);
}

.news {
    font-size: 8pt;
    width: 150px;
    font-family: "Verdana","Arial","freesans",sans-serif;
    padding: 0px 3px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.news p {
    padding: 0px;
    margin: 0px;
}

.news h4 {
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
}


.news a {
    display: inline;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
}


/* footer */
#footer {
    position: absolute;
    width: 796px; /*pixel glitch in FF*/
    height: 18px;
    margin-left: auto;
    top: 870px;
    color: white;
    font-size: 7pt;
    font-family: "Verdana",freesans,sans-serif;
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
    background: rgb(200,200,200);
}

/* fulhack */
#fulhack {
    background: blue;
}

