/*
##########################################################################
              Gästebuch Stylebereich
##########################################################################
*/

.body
{
text-align: center;
}

.body a
{
color: #000000;
text-decoration: none;
}

.body a:hover
{
color: #000090;
text-decoration: none;
}

#gb_overhead
{
background-color: #ffcd84;
border: 1px solid #4d4d4d;
text-align: center;
font-size: 14px;
font-weight: bold;
width: 580px;
height: 20px;
}

#gb_head
{
border-left: 1px solid #4d4d4d;
border-right: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
font-size: 13px;
width: 580px;
height: 25px;
}

.zaehl_text
{
line-height: 2.5em;
text-align: left;
}

#gb_text
{
border-left: 1px solid #4d4d4d;
border-right: 1px solid #4d4d4d;
width: 570px;
padding-left: 5px;
padding-right: 5px;
}

#gb_footer
{
border-left: 1px solid #4d4d4d;
border-right: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
font-size: 13px;
width: 575px;
text-align: left;
line-height: 1.5em;
padding-left: 5px;
}

.gbpostleft
{
background-color: #E5E5E5;
font-size: 13px;
font-weight: bold;
}

.gbpostright
{
background-color: #E5E5E5;
font-size: 13px;
padding-left: 10px;
}

.gbposteditor
{
font-size: 13px;
background-color: #E5E5E5;
}

.formfooter
{
font-size: 13px;
background-color: #E5E5E5;
}

.gbtftd
{
background-image: url(../grafiken/gbtf.png);
}

.textfeldgb
{
background-color: #E5E5E5;
font-size: 9px;
width: 140px;
border: 0px;
}

/*
//////////////////////////////////
       Seitenschalter
//////////////////////////////////
*/
.seiteninfo, .aktuelleseite, .pl {
font-family: Verdana, Arial;
font-size: 9px;
text-align: center;
color: #000000;
border: 1px solid #000000;
border-collapse: collapse;
}

.seiteninfo {
background-color: #e5e5e5;
font-weight: bold;
padding-left: 3px;
padding-right: 3px;
}

.aktuelleseite {
background-color: #e5e5e5;
font-weight: bold;
color: #000000;
padding: 2px 6px 2px 6px;
}

.pl a {
display: block;
float: left;
background-color: #C5C5C5;
color: #000000;
text-decoration: none;
font-weight: bold;
padding: 2px 6px 2px 6px;
white-space: nowrap;
}
.pl a:hover {
color: #000090;
text-decoration: none;
font-weight: bold;
background-color: #e5e5e5;
}
