html{
    margin:0;
    padding:0;   
}
body {
    margin:0;
    padding:0;
    font-family: century gothic, skia, verdana, arial, sans-serifs;
    font-size: 13px;
    color: #333333;
    background-color: #BEC068; /* #999E31; #AAAF36;*/
}
img {
    margin: 0;
    padding: 0;
}
strong {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1;
}
a{
    text-decoration: none;
    color: #DDDDDD;
}
.contact_links {
    text-decoration: none;
    color: #333333;
}
#links a {
    text-decoration: none;
    color: #333333;
}
#links a:hover {
    color: #000000;
}
a:hover {
    color: #000000;
}
/*----------------BLOCKDESIGN----------------*/
#container {
    width: 856px;
    height: 560px;
    padding-top: 30px;
    margin: 0 0 0 30px;
    background-color:#BEC068; /*#999E31; #AAAF36;*/
}
body > #container {
    margin: 0 auto;
}
#nav {
    width: 856px;
    height: 90px;
    background-image: url("/bilder/header.png");
}
#content {
    width: 856px;
    height: 390px;
    background-color: #AAAF36;
    font-family: helvetica, arial, sans-serifs;
}
    #image {
        width: 270px;
        height: 390px;
        float: left;
    }
    #text {
        width: 583px;
        height: 390px;
        padding: 40px 70px 0 70px;
        overflow: auto;
    }
    #content > #text {
        width: 446px;
        height: 350px;
    }
        #text p {
            line-height: 130%;
            padding-top: 0;
            padding-bottom: 20px;
            margin: 0;
        }
#footer {
    width: 856px;
    height: 80px;
    padding-right:10px;
    background-image: url("/bilder/footer.png");
}
#container > #footer {
    width: 846px;
}    
    #contact {
        width: 583px;
        height: 390px;
        padding: 40px 70px 0 70px;
        line-height: 1.4;
        overflow: auto;
        text-align: center;
    }
    #content > #contact {
        width: 446px;
        height: 350px;
    }   
    #links {
    	font-size: normal;
    	font-color: #DDDDDD;
    	line-height: 1.6;
        text-align: center;
        margin-top: 30px;
    }    
/*--------------------- LISTORNA I MENYERNA----------------------*/
    #nav ul {
        list-style-type: none;
        margin: 0;
        padding: 28px 0 0 15px;
        width: 856px;
    }
    #container > #nav ul {
        padding-left: 10px;
        width: 841px;
        height: 60px;
    }
    #container > #nav li {
            float: left;
            margin-left: 14px;/*15*/
            margin-right: 14px;/*15*/
            text-align: center;
            line-height: 120%;
            padding:0;
    }
/*till IE6   och vanlig (#footer li)*/
            li{
                float: left;
                margin-left: 12px;
                margin-right: 12px;
                text-align: center;
                line-height: 120%;
                padding:0;
            }
/*----------------------------------*/
    #footer ul {
        list-style-type: none;
        width: auto;
        padding: 0px;
        margin: 0;
        float: right;
    }
    #footer li {
        margin: 10px;
    }
/*---------------------------------------------------------------*/


/*--------------------SCHEDULE-----------------------------------*/
            #event {
                width: 445px;
                height: auto;
                background-image: url("/bilder/round_up.png");
                background-repeat: no-repeat;
                background-color: #999E31;
                border-bottom: medium solid #88881B;
                overflow: hidden;
                letter-spacing: 1;
                margin-right: -19px;
            }
            #text > #event {
                width: 446px;
                margin-right: 0;
            }
            #info {
                width: 144px;
                height: auto;
                padding: 15px 30px 0 5px;
                float: left;
                line-height: 150%;
                text-align: right;
                
            }
            #event > #info {
                width: 110px;                
            }
            #explanation {
                width: 301px;
                height: auto;
                padding: 15px 10px 20px 0;
                float: left;
                line-height: 150%;
            }
            #event > #explanation {
                width: 291px;
            }
            
            #event h1 {
                font-size: 15px;
                font-weight: bold;
                letter-spacing: 1;
                line-height: 100%;
                margin:0 0 9px 0;
            }
            #info h1 {
                font-size: 13px;
                margin: 2px 0 9px 0;
            }
