body {
    margin: 0px;
    padding: 0px;
    color: #767575;
    font-size: 12px;
    font-family: Arial; 
    text-align: left;      
    background-color: #C4C4C4;  
}

a:link, a:visited {
    color: #767575;;    
    text-decoration: underline;
}

a:hover, a:active {
    color: #767575; 
    text-decoration: none;
}

#container {  
    width: 900px;
    height: 100%;
    margin: 0px auto;  
    position: relative;  
    background-color: #FFFFFF;    
    border-left: 15px #FFFFFF solid;
    border-right: 15px #FFFFFF solid;    
}

#innercontainer {
    width: 900px;
    height: 100%;        
    margin: 12px auto 0px auto;
    background-repeat: repeat-y;
    background-image: url('/images/background.jpg');       
}

#header {
    width: 900px;
    height: 225px;  
    background-repeat: no-repeat;
    background-image: url('/images/header.jpg');
}

#menu {
    width: 165px;
    height: 100%; 
    float: left;   
}

#menu .button {
    width: 165px;
    height: 22px;
    padding: 2px;
    font-size: 12px;
    background-repeat: repeat-x;
    background-image: url('/images/button.jpg');
}

#menu .button .tekst {
    z-index: 99px;
}

#right {      
    float: left;    
    height: 100%;
    width: 710px;
    display: block;
    min-height: 100%;  
    
    margin-left: 10px;      
    height: auto !important;   
}

#right #content {
    width: 500px;
    height: 100%;
    float: left;
    padding-left: 20px;
}

#right #content .rij {
    width: 490px;
    height: 20px;
}

label {
    width: 200px;
}

input {
    width: 190px;
}

#right #blocks {
    float: right;
    height: 100%; 
    width: 160px;
    margin-left: 10px;  
}

#right #block {
    height: 167px;
    border: none;
    width: 150px;
    display: block; 
    color: #ff0000;        
    font-size: 20px;
    font-weight: bold;    
    padding-left: 15px;
    margin-bottom: 15px;
    text-align: center;    
}

#footer {
    clear: both;
    width: 900px;
    margin-top: 10px;
    background-color: #FFFFFF;
}

#footer_logo {
    height: 95px;
    background-repeat: no-repeat;
    background-image: url('/images/footer_logo.jpg');  
}

#footer_sitemap {
    font-size: 9px;    
    color: #FFFFFF;
    text-align: center;
    background-color: #ea363d;
    background-repeat: repeat-y;
    background-image: url('/images/footer_text.jpg');
}

