a:link {
 color: #FFFFFF;
 font-family: Arial;
 text-decoration: underline;
}

a:visited {
 color: #FFFFFF;
 font-family: Arial;
 text-decoration: underline;
}

a:hover {
 color: #800000;
 background: #FFFFFF;
 font-family: Arial;
 text-decoration: none;
}

body {
/*
 background-image: url(banner_unten.png);
 background-repeat: no-repeat;
 background-position: bottom center;
 background-attachment: fixed;
 */
 font-family: Arial;
 color: #FFFFFF;
 background-color: #800000;
 background-image: -webkit-linear-gradient(top, #000000, #800000);
 background-image: -moz-linear-gradient(top, #000000, #800000);
 background-image: -ms-linear-gradient(top, #000000, #800000);
 background-image: -o-linear-gradient(top, #000000, #800000);
}

p {
 text-align: justify;
}

/*
#banner {
 position:absolute; left:0px; top:10px; width:100%;
 z-index: 1;
}

#menu {
 position:absolute; left:20px; top:240px; width:200px;
 z-index: 1;
 background-color: #FFDF00;
 border-width: 1px;
 border-color: #000000;
 padding: 0px;
 color: #0000FF;
}

#menu a:link {
 color: #0000FF;
 font-family: Arial;
 text-decoration: none;
 font-weight: bold;
}

#menu a:visited {
 color: #0000FF;
 font-family: Arial;
 text-decoration: none;
 font-weight: bold;
}

#menu a:hover {
 color: #FFDF00;
 background: #0000FF;
 font-family: Arial;
 text-decoration: none;
 font-weight: bold;
}

#glas {
 position:absolute; left:20px; bottom:20px; width:200px;
 z-index: 1;
}

#content {
 position:absolute; left:240px; top:0px;
 height: 75%;
 margin-top: 240px;
 z-index: 1;
 padding-right: 20px;
 overflow-y: auto;
}

#box {
 background-image: url(white.png);
 padding: 10px;
}
*/
