body
{
    background-color: #8FB2DE;
    margin: 0px;
    padding: 0px; 
    color: black;
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 13px;
}

#header
{
    background-color: #7AA1D1;
    height: 30px;
    padding: 15px;
}

#headerleft, #headerleft a
{
    float: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
    text-shadow: 4px 4px 6px black;
    outline: none;
}

#headerright
{
    float: right;
    line-height: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 black;
}

#headerright a
{
    float: right;
    text-decoration: underline;
    line-height: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 black;
}

#headerright a:hover
{
    float: right;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
    color: silver;
    text-shadow: 1px 1px 0 black;
}

#menu
{
    padding-left: 25px;
    padding-right: 25px;
    height: 28px;
    line-height: 28px;
    background-color: #4E76A8;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    outline: none;
    border-top: 1px black dotted;
    border-bottom: 1px black dotted;
}

#menu a
{
    color: white;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#menu a:hover
{
    color: #B9DEFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8),0 0 20px black;
    outline: none;
}

.menudisable
{
    color: silver;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

#loginbox
{
    border: 5px #7AA1D1 solid;
    height: 140px;
    width: 330px;
    margin: 0 auto;
    margin-top: 150px;
    background-color: #EDECEB;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 4px 4px 6px #4E76A8;
    -webkit-box-shadow: 4px 4px 6px #4E76A8;
    box-shadow: 4px 4px 6px #4E76A8;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8');
}

#loginboxheader
{
    background-color: #7AA1D1;
    height: 18px;
    line-height: 18px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    outline: none;
}

.inputtext
{
    border: 1px gray solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.inputbutton
{
    padding-left: 25px;
    padding-right: 25px;
}

#loginboxcontent
{
    padding: 15px;
}

#maincontent
{
    padding: 15px;
}

#contentbox
{
    border: 5px #7AA1D1 solid;
    margin: 0 auto;
    background-color: #EDECEB;
    float: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 4px 4px 6px #4E76A8;
    -webkit-box-shadow: 4px 4px 6px #4E76A8;
    box-shadow: 4px 4px 6px #4E76A8;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8');
}

#contentboxheader
{
    background-color: #7AA1D1;
    height: 18px;
    line-height: 18px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    outline: none;
}

#contentboxcontent
{
    padding: 15px;
}

#contenttopmenu
{
    padding-bottom: 15px;
}

#contenttopmenu2
{
    padding-bottom: 15px;
}

#contentbottommenu
{
    padding-top: 15px;
}

#contentboxcontent table.data
{
    border-top: 1px gray solid;
    border-left: 1px gray solid;
}

#contentboxcontent table.data td
{
    background-color: white;
    border-bottom: 1px gray solid;
    border-right: 1px gray solid;
}

#contentboxcontent table.data td a
{
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

#contentboxcontent table.data td a:hover
{
    color: #4E76A8;
    font-weight: bold;
    text-decoration: none;
}

#contentboxcontent table.data th
{
    background-color: gray;
    color: white;
    border-bottom: 1px gray solid;
    border-right: 1px gray solid;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    outline: none;
}

#contentboxcontent table.kalendar
{
    border-top: 2px black solid;
    border-left: 2px black solid;
}

#contentboxcontent table.kalendar td
{
    background-color: white;
    border-bottom: 1px gray solid;
    border-right: 1px silver dotted;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}

#contentboxcontent table.kalendar td a
{
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

#contentboxcontent table.kalendar td a:hover
{
    color: #4E76A8;
    font-weight: bold;
    text-decoration: none;
}

#contentboxcontent table.kalendar th
{
    background-color: gray;
    color: white;
    border-bottom: 1px gray solid;
    border-right: 1px gray solid;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    outline: none;
}

a
{
    color: black;
    text-decoration: none;
}

a:hover
{
    color: gray;
    text-decoration: none;
}

img
{
    border: none;
}

form
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}

.clear
{
    clear: both;
}

#editform table tr td
{
    height: 20px;
}

/**************************************************************************/

#dhtmltooltip
{
    position: absolute;
    /* width: 250px; */
    /* min-width: 200px; */
    width: 450px;
    overflow: hidden;
    border: 2px solid black;
    padding: 10px;
    background-color: #EDED00;
    visibility: hidden;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 6px #4E76A8;
    -webkit-box-shadow: 2px 2px 6px #4E76A8;
    box-shadow: 2px 2px 6px #4E76A8;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#4E76A8');
}