body {
background-color: gray; color: black;
font-family: Arial,Helvetica, sans-serif;
line-height: 1.5;
}

div.rand {
font-family: Sherwood, Helvetica, sans-serif;
width: 700px;
padding: 10px;
border-style: solid;
border-width: 10px;
border-color: #FF6600;
}
/* Formatierung Überschriften */
h1 {
color: black;
font-family: 'Times New Roman', Helvetica, sans-serif;
padding: 2px;
}

h2 {
color: black;
font-family: 'Times New Roman', Helvetica, sans-serif;
font-variant: small-caps;
padding: 2px;
}

h3 {
color: whitesmoke;
font-family: 'Times New Roman', Helvetica, sans-serif;
font-variant: small-caps;
padding: 2px;
}

h4 {
color: silver;
font-family: 'Times New Roman', Helvetica, sans-serif;
font-variant: small-caps;
padding: 2px;
margin-top: 30px;
margin-bottom: 1px;
}
/* Formatierung Link-Buttons */
A {
text-decoration: none;
color: black;
}

A:hover {
color: silver;
}

A:active {
color: black;
}

/* Tabellenformat für Links */
table.linkleiste {
font-family: Arial,Helvetica, sans-serif;
background-color: blue;
border-style: solid;
border-width: 1px;
}

/* Format Links oben */
table.linkleiste td {
font-family: Arial,Helvetica, sans-serif;
font-size: 10pt;
background-color: blue;
text-align: center;
width: 100px;
height: 17px;
border-style: outset;
border-width: 1px;
}

/* Format für Links nach oben oder 'außen' */
table.links {
font-family: Arial,Helvetica, sans-serif;
}

table.links td {
font-family: Arial,Helvetica, sans-serif;
font-size: 10pt;
background-color: #666666;
text-align: center;
border-style: outset;
border-width: 4px;
padding-left: 4px;
padding-right: 4px;
}

/* Formatierung der Links oben bei Fotos */
table.fotolinks {
font-family: Arial,Helvetica, sans-serif;
background-color: blue;
border-style: solid;
border-width: 1px;
}
table.fotolinks td {
font-size: 10pt;
text-align: center;
width: 100px;
height: 17px;
border-style: outset;
border-width: 1.5px;
}
.aktuell {
background-color: #666666;
}
.andere {
background-color: blue;
}


