body {
 background-color: black;
 color: white;
 margin: 10px;
 font-size: 10pt;
 font-family: 'Lucida Sans Unicode',sans-serif;
}
td {
 font-family: 'Lucida Sans Unicode',sans-serif;
 font-size: 10pt;
}
#inhalt {
 width: 900px;
}
.menu {
 background-image: url('/template/imgs/menu.jpg');
 width: 160px;
 color: black;
 background-color: rgb(0,40,80);
}
.menu .list{
 margin-left:10px;
}
.menu td{
 font-size: 8pt;
}
.menu a:hover {
 color: rgb(192,22,0);
}
.menu a {
 color: black;
}
.menu .dabinich {
 color: white;
}
a {
 color: rgb(192,22,0);
 text-decoration:none;
 font-weight:bold;
}
#content a:hover {
 text-decoration: underline;
 color: rgb(238,227,0);
}
#title {
 background-image: url('/template/imgs/title.jpg');
 color: rgb(238,227,0);
 text-align: center;
 font-size: 25pt;
 font-weight: bold;
 height: 100px;
}
.hervorgehoben {
 color: rgb(238,227,0);
 font-weight: bold;
 font-size: 12pt;
 padding-bottom: 0px;
}
#content {
 padding:15px;
 color: white;
 background-color: rgb(0,40,80);
 width: 740px;
}
#content td {
 color: white;
}
#footer {
 text-align: center;
 font-size:8pt;
 background-image: url('/template/imgs/footer.jpg');
 color: white;
 height: 20px;
}
.line {
 font-size:5px;
 background-image: url('/template/imgs/footer.jpg');
}
.mark {
 color: black;
 background-color: rgb(238,227,0);
}
.kasten {
 background-image: url('/template/imgs/menu.jpg');
}
input, textarea {
 font-family: 'Lucida Sans Unicode',sans-serif;
}
