/* 
    Document   : style
    Created on : 19.10.2010, 19:17:39
    Author     : Sebastian Schumpp
    Description: Default Style for MHD intern
*/

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #2E2E2E;
}

.headline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #2E2E2E;
}

.u-headline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #2E2E2E;
}
.unvisible {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
}

a.link:link {color: #C00004; text-decoration: none}
a.link:visited {color: #C00004; text-decoration: none}
a.link:hover {color: #C00004; text-decoration: underline}
a.link:active {color: #C00004; text-decoration: none}
a.link:focus {color: #C00004; text-decoration: none}

a.link_log:link {color: black; text-decoration: none}
a.link_log:visited {color: black; text-decoration: none}
a.link_log:hover {color: #C00004; text-decoration: underline}
a.link_log:active {color: black; text-decoration: none}
a.link_log:focus {color: black; text-decoration: none}

a.link_profil:link {color: white; text-decoration: none}
a.link_profil:visited {color: white; text-decoration: none}
a.link_profil:hover {color: white; text-decoration: underline}
a.link_profil:active {color: white; text-decoration: none}
a.link_profil:focus {color: white; text-decoration: none}

a.meld_link:link {color: dimgray; text-decoration: none}
a.meld_link:visited {color: dimgray; text-decoration: none}
a.meld_link:hover {color: dimgray; text-decoration: underline}
a.meld_link:active {color: dimgray; text-decoration: none}
a.meld_link:focus {color: dimgray; text-decoration: none}

.navi {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: black;
    text-decoration: none;
}

/**
a.navi:link {color:white; text-decoration:none}
a.navi:visited {color:white; text-decoration:none}
a.navi:hover {color:white; text-decoration:underline}
a.navi:active {color:white; text-decoration:none}
a.navi:focus {color:white; text-decoration:none}
*/

.navi_button {
    height: 25px;
    width: 160px;
    background-color: #BABABA;
    padding-top: 5px;
    text-align: center;
}

.right_name-logout {
    width: 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #BABABA;
    padding: 5px;
}

.right_header {
    height: 18px;
    width: 210px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #BABABA;
}

.content_header {
    height: 18px;
    width: 750px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #BABABA;
}

.profil_header {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 750px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #C00004;
}

DIV#header {
    position: absolute;
    width: 1158px;
    height: 100px;
    left: 8px;
    margin-top: 3px;
    background-color: #C00004;
    z-index: 1;
}

DIV#header_klein {
    position: absolute;
    width: 200px;
    height: 25px;
    left: 800px;
    margin-top: 3px;
    background-color: #BABABA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    line-height: 0.6em;
}

DIV#left {
    position: absolute;
    width: 175px;
    height: 600px;
    top: 120px;
    margin-top: 3px;
}

DIV#right {
    position: absolute;
    width: 225px;
    height: 600px;
    top: 120px;
    left: 955px;
    margin-top: 3px;
}

DIV#content {
    position: absolute;
    width: 750px;
    height: 600px;
    left: 185px;
    top: 120px;
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 3px;
}

/** Kalender
*/

table.cal{
    border-spacing: 0;
    border-collapse: collapse;
    border-top:  1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
td.calHead {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-right: 1px solid #ddd;
}
td.calDay{
    position:  relative;
    font-size: 11px;
}
td.calDayEmpty{
    background: #eee;
}
td.calDayToday{
    background: #ffdddd;
}
td.calDay, td.calDayEmpty, td.calDayToday{
    width: 120px;
    min-height: 100px;
    padding: 5px;
    border-top:   1px solid #ddd;
    border-right: 1px solid #ddd;
}
td.calDay:hover, td.calDayToday:hover{
    background: #eeeeff;
}
div.dayNum{
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    padding-bottom: 2px;
    float: left;
    background: #888;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


