a {
    color: navy;    
    text-decoration: underline;
}

a:visited {
    color: #a1cbf9;
}


a.info {
    cursor: help;
    text-decoration: none;
    border-bottom-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

a:hover {
    color: white;
}

a:active {
    text-decoration: blink;
    font-weight: bold;
}


.clear {
    clear: both;
}


.error {
    color: #ffa878;
}


fieldset {
    background-color: #417bc9;
    padding: 1em;
    border: 0.25em #a1cbf9 solid;
}

legend {
    margin-bottom: 1em;
    border: 0.25em #a1cbf9 solid;
    color: white;
    background: #417bc9;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}


body {
    background: black;
}


#menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 15em;
    height: 100%;
    background: black;
    color: #518bd9;
    padding-top: 2em;
    border-right: 0.25em #a1cbf9 solid;
}

#menu[id] {
    position: fixed;
}


div.menuHome, ul.menu {
    padding-left: 2em;
}


ul.menu {
    list-style: none;
    margin: 0;
}


a.menu, a.language {
    color: #518bd9;
    text-decoration: none;
}


a.activeMenu:hover, a.menu:hover, a.language:hover {
    color: #a1cbf9;
}



a.activeMenu {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#language {
    position: absolute;
    bottom: 2em;
    left: 2em;
}
#language[id] {
    position: fixed;
}


div.body {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 15em;
    right: 15em;
    /*max-width: 50em;*/
    /*margin-right: 12em;*/
    color: white;
    
    
    
    min-height: 100%;
}
div.body, div.bodyContent {
    background: #518bd9;
}
div.bodyContent {
    border: 0.25em #a1cbf9 solid;
    border-top: 0;
    border-bottom: 0;
    padding: 2em;
}




h1.title, h1.menu {
    margin-top: 0;
    padding-top: 0;
}

#adsense {
    position: absolute;
    right: 0;
    top: 0;
    width: 15em;
    padding-top: 2em;
    border-left: 0.25em #a1cbf9 solid;
    height: 100%;
}
#adsense[id] {
    position: fixed;
}

#adsense div.centerMe, div.hgf a {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}



div.hgf {
    position: absolute;
    bottom: 2em;
    right: 0;
    width: 15em;
}
div.hgf a {
    font-size: xx-small;
    color: #518bd9;
    display: block;
}