body {
max-width: 80em; 
margin-top: 2px;
margin-left: 1%; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
color: black;
background-color: white;
}

/* verstecken vor Netscape */
@media all {

h1.site_name, h2.site_name, h3.site_name {
color: #004dff;
background: transparent;
margin: 5px 0px 0px 0px;
text-align: center;
}

h1 {
font-size: 200%;
font-family: "Trebuchet MS", Verdana, "Myriad Web", Georgia, sans-serif; 
}

h2 {
font-size: 170%;
font-family: "Trebuchet MS", Verdana, "Myriad Web", Georgia, sans-serif; 
}

h3 {
font-size: 140%;
font-family: "Trebuchet MS", Verdana, "Myriad Web", Georgia, sans-serif; 
font-weight: normal;
}

h4 {
font-size: 110%;
font-weight: normal;
}

}
/* Ende verstecken vor Netscape */


td.change {
background: #004dff;
color: #ffffff;
text-align: center;
padding: 1px 1px 1px 1px;
}

td.konst {
background: #ffffcc;
text-align: center;
padding: 1px 1px 1px 1px;
}

a:link {
color: blue;
background: transparent;
font-weight: normal;
text-decoration: underline;
}
a:visited {
color: #800080;
background: transparent;
font-weight: normal;
text-decoration: underline;
}

a:hover { color: red; background: transparent; }
a:active { color: blue; background: #ffffc0; }

a.nav:link, a.nav:visited, a.nav:active {
color: blue; 
background: transparent; 
text-decoration: none; 
}

a.nav:link:hover { 
color: red; 
background: transparent; 
text-decoration: none; 
}


a.quelle:link, a.quelle:visited, a.quelle:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: blue; 
background: transparent; 
text-decoration: underline; 
white-space: nowrap;
}

a.quelle:link:hover { 
color: red; 
font-size: 90%;
background: transparent; 
text-decoration: none; 
white-space: nowrap;
}


form {
margin: 2px 0px 2px 0px;
padding: 0px;
}

.highlight {
background: #ffffc0;
}


