/* CSS Document */

body {
        background-color:#CCCCCC;
        margin-left:0px;
        margin-right:0px;
        margin-top:5px;
        margin-bottom:2px;
}

table {
        background-color:#FFFFFF;
        text-align:left;
}

.outborder {
        background-color:#336699;
}

.inborder {
        background-color:#336699;
}

.out {
        background-color:#CCCCCC;
}

.in {
        background-color:#FFFFFF;
}

td {
        background-color:#FFFFFF;
}

.header {
        background-color:#FFFFFF;
}

.title {
      /*   background-image: url(../images/nav.gif); */
         background-color:#336699;
        color:#FFFFFF;
        font-weight:bold;
}

.menu {
        background-color:#CCCC99;
}

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;
}

a {
        color:#051254;
        text-decoration:none;
}

a:visited {
        color:#051254;
}

a:hover {
        color:#051254;
text-decoration: underline;
}


a:active {
        color:#051254;
}

.link a, .link a:visited, .link a:hover, .link a:active {
        font-weight:bold;
}

a.link {
        font-weight:bold;
}

.menu a, .menu a:visited, .menu a:active {
        text-decoration:none;
        font-weight:normal;
        color:#000000;
}

.menu a:hover {
        font-weight:normal;
        color:#FF0000;
}

.tableb {
        background-color:#FFFFFF;
}

input, textarea, select {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
}



/* 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;
}


/* Test Popup */

       function fenster(winname,breite,hoehe) {
        var links=screen.width/2-breite/2;
        var oben=screen.height/2-hoehe/2;
        NewWin = window.open(winname, "Mustereintrag", "width="490",height="80",top="50",left="50);
}

h2{
color:#003366;
font-size:13px;
display:inline;
}

h3 {
color:#003366;
font-size:13px;
display:inline;
}


h4 {
color:#CCCCCC;
font-size:12px;
display:inline;
}

h1{
color:#003366;
font-size:14px;
display:inline;
}
