/* CSS-Formatierung für das Skript Hinweis einblenden für Non-CSS-Browser*/
body {
 margin:50px auto;
 text-align: center;
 font: 500 100% verdana, helvetica,sans-serif;
 background-color:#AFAFAF; color:black;
}
#content {
 width:400px; padding:20px;
 background-color:yellow; color:black;
 border: 2px solid black;
 font-size: 80%; line-height:160%;
 margin:0 auto;
 text-align:left;
}
.small {
 font-size:75%;
}
a:link {
 color:red;
 font-weight:bold;
}
a:visited {
 color:red;
 font-weight:bold;
}
a:hover {
 color:green;
 font-weight:bold;
}
a:active {
 color:red;
 font-weight:bold;
}
.hinweis {
 display:none;
}
