body {
    background: url("kors.gif") rgb(150, 200, 150);
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, helvetica, arial, sans-serif;
}

a:link {
    text-decoration: none;
    color: green;
}

a:visited {
    text-decoration: none;
    color: green;
}

a:hover {
    background-color: green;
    color: rgb(150, 200, 150);
}

a:active {
    color: red;
}

#banner, #left, #center, #right, #bottom {
    background-color: rgb(150, 200, 150);
    z-index: 1;
}    

#banner {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    height: 6em;
    overflow: hidden;
    z-index: 1;
}

#left {
    position: absolute;
    top: 8em;
    left: 0.5em; 
    width: 7.5em; 
    padding: 0.5em;
    margin-right: 1em;
    border: 1px dotted black;
}

#center {
    position: static;
    margin: 8em 12em 2em 10em;
    padding: 0.5em;
    border: 1px dotted black;
    overflow: auto;
}

#right {
    position: absolute;
    top: 8em;
    right: 0.5em;
    width: 9.5em;
    padding: 0.5em;
    border-width: 1px;
    border-style: dotted;
    border-color: black;
}

#bottom {
    position: static;
    margin-top: 1em;
    width: 80%;
}    

#bild1 {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol {
    list-style-type: lower-greek;
}

.clearleft {
    clear: left;
}