body {
    background: rgb(212, 212, 212); 
    color: black;
    font-family: "georgia", "bitstream vera serif";
    font-size: 10pt;
    line-height: 150%;
}

a:link, a:visited { color: black; }

h1, h2, h3, h4, h5, h6 { }

h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: normal;
    font-size: 200%;
}

h2 { font-size: 120%; }

p:first-child { margin-top: 0; }

#menubar {
    width: 100%
    background: rgb(194, 194, 194);
    border-style: solid;
    border-color: black;
    border-width: 1px 1px 0px 1px;
}

#menucontent, .submenucontent {
    font-size: 9pt;
    height: 2em;
    padding: 0 20px 0 20px;
    border-spacing: 0px;
}

.selectedmenulabel, #submenubar { background: rgb(218, 213, 203); }

#submenubar {
    height: 2em;
    padding-top: 0.4em;
    border-color: black;
    border-style: solid;
    border-width: 0 1px 0 1px;
}

.submenucontent {
    display: none;
}

.menulabel, .selectedmenulabel { 
  text-align: center;
  padding: 0px 10px 0px 10px;
}


#menucontent a:link, #menubar a:visited, #submenubar a:link, #submenubar a:visited { 
    text-decoration: none;
}

.imagedisplay { 
    text-align: center;
    width: 100%;
}

#headline {
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-bottom: 0;
    margin-bottom: 0;
}

#headline img { border: none; }

#pagewidthlimit {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 610px;
}

#pagebody1 {
    background: white;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-color: black;
    border-width: 1px 1px 1px 1px;
}

#pagebody1 p {
}

.langswitch {
    margin-top: 10px;
}

.langswitch img {
    border: none;
}

.portrait {
    text-align: center;
}

.portrait img {
    border: 1px solid white;
}

.newsdate {
    font-weight: bold;
}