/* -------- Schrift, Farben, Randabstand -------- */
.tplnav, .tpltop, .tplcontpic, .tplconttxt, .tplbutton, .tplinpu{
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
}
/* -------- Seitennavigation oben/unten -------- */
.tplborder {
border: 1px solid #BAC1CB;
margin-bottom: 5px;
width: 600px;
}
.tplnav {
background-color: #E8ECEE;
padding: 3px;
}

/* -------- Downloadtabellen -------- */
.tpltop {
background-color: #C9D8E7;
border-bottom: 1px solid #BAC1CB;
padding: 2px;
}

.tplcontpic {
background-color: #f7f7f7;
border-top: 1px solid #ffffff;
text-align: center;
padding: 3px;
border-right: 1px solid #BAC1CB;
}
.tplconttxt {
background-color: #f7f7f7;
vertical-align: top;
border-top: 1px solid #ffffff;
padding: 3px;
}
.tpltop a {
display: block;
float: left;
background-color: #ffffff;
border: 1px solid #4E648D;
padding: 2px;
width: 100px;
color: #546789;
text-align: center;
margin-right: 1px;
text-decoration: none;
font-weight: bold;
}

.tpltop a:hover {
background-color: #94a2bc;
border: 1px solid #ffffff;
color: #ffffff;
text-decoration: none;
}


.tplconttxt a {
color: #990000;
text-align: center;
margin-right: 1px;
text-decoration: none;
}

.tplconttxt a:hover {
color: #000066;
text-decoration: none;
}
/* -------- Seitennavigation Linkausgabe -------- */
.sitenav {
background-color: #d0d0d0;
vertical-align: middle;
}
.sitenav td {
background-color: #f4f5f7;
padding: 3px;
font-size: 11px;
text-align: center;
font-weight: bold;
vertical-align: middle;
}

.sitenav .aktuelleseite {
background-color: #ffffff;
font-weight: bold;
}
.sitenav .seiteninfo {
background-color: #ececec;
font-weight: bold;
}
.sitenav td a {
color: #990000;
text-decoration: none;
font-weight: bold;
}
.sitenav td a:hover {
color: #000066;
text-decoration: none;
font-weight: bold;
}
/* -------- Formularformatierung -------- */
form {display: inline;}

.tplbutton {
border: 1px solid #4E648D;
background-color: #94a2bc;
color: #ffffff;
font-weight: bold;
}

.tplinpu {
border: 1px solid #4E648D;
background-color: #f2f2f2;
width: 200px;
}
