﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #c9d787 url(../img/bg.gif) 10px bottom no-repeat;
    background-attachment: fixed;
}

#wrap {
    width: 760px;
    margin: 50px 0 50px 220px;
}

/* Boxarna */
#kontakt {
    width: 232px;
    margin-top: 15px;
}
    #kontakt .box_top {
        background: url(../img/box_dark_top.gif) no-repeat;
    }
    
    #kontakt .box_middle {
        background: url(../img/box_dark_middle.gif) repeat-y;
        padding: 10px 25px;
    }
        #kontakt .box_middle p {
            font-family: Tahoma, Arial, Sans-Serif;
            font-size: .7em;
        }
        
        #kontakt .box_middle p a {
            color: #FCFCF8;
        }
    
    #kontakt .box_bottom {
        background: url(../img/box_dark_bottom.gif) no-repeat;
    }

#main 
{
    width: 508px;
    float: right;
    position: relative;
}

    #main .box_top {
        background: url(../img/box_light_top.gif) top no-repeat;
        height: 32px;
    }
    
    #main .box_middle {
        background: url(../img/box_light_middle.gif) repeat-y;
        /*padding: 10px 30px 50px 30px;*/
        min-height: 450px;
    }
    
    #main .box_bottom {
        background: url(../img/box_light_bottom.gif) no-repeat;
        height: 35px;
        clear: both;
    }

#meny {
    width: 232px;
    margin-top: 40px;
    font-weight: bold;
}
    
    #meny a {
        text-decoration: none;
        color: #000;
    }
    
    #meny .box_top {
        background: url(../img/box_dark_top.gif) bottom no-repeat;
        padding-top: 60px;
    }
    
    #meny .box_middle {
        background: url(../img/box_dark_middle.gif) repeat-y;
        padding: 10px 30px;
    }
    
        #meny .box_middle ul {
            list-style: none;
            margin: 50px 0;
            font-family: Tahoma, Arial, Sans-Serif;
            font-size: .8em;
        }
            #meny .box_middle ul li {
                text-align: right;
            }
    
    #meny .box_bottom {
        background: url(../img/box_dark_bottom.gif) no-repeat;
    }


.box_top {
    height: 22px;
}
    
.box_middle {
}
    
.box_bottom {
    height: 25px;
}
/* /boxarna */


/* Textformatering */
p {
    margin: 5px 0 10px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .75em;
}

h1 {
    margin: 5px 0 10px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: 1.05em;
}

h2 {
    margin: 5px 0 5px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .95em;
}

h3 {
    margin: 5px 0 5px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .9em;
}

h4 {
    margin: 5px 0 5px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .85em;
}

h5 {
    margin: 5px 0 5px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .8em;
}

h6 {
    margin: 5px 0 5px 0;
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .75em;
}

ul, ol {
    font-family: Bookman Old Style, Georgia, Times New Roman, Serif;
    font-size: .75em;
}

a {
    text-decoration: none;
    color: #B69DA1;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #879144;
}

a:visited {
    color: #879144;
}
/* /textformatering */