html {
    height: 100%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #DDECFF;
    line-height: 1.5;
    margin: auto;
    height: 100%;
}

h2 {
    font-size: 20px;
    color: #0059B3;
    padding-left: 40px;
    margin-top: -5px;
    margin-bottom: -10px;
}

h3 {
    font-size: 16px;
    color: #999999;
    _margin-top: -2px;
}

hr {
    color: #0059B3;
}

a {
    font-weight: bold;
    color: #0059B3;
}

a:hover {
    color: #FF7F00;
}

#centerit {
    position: relative;
    margin-left: -480px;
    left: 50%;
    width: 980px;
    height: 100%;
    _height: 100%;
}

#container {
    min-height: 100%;
    _height: 100%;    
}

#head {
    background-image: url(../images/head_bg.jpg);
    background-repeat: no-repeat;
    height: 210px;
}

#main {
    background-image: url(../images/main_bg.jpg);
    background-repeat: repeat-y;    
    padding-bottom: 36px;
}

#menu {
    float: left;
    width: 200px;
    margin-left: 5px;
}

#content {
    float: left;
    width: 560px;
    _width: 580px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 10px;
}

#right {
    float: left;
    margin-top: 32px;
    width: 150px;    
}

.quicklinks {
    padding: 5px;
    margin-bottom: 20px;
    min-height: 150px;
    border-top: 1px solid #0059B3;
    background-color: #EEEEEE;
}

#foot {
    margin-top: -36px;    
    height: 23px;
    _height: 36px;
    padding-top: 13px;
    text-align: center;
    color: #0059B3;
    background-image: url(../images/footer_bg.jpg);
}

.menupic {
    display: block;
    margin-bottom: 2px;
}

.artikeldate {
    color: #AAAAAA;
    font-size: 10px;
    text-align: right;
    margin-bottom: -4px;
}

.togglers {
    cursor: pointer;
    padding: 5px;
    padding-left: 20px;
    color: #0059B3;
    font-weight: bold;
    font-size: 14px;
    background-color: #EEEEEE;
    background-image: url(../images/9.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.elements {
    background-color: #EEEEEE;
    margin-bottom: 10px;
    padding: 20px;
}