/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
html
{
overflow-y: scroll;
}
BODY
{
scrollbar-arrow-color: #1a262a;
scrollbar-3dlight-color: #1a262a;
scrollbar-base-color: #C4A58B;
scrollbar-shadow-color: #C4A58B;
scrollbar-darkshadow-color: #1a262a;
scrollbar-track-color: #C4A58B;
scrollbar-face-color: #C4A58B;
scrollbar-highlight-color: #C4A58B;
text-align: center;
background-color: rgb(196,165,139);
background-image: none;
margin: 0px;
}
A
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px;
color: rgb(26,38,42);
text-decoration: none ;
}
A:hover, A:active
{
color: rgb(90,118,127);
text-decoration: none ;
}
A:visited
{
color: rgb(59,96,68);
text-decoration: none;
}
P
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px;
color: rgb(65,51,40);
text-decoration: none ;
}
#navi {
text-align:right;
padding-top:30px;
padding-right: 12px;
}
/* Die Titelzeile */
#title {
height: 165px;
background-image: url(../images/header.jpg);
}
/* Das Menü */
#menu
{
background-image: url(../images/navi.jpg);
height:36px;
text-align:center;
padding-top:12px;
}
/* Die Hyperlinks im Menü */
a.menu:link
{
color:rgb(26,38,42);
text-decoration:none;
}

a.menu:visited
{
color: rgb(59,96,68);
text-decoration: none ;
}
a.menu:active,a.menu:hover
{
color:rgb(90,118,127);
}

#content {
height:auto;
background-image: url(../images/bg.jpg);
padding:25px 25px;
color:rgb(65,51,40);
}

/* Der Footer */
#footer {
background-image: url(../images/footer.jpg);
height: 25px;
}
#timefields
{
width:150px; text-align:center;
}
#timevalue
{
display:block;
}
#stadt
{
float:left;
width:90px;
background-color:#eee5de;
font-family:Verdana,Arial,sans-serif;
font-size:10px; color:#413328;
text-align:justify;
}
#zeit
{
float:right;
width:50px;
background-color:#eee5de;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
color:#413328;
text-align:left;
}
