html, body {
    height: 100%;
    width: 100%;
    background: #003182;

}

table {
    background: #FFF;
}

td {
    text-align: left;
}

/* Border*/
td.borderLeft {
    background: url('/images/border_left.png') no-repeat 100% 130px;
}

td.borderRight {
    background: url('/images/border_right.png') no-repeat 0% 130px;
}


td.borderRightBottom {
    background: url('/images/border_right_bottom.png') no-repeat left top;
}


td.borderBottom {
    background: url('/images/border_bottomN.png') no-repeat right top;
}
/*#######################*/

table.main_wrapper {
    width: 100%;
    height: 100%;
    background: url('/images/bg_body_gradient.jpg');
}

td.spacer {
    height: 20px; 
    background: #FFF;
}

table .transparent, .form_admin_ecard {
    background: transparent;
}

.form_admin10_White_Link_day  {
    color: #174fb7;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-style:normal;
    font-weight:bold;
    line-height:normal;
    text-decoration:none;
}

.form_admin12_White_bold  {
    color: #ff6600;
    font-size: 20px;
    font-weigght: bold;
}


div#search_day {	
    margin: 0px;
    padding: 0px;
    height: 40px;
}

.search_day {
    width: 554px; 
    float: left; 
    text-align: center;
}

.current_day {
    position: relative;
    top: 3px;
    margin: 0px 5px;
    color: #ff6600;
    font-size: 16pt;
    font-weight: bold;
}

.previous_day {
    color: #174fb7;
    background: url('/images/bg_previous_day.gif') no-repeat right;
    padding-right: 13px;
    font-size: 10pt;
    font-weight: bold;
}

.next_day {
    color: #174fb7;
    background: url('/images/bg_next_day.gif') no-repeat left;
    padding-left: 13px;
    font-size: 10pt;
    font-weight: bold;
}

/* search*/
.search_form {
    float: right;
    margin-top: 7px;

}
.form_search {
    border: 1px solid #174FB7;
    height: 13px;
    float: left;

}

.form_admin10_White_Link_Norm {
    height: 17px;
}

/* Naviagtion */
#navi {
    width: 785px;
    background: #174FB7;
    margin-bottom: 10px;
}

.list_navi {
    height: 22px;
    margin: 0px;
    padding: 0px;

}

#navi li{
    float: left;	
    list-style: none;
    display: inline;
}

#navi li a {	
    text-decoration: none;
    color: #FFF;
    padding: 3px 10px;
    height: 16px;
    font-size: 10pt;
    display: block;
    _width: 5%;
    _height: 26px;
    _padding-top: 10px;
}

#navi li a.active {
    background: #ff6600;
}

#navi li a:hover {
    background: #ff6600;
}

#navi a:hover.kalender{
    background: url('/images/icon_kalender.gif') 3px center no-repeat #ff6600; 
}

a.kalender {
    background: url('/images/icon_kalender.gif') 3px center no-repeat; 
    padding-left: 23px !important;
}

/* ### Footer ###*/
#footer {
    background: #FFF;
    width: 765px;
    min-height: 100%;
    margin: auto;
    margin-top: 0px;
    position: relative;
    top: 0px;
}


#footer li {
    float: left;	
    list-style: none;
    color: #FFF;
}

.navi_footer {
    float: left;
}

.navi_footer td {
    background: #003182;
    padding: 29px 10px 0px;
    height: 50px;

}

.bg_dw_logo {
    /* background: url('/images/dw_logo_2010.gif') no-repeat top right; */
    background-color: #003182;
    width:785px;
}

.navi_footer a {
    color: #FFF;
}

#copyright {
    font-size: 9px; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fff; 
    text-align: right;	
    padding-top: 29px;
}
