body {
background-color: #FFFFD2;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Kasten für Hauptüberschrift */
h2 {
font-size: 20pt;
font-weight: bold;
color: #000075;
text-align: center;
}

h1 {
font-size: 30pt;
font-weight: bold;
color: #000075;
text-align: center;
}

h3 {
font-size: 14pt;
font-weight: bold;
color: #000000;
font-style: italic;
}

/* Tabellen */
table.links {
border-style:double;
border-width: 2pt;
border-color:#000075;
background-color:#FDE893;
width:800px;
}

table.ohne {
border-style:none;
border-color:#000075;
width:600px;
}

table.bilder {
border-style:double;
border-width: 2pt;
border-color:#000075;
background-color:#FDE893;
width:700px;
}

table.klein {
border-style:double;
border-width: 2pt;
border-color:#000075;
background-color:#FDE893;
width:400px;
}

table.halb {
border-style:double;
border-width: 2pt;
border-color:#000075;
background-color:#FDE893;
width:500px;
}

td {
border-style:solid;
border-width: 1pt;
border-color:#000048;
}

td.nav {
border-style:solid;
border-width: 1pt;
border-color:#FFFFD2;
}

th {
border-style:solid;
border-width: 1pt;
border-color:#000048;
color: #000048;
}

/* Links */
A:link{
text-decoration: none;
color: #000075;
}

A:visited {
text-decoration: none;
color: #0000F0;
}

A:hover {
text-decoration: none;
color: #A45200;
}

A:active {
text-decoration: none;
font-weight: bold;
color: #A45200;
}

hr {
color: #000075;
}

/* normaler Fließtext */
p, div {
font-size: 12pt;
color: #000000;
}

/* kleingeschriebener Text */
p.klein {
font-size: 9pt;

}

/* Aufzählungszeichen */
ul {
list-style-type: square;
}