body
{
    font-family: "HelveticaNeueW01","Helvetica Neue","Helvetica",Consolas,Verdana,Tahoma,Calibri,Helvetica,Menlo,"Droid Sans",sans-serif;
    margin: 0;    
}

#header
{
    top:0px;
    z-index: 99;
    position:fixed;
    background:#000;    
    width:100%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
}

#headercontent
{
    padding:0.5em 0em 0.5em 0em;
    margin:0 auto;
    width:960px;
    color: #fff;
    font-size: 1em;    
}

#topplaceholder
{
    height:100%;
}

#headerlogo
{    
    padding:0px;
    float:left;
}

#headercontent a:link, a:visited
{
    color: #fff !important;
    text-decoration:none;
    padding:1em;
}

#headercontent a:hover
{
    text-shadow: 1px 0px 0px #686868 , 0px 1px 0px #686868, -1px 0px 0px #686868, 
    0px -1px 0px #686868, 1px 4px 5px #aeaeae;
}

#main
{
    padding-top:5em;
    width:100%;
}

#main a:link, a:visited
{
    color:#fff !important;
}

.DocuImage
{
    position: relative;
}

.DocuElement
{
    position: absolute;
    background-color: rgba(0, 255, 0,0.3);
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    color:white;
    font-size: 200%;
    font-style: bold;    
    text-shadow: 2px 0px 0px #000000 , 0px 2px 0px #000000, -2px 0px 0px #000000, 
    0px -2px 0px #000000;
    border-color: #fff;
    border-style: dashed;
    border-width: 2px;

}

.DocuElement:hover
{
    background-color:rgba(31, 76, 160, 0.5)
}

#maincontent
{
    width:960px;
    margin: 0 auto;    
}

#maincontent a:link, a:visited
{
    color:#000 !important;
}

#footer {
    display:block;
    font-size:0.7em;    
    width: 100%;
    background-color: black;
    color:white;
    padding:0.5em;
    margin-top:20px;
}