body {
background-color: #444444;

font-family: arial,verdana;
font-size: 13px;
color: white;
}

img {
border: none;
}

a {
font-family: arial,verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
/*color: #cccccc;*/
color: white;
}

a:hover {
text-decoration: underline;
color: white;
}

#headline {
font-weight: bold;
width: 179px;
height: 23px;
padding-top: 4px;
padding-left: 15px;
margin-top: 2px;
margin-bottom: 1px;
background-image: url('images/knapp.gif');
}

#subitem {
/*margin-left: 30px;*/
padding-left: 25px;
color: #cccccc;
}

#subsub {
/*margin-left: 60px;*/
padding-left: 50px;
color: #cccccc;
}


.border {
border: 1px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
}