/* DATEI: korasoft.css */

/* Überschrift */
h1 {font-family: Helvetica; color: #000000; font-size:20px;}

/* Überschrift */
h3 {font-family: Helvetica; color: #000000; font-size:18px;}

/* Überschrift H4 */
h4 {font-family: Helvetica; color: #000000; font-size:15px; }

/* Text */
b,a,p,form,input,td,li,select,td,dd {font-family: Helvetica; color: #000000; font-size:12px;}

.text_bold_color {font-family: Helvetica; color:#325AB9; font-size:12px; font-weight:bold; }

/* Abstand */
h3 { padding-top:0px; padding-bottom:0px; line-height:18px; }
h4 { padding-top:0px; padding-bottom:0px; line-height:15px; }

ul { margin: 5px 10px 0px 25px; }

/* Formular */
form { background-color:#DED7C6; }
input { background-color:#CECBBD; }

body {
    margin: 0px 11px 11px 11px;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
    font-size: 11px;
}

a.link { color:#325AB9 }


/* Gray Borders */
/* ----------------------------------------------------- */
td.gray-border {
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}/* right border */
td.gray-border2 {
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}/* right and bottom border */
td.border-bottom {
    border-bottom: solid 1px #999999;
}/* bottom border */
td.frame-border {
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}/* outline borders */

td.gray-border-left {
    border-left: solid 1px #999999;
}/* right border */

td.border-top {
    border-top: solid 1px #CCCCCC;
}/* top ltgray table border */

td.frame-complete {
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
}/* outline borders */
