body {
        margin: 30px 0 0 0;
        background: url('pictures/background.jpg');
        height: 100%;
        width: 100%;
        font-family: verdana;
        font-size: 11px;
}

#wrapper {
        width: 860px;
        height: 600px;
        position: relative;
        margin: 0 auto;
        padding: 0;
        background: url('pictures/textarea_back.png');
        background-repeat: repeat-y;
}

#header {
        width: 860px;
        height: 146px;
        background: url('pictures/header.png');
        position: absolute;
        top: 0;
        left: 0;
}

#bar {
        width: 790px;
        height: 30px;
        background: url('pictures/black_bar.png');
        position: absolute;
        top: 146px;
        left: 37px;
}
#lang {
width:40px;
height: 40px;
float: right;
margin-right: 45px;
margin-top: 100px;
}
#menu {
        padding: 5px 0 5px 0;
        width: 530px;
        position: absolute;
        top: 177px;
        right: 37px;
        border-bottom: 1px solid;
        border-top: 1px solid;
}

.menu_link a {
        color: #4A1412;
        font-weight: bold;
        padding: 5px 30px 5px 0;
        text-decoration: none;
}

.menu_link a:hover {
        color: #9C0606;
        font-weight: bold;
        padding: 5px 30px 5px 0;
        text-decoration: none;
}



.left_panel {
        width: 200px;
        height: 433px;
        position: absolute;
        top: 170px;
        left: 37px;
        z-index: 1;
}

#inline {

        height: 200px;
        width: 524px;
        margin: 0 0 1px 0;
        padding: 220px 0 10px 295px;
}

#main {
        overflow: auto;
        width: 530px;
        height: 380px;
}

#main h1 {
        text-align: left;
        padding: 0 20px 0 0;
        font-size: 13px;
        font-weight: bold;
        color: #503D28;
}

#main p {
        text-align: left;
        padding: 5px 20px 25px 0;
        color: #503D28;
}

#footer {
        background: url('pictures/footer.png');
        width: 860px;
        height: 47px;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
}



.series_pic {
        margin: 60px 20px 60px 0;
}

.artikkel h1 a {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
}
.inf {
        margin-top: 15px;
}
input, textarea {
        margin: 4px;
        font-family: verdana;
        font-size: 11px;
        border: 1px solid #4A1412;
}








