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: 1000px;
    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: 1000px;
    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  *****/
#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: 170%;
    
    
}





#navigation a {
    color: white;
    display: block;
    margin-top: 15px;
    text-align: center;
    padding-top: 5px;
   
  
}

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


#about {
    /*background: url("/media/guld2/about.png");*/
    position: absolute;
    left: 400px;
    top: 34px;
    width: 90px;
    height: 28px;
    border: 2px dotted black;  
    border-bottom: 1px solid black;
}

#service {
    /*background: url("/media/guld2/service.png");*/
    position: absolute;
    left: 510px;
    top: 34px;
    width: 90px;
    height: 28px;
    border: 2px dotted black;
    border-bottom: 1px solid black;
}



#articles {
    /*background: url("/media/guld2/contact.png");*/
    position: absolute;
    left: 620px;
    top: 34px;
    width: 90px;
    height: 28px;
    border: 2px dotted black;  
    border-bottom: 1px solid black;
}


#contact {
    /*background: url("/media/guld2/contact.png");*/
    position: absolute;
    left: 730px;
    top: 34px;
    width: 90px;
    height: 28px;
    border: 2px dotted black;  
    border-bottom: 1px solid black;
}


#about:hover {
    /*background: url("/media/guld2/about_light.png");*/
    border: 2px dotted rgb(135,113,34);
    border-bottom: 1px solid black;
}

#service:hover {
    /*background: url("/media/guld2/service_light.png");*/
    border: 2px dotted rgb(135,113,34);  
    border-bottom: 1px solid black;
}

#contact:hover {
    /*background: url("/media/guld2/contact_light.png");*/
    border: 2px dotted rgb(135,113,34);  
    border-bottom: 1px solid black;
}


#articles:hover {
    /*background: url("/media/guld2/contact_light.png");*/
    border: 2px dotted rgb(135,113,34);  
    border-bottom: 1px solid black;
}







/* highlight  */
#navigation div {
        color: white;
        display: block;
        margin-top: 15px;
        border: 2px dotted rgb(135,113,34); 
        border-bottom: 1px solid black;
        text-align: center;
        padding-top: 5px;
        
}

#navigation div:hover {
      border: 2px dotted rgb(135,113,34);
      border-bottom: 1px solid rgb(135,113,34);    
}


/* 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);
    color: rgb(80,80,80);
}

.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);
}


div.hidden {
    display: none;
}


