﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #ede2d6 url(../img/waterlily.jpg) 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/small_topborder.gif) no-repeat;
    }
    
    #kontakt .box_middle {
        background: url(../img/small_middleborder.gif) repeat-y;
        padding: 10px 25px;
    }
        #kontakt .box_middle p {
            font-family: Tahoma, Arial, Sans-Serif;
            font-size: .7em;
            color: #303030;
        }
        
        #kontakt .box_middle p a {
            color: #813597;
        }
    
    #kontakt .box_bottom {
        background: url(../img/small_bottomborder.gif) no-repeat;
    }

#main 
{
    width: 508px;
    float: right;
    position: relative;
}

    #main .box_top {
        background: url(../img/big_topborder.gif) top no-repeat;
        height: 32px;
    }
    
    #main .box_middle {
        background: url(../img/big_middleborder.gif) repeat-y;
        min-height: 450px;
    }
    
    #main .box_bottom {
        background: url(../img/big_bottomborder.gif) no-repeat;
        height: 32px;
        clear: both;
        margin-bottom: 30px;
    }

#meny {
    width: 232px;
    margin-top: 40px;
    font-weight: bold;
}
    
    #meny a {
        text-decoration: none;
        color: #000;
    }
    
    #meny .box_top {
        background: url(../img/small_topborder.gif) bottom no-repeat;
        padding-top: 60px;
    }
    
    #meny .box_middle {
        background: url(../img/small_middleborder.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/small_bottomborder.gif) no-repeat;
    }


.box_top {
    height: 27px;
}
    
.box_middle {
}
    
.box_bottom {
    height: 27px;
}
/* /boxarna */


/* Textformatering */
p {
    margin: 0 0 15px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .7em;
    color: #646464;
}

h1 {
    margin: 0 0 15px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.05em;
    color: #B69DA1;
}

h2 {
    margin: 0 0 10px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .95em;
    color: #B69DA1;
}

h3 {
    margin: 0 0 10px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .9em;
    color: #B69DA1;
}

h4 {
    margin: 0 0 10px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .85em;
    color: #B69DA1;
}

h5 {
    margin: 0 0 10px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .8em;
    color: #B69DA1;
}

h6 {
    margin: 0 0 10px 0;
    font-family: Georgia, Times New Roman, Serif;
    font-size: .75em;
    color: #B69DA1;
}

ul, ol {
    font-family: Georgia, Times New Roman, Serif;
    font-size: .7em;
}

a {
    color: #B69DA1;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #B69DA1;
}

a:visited {
    color: #B69DA1;
}
/* /textformatering */