html
{
    height:100%;
    margin:0;
    padding:0;
}


body
{
    height:100%;
    margin:0;
    padding:0;
    background: #9db3d8;
    color: #000000;
    border: 0px;
    font-family: arial,verdana,sans-serif !important;
    font-size: 10px;
}

div#header
{
    position: fixed;
    margin: 0px;
    padding: 0px;
    border: 0px; 
    width: 100%;    
    height: 87px;
    top: 0px;
    left: 0px;
    z-index: 500;
    /*min-height: 221px;*/
    background-color: #33FFCC;
    background-image: url(http://www.waterandhealth.eu/images/site/background.jpg);
    background-repeat: repeat-x;

}

div#who
{
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    min-height: 73px;
    background-color: transparent;
}


div#atlas
{
    position: fixed;
    top: 0px;
    left: 70px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    min-width: 277px;
    min-height: 73px;
    background-color: transparent;
}

div#www
{
    position: fixed;
    top: 0px;
    right: 76px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    min-width: 153px;
    min-height: 73px;
    background-color: transparent;
}

div#ihph
{
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    min-width: 56px;
    min-height: 73px;
    background-color: transparent;
}


div#footer
{
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 20px;
    z-index: 1001;
    overflow: hidden;
    text-align: center;
    background-color: #33FFCC;
    background-image: url(http://www.waterandhealth.eu/images/site/background.jpg);
    background-repeat: repeat-x;
}

div#footer p
{
    margin: 0px;
    padding: 2px;
    font-size: 10px;
    color: white;
}

div#footer a
{
    color: white;
    text-decoration:none;
}

div#graphic
{
    position: fixed;
    top: 145px;
    right: 35px;
    bottom: 35px;
    width: auto;
    z-index: 10002;
    visibility: hidden;
    border: 3px solid blue;
    background: white;
    padding: 4px;
    overflow: scroll;
}
div#graphicimport
{
    bottom: 5px;
    overflow: auto;
}


div#menu
{
    position: fixed;
    top: 54px;
    left: 70px;
    height: 45px;
    z-index: 1003;
    overflow: hidden;
}

div#content
{
    position: fixed;
    width: 100%;
    top: 87px;
    z-index: 1001;
    overflow: hidden;
    bottom: 20px;
}

div#hide
{
    position: fixed;
    top: 120px;
    bottom: 20px;
    left: 0px;
    width: 100%;
    background: #9db3d8;;
    z-index: 10000;
}

/* Loading Mask */

#loading-mask {
    position: absolute;
    left:     0;
    top:      0;
    width:    100%;
    height:   100%;
    z-index:  20000;
    background-color: white;
}

#loading {
    position: absolute;
    left:     50%;
    top:      50%;
    padding:  2px;
    z-index:  20001;
    height:   auto;
    margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
    background: url(http://www.waterandhealth.eu/images/site/ajax-loader.gif) no-repeat;
    color:      #555;
    font:       bold 13px tahoma,arial,helvetica;
    padding:    0px 32px;
    margin:     0;
    text-align: center;
    height:     auto;
}
.contenttext
    {
    font-family: arial,verdana,sans-serif;
    }
.readingguide h1
    {
    font-size: 20px;
    white-space: normal;
    text-align: center;
    }
.readingguide h2
    {
    font-size: 18px;
    text-align: left;
    padding-top: 12px;
    /* border-top: 1px red solid;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
.readingguide h3
    {
    font-size: 16px;
    padding-top: 8px;
    margin-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
.readingguide h4
    {
    font-size: 14px;
    padding-top: 4px;
    margin-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

.readingguide p, .readingguide li
    {
    font-size: 12px;
    padding-top: 0px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 1px;
    margin-left: 45px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

.readingguide table
    {
    border-width: 1px;
    border-style:solid;
    border-color:blue;
    margin-left: 45px;
    padding-top: 2px;
    }

.readingguide th
    {
    font-size: 10px;
    font-weight: bold;
    }

.readingguide td
    {
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    padding: 3px;
    text-align:left;
    }

.readingguide img
    {
    margin: 5px;
    margin-left: 45px;
    }

p.initial
    {
    margin: 5px;
    }

p.tableheader
    {
    font-weight: bold;
    margin-bottom: 4px;
    }

p.pictureline
    {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 10px;
    }

.imprint h1
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.imprint h2
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}