/* CSS Document */

body {
        background-color:#FFFFFF;
        margin-left:0px;
        margin-right:0px;
        margin-top:5px;
        margin-bottom:2px;
}

table {
        background-color:#FFFFFF;
        text-align:left;
}

.outborder {
        background-color:#E6E6E6;
}

.inborder {
        background-color:#E6E6E6;
}

.out {
        background-color:#FFFFFF;
}

.in {
        background-color:#FFFFFF;
}

td {
        background-color:#FFFFFF;
}

.header {
        background-color:#FFFFFF;
}

.title {
        background-color:#336699;
        color:#FFFFFF;
        font-weight:bold;
}

.menu {
        background-color:#f5f5f5;
}

td {
        font-size:12px;
        font-family:verdana,arial,geneva,sans-serif;
        color:#000000;
}

.small {
        font-size:10px;
        font-family:verdana,arial,geneva,sans-serif;
}

.smallgrey {
        font-size:11px;
        font-family:verdana,arial,geneva,sans-serif;
        color:#003366;
}

.smallgrey2 {
        font-size:11px;
        font-family:verdana,arial,geneva,sans-serif;
        color:#000000;
}

.smallgrey3 {
        font-size:9pt;
        font-family:verdana;
        color:#000000;
}


a {
         font-weight:normal;
        text-decoration:none;
        color:#003366;
}

a:visited {
          font-weight:normal;
        text-decoration:underline;
        color:#003366;
}

a:hover {
          font-weight:normal;
        text-decoration:underline;
        color:#003399;
}


a:active {
        font-weight:normal;
        text-decoration:underline;
        color:#003366;
}

.link a, .link a:visited, .link a:hover, .link a:active {
        font-size:14px;   font-weight:bold;
        text-decoration:underline;
        color:#003366;
}

a.link {
       font-weight:normal;
        text-decoration:underline;
        color:#003366;
}

.menu a, .menu a:visited, .menu a:active {
          font-weight:normal;
        text-decoration:underline;
        color:#003366;
}

.menu a:hover {
        font-weight:normal;
        text-decoration:underline;
        color:#003399;
}

.tableb {
        background-color:#FFFFFF;
}

input, textarea, select {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
}

.adsense {
        border: dashed 1px #FFFFFF;

}

/* ab hier Änderungen der Version 1.4.1 */

legend {
        padding-left:5px;
        padding-right:5px;
        font-weight:bold;
}

fieldset {
        border:1px solid #cdcdcd;
        padding:12px;
}

.error {
        color:#990000;
    background-color:#FFFFE1;
    border:1px dashed #990000;
    margin-top:25px;
        margin-bottom:25px;
           font-weight:bold;
}

.addform_titel {
        font-weight:bold;
        margin-bottom:5px;
}


h2, h3 {
color:#003366;
font-size:17px;
display:inline;
}


h4 {
color:#999999;
font-size:10px;
display:inline;
}

h1{
color:#FFFFFF;
font-size:14px;
display:inline;
}

        /* ab hier Änderungen der Version 1.4.7 */

.keyword { /* Keywordmarkierung in der Suchfunktion */
        background-color:#FFFF00;
}