﻿body, form {
    padding: 0;
    margin: 0;
}

body, input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.5em;
	color: #291B0D;
}

body {
    background: #FFFFFF url('images/bg.jpg') repeat-x 50% 0;
}

table {
    border-collapse: collapse;
}
    
img, a img {
    border: 0;
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 

a:link, a:active, a:visited {
    text-decoration: none;
    color: #f0b410;
    outline: none;
}
    a:hover {
        text-decoration: underline;
    }
    
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

h1, h2, h3, h4 {
    font-family: Georgia, Trebuchet MS, Arial;
    color: #291B0D;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0 0.7em 0;
    line-height: 1em;
}

p {
    margin:0;
    padding:0 0 1.2em 0;
}

input.tekstboks, textarea.tekstboks, select.tekstboks {
    border: solid 1px #666;
    padding: 3px;
}

input.tekstboks:focus, textarea.tekstboks:focus {
	background-color: #FFFFE1;
}
    
/* #### LAYOUT #### */

#construct {
    width: 900px;
    margin: 40px auto 0 auto;
    position: relative;
}

    #menu {
        width: 180px;
        height: 590px;
        position: relative;
        left: 0;
        top: 0;
    }
    
    #content {
        width: 585px;
        padding: 20px 30px 20px 75px;
        position: relative;
        top: 0;
        float: right;
        right: 30px;
        background: #FFFFFF url('images/yellowdot.png') no-repeat 30px 20px;
    }
    
#footer {
    background: transparent url('images/footer_bg.gif') repeat-x;
    width: 900px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

    #footerinfo {
        width: 690px;
        height: 20px;
        position: absolute;
        line-height: 20px;
        right: 30px;
        bottom: 0;
        text-align: center;
    }
    
        #footerinfo span.seperator {
            margin: 0 5px 0 5px;
        }

    #footertag {
        width: 180px;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

/* #### MENY #### */

p.menu {
    margin: 20px 0 0 20px; 
}

    p.menu a:link, p.menu a:active, p.menu a:visited {
        font: normal 16px Georgia;
        background: transparent url('images/menu_bg.png') no-repeat 10px 50%;
        color: #291B0D;
        display: block;
        padding-left: 27px;
        width: 133px;
        height: 30px;
        line-height: 30px;
    }
    
        p.menu a:hover {
            color: #f0b410;
            text-decoration: none;
        }
    
    p.menu a.selected:link, p.menu a.selected:active, p.menu a.selected:visited {
        background: transparent url('images/menu_bg_hover.png') no-repeat 0 0;
    }
    
        p.menu a.selected:hover {
            color: #291B0D;
        }
        
.thumb {
    border: solid 1px #CCCCCC;
    padding: 2px;
    margin: 2px;
    float: left;
}

.thumb:hover {
    border: solid 1px #AAAAAA;
}

