body {
background-color: #FFFFCC;
}

a, a:visited {
color:rgb(0,0,173);
text-decoration: underline;
}

a:hover, a:visited:hover {
color:rgb(120,0,0);
text-decoration: underline;
}

a.inhalt {
/*font-family: CopperDB;*/
font-size:20;
font-weight: bold;
}

h1 {
color: black;
font-size:  36;
text-align: center;
font-family: CopperDB;
}

h2 {
color: black;
font-size: 23;
text-align: left;
}

h3 {
color: black;
font-size: 20;
text-align: left;
}

h4 { /* Hauptueberschrift!! */
color: black;
text-align: center;
font-size: 50;
}


div.title {
font-size: 12;
}

div.copyright {
font-size: 8pt;
font-family: Verdana;
}

td.cont {
padding: 3px;
}

table {
border-color: black;
}

td {
border-color: black;
}

th {
border-color: black;
}