/* ------------------------------------------------------------

    Layout

------------------------------------------------------------ */
body{
color:#000;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
margin:0px;
padding:0;
}

img
{
border:none;
}

.button{
color:black;
text-decoration:none;
font-weight:bold;
float:left;
padding:5px;
}

.button a{
color:black;
text-decoration:none;
margin-left:10px;
font-weight:bold;
float:left;
padding:5px;
}


.button a:hover{
color:black;
text-decoration:none;
font-weight:bold;
float:left;
background-color:#ffcc87;
padding:5px;
}



.rtab{
padding:3px;
line-height:10px;
height:10px;
border-bottom:1px solid black;
background-color:#0098d4;
font-weight:bold;
font-size:15px
}


#footerline{
border-top: 1px solid black;
height:1px;
margin-top:10px;
margin-bottom:20px;
text-align:center;
width:100%;
}

.gb{
background-image:url(images/gb.gif);
height:31px;
line-height:31px;
font-weight:bold;
padding-left:10px;
}

/* ------------------------------------------------------------

    Anzeigen ausgabe

------------------------------------------------------------ */
.alist, a
{
color:black;
padding: 0px;
margin:0px;
list-style:none;
}

.alist :hover
{
background-color:#f2efef;
list-style:none;
}


.blh{
background-image:url(images/blh.gif);
height:31px;
line-height:31px;
font-weight:bold;
padding-left:10px;
}


.rb{
background-image:url(images/rb.gif);
height:31px;
line-height:31px;
font-weight:bold;
padding-left:10px;
}

.stlinks
{
color:black;
font-weight:bold;
text-decoration:none;
margin-left:8px;
}

/* ------------------------------------------------------------

    Meldungen

------------------------------------------------------------ */
.erfolgreich{
clear: right;
padding: 25px 10px 15px 60px;
background-repeat: no-repeat;
background-position: 10px 10px;
background-image: url(images/erfolgreich.gif);
font-weight: bold;
font-size: 12px;
color: #555;
background-color: #edffe4;
border: 1px solid #9cd580;
margin:10px;
}

.fehler{
clear: right;
padding: 25px 10px 15px 60px;
background-repeat: no-repeat;
background-position: 10px 10px;
background-image: url(images/fehler.gif);
background-color: #ffede5;
border: 1px solid #dea3a3;
color: #386522;
font-weight: bold;
font-size: 12px;
margin:10px;
}

.meldung{
clear: right;
padding: 25px 10px 15px 60px;
margin: 5px 10px 10px 10px;
background-repeat: no-repeat;
background-position: 10px 10px;
background-image: url(images/meldung.gif);
background-color: #ffffe9;
border: 1px solid #ecda6e;
color: #386522;
font-weight: bold;
font-size: 12px;
margin:10px;
}

.meldung li, .fehler li, .erfolgreich li{
font-size:12px;
color:black;
font-weight:normal;
}