body {
        padding: 0;
        margin: 0;
        background-color: lightblue;
}

p {
        font-size: 14px;
        color: black;
}


h1 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        border: 0px;
        margin: 3px 0px;
}

h2 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        border: 0px;
        margin: 3px 0px;
}

h3 {
        font-size: 22px;
        font-weight: bold;
        color: #000000;
        border: 0px;
        margin: 3px 0px;
}

A{color: #1d4347; text-decoration:none}
A:hover{color: #3baa9c; text-decoration:underline}

img {
        padding: 8px 8px 8px 8px;
        border: 0px;
}

#header {
    text-align: center;
    color: black;
    border-width: 0 0 2px 0;
    border-style: dashed;
    /*dotted; solid; dashed;*/
    border-color: #567;
    padding: 0;
    margin: 0;
    background-color: lightblue;
}

/* Menu */

ul#menu{left: 17px;top:270px;z-index:5;}
ul#menu, ul#menu ul {padding: 0px;margin: 0px;}
ul#menu li {
    position: relative;
    top:0px;
    width: 130px;
    list-style: none;
    padding: 0px;
    margin:-5px 0 5px 8px;
    background-color: #8D9A83;
    border-bottom: 4px solid #D0E1C1;
    border-right: 2px solid #D0E1C1;
}
ul#menu li ul{
    position: absolute;
    display: none;
    top: -1px;
    left: 130px;
}
ul#menu li li{top: 7px;left:-3px;}
ul#menu li:hover ul{display: block;}
ul#menu li a{
    position: relative;
    top:-3px;
    left:-3px;
    padding: 3px;
    background-color: #607F7B;
    text-decoration: none;
    display: block;
    width: auto;
    font-size: 14px;
    font-style: italic;
}
ul#menu li a:link{color: #fff;}
ul#menu li a:visited{color: #fff;background: #507579 none;}
ul#menu li a:hover{color: #fff;background: #406c66 none;}

#navi {
    width: 20%;
    float: left;
    padding: 0;
    background-color: lightblue;
}

#content {
    text-align: justify;
    color: black;
    width:78%;
    float: left;
}

#newsticker1 {
    position:center;
    width:480px;
    text-align:center;
    color: black;
    border-bottom: 4px solid #D0E1C1;
    border-right: 2px solid #D0E1C1;
    background-color: #8D9A83;
}

#newsticker2 {
    position: relative;
    top:-3px;
    left:-3px;
    padding: 3px;
    background-color: #607F7B;
    text-decoration: none;
    display: block;
    width: auto;
}

#footer {
    text-align: center;
    clear: both;
    border-width: 2px 0 2px 0;
    border-style: dashed;
    border-color: #567;
    margin-top: 10px;
    padding: 5px;
    background-color: lightblue;
}

.block {
    text-align: justify;
}

.center {
    text-align: center;
}