/* ################### Main ################### */
body{
        background: #ffffff;
        overflow-x:hidden;
}
div, td, table, p {
        font-family: Verdana;
        font-size: 11px;
        line-height: 14px;
        color:#4B4B4B;
}
blockquote{
         padding: 4px;
        background-color: #F5F5F5;
        border: 1px solid #D2D2D2;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

/* ################### Klassen ################### */
.border, .gfx{
         padding: 5px;
         margin: 8px;
        background-color: #F5F5F5;
        border: 1px solid #D2D2D2;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
.fault{
        color: #FF0000;
        padding: 4px;
        background-color: #F5F5F5;
        border: 1px solid #D2D2D2;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
.ok{
        color: #088A08;
        padding: 4px;
        background-color: #F5F5F5;
        border: 1px solid #D2D2D2;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
.datum{
        margin-top: -10px;
        text-align: right;
}
.updates{
         padding: 6px 0px 6px 6px;
        background-color: #E6E6E6;
        border: 1px solid #D2D2D2;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-topleft: 16px;
        filter:Alpha(opacity=150, finishopacity=0, style=1, startx=50, starty=50, finishx=150, finishy=100);
}
.commentinputs{
         padding: 4px;
        margin: 4px;
        text-align: left;
        background-color: #DBD2F2;
        border: 1px solid #DBD2F2;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 16px;

}
.commenttext{
        text-align: center;
        padding:6px 4px 10px 6px;
        background-color: #7171B3;
        border: 1px solid #7171B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

/* ################### Formulare ################### */

select{
         background: #fff;
         padding:3px;
        border: 1px solid #B1A4E8;
        min-width: 150px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
input[type=text], input[type=password]{
         background: #fff;
         padding:3px;
        border: 1px solid #B1A4E8;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
input[type=submit], a.kommentare:link, a.kommentare:visited{
         min-height:20px;
         min-width: 50px;
        margin: 2px;
        padding:3px;
         color: #fff;
         background-color: grey;
        border: 1px solid grey;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
input[type=submit]:hover, a.kommentare:hover{
         cursor:pointer;
         background-color: #7575B7;
        border: 1px solid #7575B7;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
textarea{
        background: #fff;
         padding:5px;
        border: 1px solid #B1A4E8;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

/* ################### Tabellen ################### */
.tableinborder {
        background-color:#D9D9D9;
}
th{
        color:#5646A4;
        font-weight:bold;
        background-image:url(th.gif);
        background-repeat:repeat-x;
        background-color:#FFF;
        border-top:1px solid #ffffff;
        border-left:1px solid #ffffff;
}
.tableinborder td{
        font-size:11px;
        font-family:Verdana;
        color:#7A7A7A;
        background-color:#FAFAFA;
        border-top:1px solid #ffffff;
        border-left:1px solid #ffffff;
}

/* ################### Überschriften ################### */
h1 {
        font-family: Arial;
        text-align: left;
        font-size: 14px;
        color: #4B4B4B;
        font-weight: bold;
        line-height: 24px;
        padding-left: 2px;
        text-transform: uppercase;
        margin: 5px 0px 8px 0px;
        text-decoration: none;
}
h2 {
        font-family: Arial;
        text-align: left;
        font-size: 15px;
        color: #45298D;
        font-weight: bold;
        margin: 5px 0px 12px 0px;
        text-decoration: none;
}

/* ################### Links ################### */
a.navi:link, a.navi:visited{
        display: block;
        font-family: verdana;
        color: #7E7E7E;
        font-weight: normal;
        font-size: 11px;
        text-align: left;
        line-height: 18px;
        margin-left: 1px;
        margin-right: 1px;
        padding-bottom: 2px;
        text-decoration: none;
}
a.navi:hover {
        display: block;
        font-family: verdana;
        color: #7171B3;
        font-weight: normal;
        font-size: 11px;
        text-align: left;
        margin-left: 1px;
        margin-right: 1px;
        padding-bottom: 2px;
        text-decoration: none;
}
A:link,  A:visited, A:active {
        color: #7575B7;
        font-size: 11px;
        text-decoration: none;
        font-family: verdana;
}
A:hover {
        color: #474787;
        text-decoration: none;
}

/* ################### Div fürs Layout ################### */
#container{
        margin:0 auto;
        width:1024px;
        background: url(bg.jpg);
        position: absolute;
}
#header{
         margin: 0px;
         color:#FFF;
         text-align:left;
         font-weight: bold;
         font-size:18px;
        background: url(header.jpg) no-repeat;
        height:110px;
}
#navigation {
         float:left;
        width:220px;
        min-height: 390px;
         margin-right:20px;
         margin-left: 130px;
}
#content {
        float:left;
        min-height:390px;
        width:535px;
}
#footer{
        clear:left;
        color:#808080;
         text-align:center;
         font-weight:normal;
         font-size:12px;
         padding-right:5px;
        background: url(footer.jpg);
        height:50px;
}


/* ################### Seitenfunktion ################### */

.view a {font-size: 10px; border: none; display: block;}

.view a:hover {font-size: 10px; border: none; display: block;}

.viewseite {
 float: left;
 text-align: center;
 }
.viewaktuellseite {
 float: left;
 text-align: center;
 }

.viewaktuellseite a {padding-left: 6px; padding-right: 6px; padding-top: 2px; padding-bottom: 3px; margin: 3px; color: #dabdac;
   text-shadow: #c1c1c1 -1px 1px 1px;}

.viewseite a {padding-left: 6px; padding-right: 6px; padding-top: 2px;padding-bottom: 3px; margin: 3px;
   text-shadow: #c1c1c1 -1px 1px 1px;}
