html, body {
    padding:0;
    margin:0;
    font-family: Verdana, Sans-Serif;
    color: 	rgb(82, 83, 84);
    background-color: rgb(223, 223, 223);
    font-size: 12px;
    height:100%;
}

a {
    text-decoration: underline;
    color: rgb(66, 82, 137);
}

a:hover {
    text-decoration: underline;
    color: rgb(82, 83, 84);
}

hr {
    border: 0;
    border-bottom: 1px solid rgb(82, 83, 84);
    background-color: rgb(255, 255, 255);
    height: 1px;
    margin-bottom: 16px;
    margin-top: 16px;
}

img
{
    border: 0 none;
}

/* Header */

#header {
    height: 177px;
    background-image: url(https://www.copernicus-gesellschaft.org/graphic_moodboard.jpg);
    text-align: left;
}



/* Content */

#container {
    width: 800px;
    margin: 0 auto;
    background: rgb(255, 255, 255) url(https://www.copernicus-gesellschaft.org/graphic_content_background.gif) 0 0 repeat-y;
    /* min-height: 100%;*/
    position: relative;
}

#content {
    margin: 0;
}

div#content {
    width: 760px;
    padding: 58px 20px 58px 20px;
}

p {
    padding: 0;
    margin:0 0 1em 0;
    color: 	rgb(82, 83, 84);
    font-size: 12px;
    line-height: 18px;
    text-align:justify;
}

#content table p {
    padding: 0;
    margin: 0;
}

#table tbody {
    margin: 0;
    padding: 0;
}

#content table td {
    padding: 0 0 6px 0;
    margin: 0;
}

strong, b {
    color: rgb(82, 83, 84);
}

/* Content UL OL*/

#content ul {
    font-size: 12px;
    list-style-type: none;
    text-align: justify;
    padding: 0 0 0 12px;
    margin: 15px 0 9px 0;
}

#content ul li{
    background-image: url(https://www.copernicus-gesellschaft.org/graphic_content_liel_graphic.gif);
    background-position: 5px 8px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding-left: 25px;
    padding-bottom: 6px;
}


#content ol ul li{
    padding-left: 25px;
    padding-bottom: 6px;
}

#content ul ol li{
    padding: 0 0 0 35px;
    margin: 15px 0 9px 0;
}

#content ul ul {
    font-size: 12px;
    padding: 0 0 0 20px;
    margin: 0;
}

#content ul ul li{
    line-height: 18px;
    padding-left: 17px;
    padding-bottom: 6px;
}

#content table ul {
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#content ol {
    font-size: 12px;
    padding: 0 0 0 35px;
    margin: 15px 0 9px 0;
    text-align: justify;
}

#content ol li{
    line-height: 18px;
    padding-left: 1px;
    padding-bottom: 6px;
}


/* Content H1-H3 */

#content h1 {
    margin: 0 0 20px 0;
    padding: 0 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(66, 82, 137);
}

#content .h1 {
    margin: 0 0 20px 0;
    padding: 0 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(66, 82, 137);
    padding-top: 20px;
}

#content h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: rgb(66, 82, 137);
}

#content h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: rgb(66, 82, 137);
}


/* Header Menu */

#headermenu ul {
    list-style-image: none;
    list-style-type:none;
    margin: 0 0 30px 0;
    padding: 183px 0 0 20px;
}

#headermenu ul li {
    display: inline;
    color: rgb(66, 82, 137);
    font-size:12px;
    margin: 0;
}

#headermenu ul li a {
    background-color: rgb(66, 82, 137);
    margin-left: 0;
    padding: 6px 10px 6px 10px;
    text-decoration :none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
}

#headermenu ul li a:hover {
    color: rgb(66, 82, 137);
    background-color: rgb(153, 171, 211);
    text-decoration: none;
}

#headermenu ul li .active_menuitem {
    background-color: rgb(153, 171, 211);
    color: rgb(66, 82, 137);
    text-decoration: none;
}

#headermenu ul li .visited {
    background-color: rgb(66, 82, 137);
    color: rgb(255, 255, 255);
    text-decoration: none;
}


/* Footer */

#footer {
    height: 40px;
    border-top: 1px solid rgb(165, 167, 170);
    background-color: rgb(223, 223, 223);
    position: absolute;
    bottom: 0;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}


/* Footer Menu */

#footermenu {
    padding-top: 10px;
    font-size: 12px;
    float: left;
    width: 800px;
}

#footermenu ul{
    list-style-image: none;
    list-style-type:none;
    margin: 0;
    padding: 0;

}

#footermenu ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    color: rgb(137, 140, 144);
}
