a {
    color: #DECF84;
}
body {
    background: url(../images/main_bg.gif) repeat-x top left;
    margin: 0;
    text-align: center;
}
#main {
    position: relative;
    width: 800px;
    height: 500px;
    background: url(../images/huvud1.gif) no-repeat top left;
    margin: 0 auto 0 auto;
    text-align: center;
}
#kontakt {
    font: 11px verdana;
    color: white;
    position: absolute;
    right: 127px;
    top: 15px;
}
#kontakt a {
    color: white;
    text-decoration: none;
}
#kontakt a:hover {
    text-decoration: underline;
}
#upper {
    position: absolute;
    width: 800px;
    height: 200px;
    top: 40px;
    left: 0;
}
#menu {
    position: absolute;
    top: 45px;
    left: 20px;
    height: 40px;
    width: 380px;
    text-align: left;
    color: white;
    line-height: 80%;
    z-index: 10;
}
#menu a, #menu .separator {
    font-family: verdana, san-serif;
    font-size: 11px;
    text-decoration: none;
    color: white;
}
#menu a.active, #submenu a.active, #calendar td a.active {
    font-weight: bold;
}
#submenu {
    position: absolute;
    top: 90px;
    left: 35px;
    height: 110px;
    text-align: left;
}
#submenu td.item {
    background: url(../images/dot.gif) no-repeat center left;
    padding-left: 10px;
    padding-right: 20px;
}
#submenu a, #calendar td a {
    font-family: verdana, san-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
    font-weight: normal;
}
#upper_image {
    position: absolute;
    width: 260px;
    height: 200px;
    top: 0;
    left: 420px;
}
#upper_image div.admin {
    position: absolute;
    z-index: 100;
}
#lower {
    position: absolute;
    top: 240px;
    width: 800px;
    height: 260px;
    left: 0;
    text-align: left;
    font-family: verdana, san-serif;
    font-size: 11px;
    text-decoration: none;
    color: white;
}
#lower div.admin {
    position: absolute;
    left: 310px;
    top: 270px;
}
#single_column {
    position: absolute;
    top: 0;
    left: 20px;
    width: 660px;
    height: 260px;
}
#left_column {
    position: absolute;
    top: 0;
    left: 20px;
    width: 400px;
    height: 260px;
}
#right_column {
    position: absolute;
    top: 0;
    left: 420px;
    width: 260px;
    height: 260px;
}
#calendar {
    position: relative;
    top: 0px;
    left: 690px;
    width: 110px;
    height: 240px;
    text-align: left;
}
.text {
    position: absolute;
    bottom: 0;
}
#paragraph_switch {
    position: absolute;
    top: 260px;
    right: 120px;
}
#paragraph_switch a {
    color: white;
    font: bold 22px verdana;
    text-decoration: none;
}
.error {
    position: absolute;
    top: 10px;
    left: 10px;
    font: bold 24px verdana;
    color: red;
}

