	/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
html
{
overflow-y: scroll;
}
body
{
font-family:Verdana;
font-size:12px;
background-color:rgb(224,208,175);
text-align:center;
}
p {margin-top:0px;}

A
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px;
color: rgb(74,91,119);
text-decoration: none ;
}
A:active
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px; color: rgb(74,91,119);
text-decoration: none ;
}
A:visited
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px;
color: rgb(45,48,27);
text-decoration: none ;
}
A:hover
{
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
font-size: 12px;
color: rgb(96,122,86);
text-decoration: none ;
}

/* Hauptnavi */
#navi {
text-align:right;
padding-top:30px;
padding-right: 12px;
}
/* Die Titelzeile */
#title {
height: 184px;
background-image: url(../images/header.jpg);
}

/* Das Menü */
#menu
{
background-image: url(../images/navi.jpg);
height:60px;
text-align:center;
padding-top:12px;
}
/* Die Hyperlinks im Menü */
a.menu:link
{
color:rgb(74,91,119);
text-decoration:none;
}

a.menu:visited
{
color: rgb(45,48,27);
text-decoration: none ;
}
a.menu:active,a.menu:hover
{
color:rgb(96,122,86);

}

#menutrip
{
background-image: url(../images/navi.jpg);
height:65px;
text-align:center;
padding-top:7px;

}
/* Die Hyperlinks im Menü */
a.menutrip:link
{
color:rgb(74,91,119);
text-decoration:none;
font-size:90%;
}

a.menutrip:visited
{
color: rgb(45,48,27);
text-decoration: none ;
font-size:90%;
}
a.menutrip:active, a.menutrip:hover
{
color:rgb(96,122,86);
font-size:90%;
}

/* Der Inhalt */
#content {
height:auto;
background-image: url(../images/bg.jpg);
padding:25px 25px;
color:#000000;
}

/* Der Footer */
#footer {
background-image: url(../images/footer.jpg);
height: 20px;
}

