﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #d9ebf9 url(../img/waterlily.jpg) left bottom no-repeat;
    background-attachment: fixed;
}

#wrap {
    width: 750px;
    margin: 10px 0 50px 203px ;
    position: relative;
    /*top: -40px;*/
}

/* Boxarna */
#main 
{
    width: 619px;
    float: right;
    position: relative;
}

    #main .box_top {
        background: url(../img/header.jpg) top no-repeat;
        height: 150px;
		padding-bottom: 0;
		margin-bottom: 0;
    }
    
    #main .box_middle {
        background: url(../img/main_border.gif) repeat-y;
        min-height: 450px;
    }
    
    #main .box_bottom {
        background: url(../img/main_border_bottom.gif) no-repeat;
        height: 35px;
        clear: both;
    }

#meny {
    width: 210px;
    margin-top: 60px;
    font-weight: bold;
    position: absolute;
    left: -41px;
    z-index: 99;
}
    
    #meny a {
        text-decoration: none;
        color: #000;
    }
    
    #meny .box_top {
        background: url(../img/menu_border_top.gif) left bottom no-repeat;
        height: 40px;
    }
    
    #meny .box_middle {
        background: url(../img/menu_border.gif) repeat-y;
        padding: 10px 0;
    }
		#meny .box_middle img {
			margin: 0 25px;
		}
    
        #meny .box_middle ul {
            list-style: none;
            margin: 50px 20px 10px 0;
            font-family: Tahoma, Arial, Sans-Serif;
            font-size: .8em;
        }
            #meny .box_middle ul li {
                text-align: right;
            }
    
    #meny .box_bottom {
        background: url(../img/menu_border_bottom.gif) no-repeat;
        height: 40px;
    }
/* /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 */
