body {
background-color: #4D4D4D;
}


.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E7E7E;
	text-decoration:none;
	vertical-align:middle;
}
.titel:link {
	color: #B0B0B0;
} 
.titel:link:hover {
	text-decoration:underline;
	color: #B0B0B0;
} 
.titel:visited:hover { 
	text-decoration:underline;
	color: #B0B0B0;
}


.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
}
.normal:link:hover {
	color: #666666; 
}
.normal:visited:hover{
	color: #666666; 
}

.bijschrift {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px; 
  	color: #999999;
	text-decoration:none;
}
.bijschrift:link:hover {
  	text-decoration: underline;
 	color: #666666;
}
.bijschrift:visited:hover {
  	text-decoration: underline;
 	color: #666666;
}
input.txt {
display:block;
color:#000000;
background:#FFF;
width:250px;
}
textarea.txt {
display:block;
width:380px;
height:150px;
}
input.txt:focus,
textarea.txt:focus {
display:block;
background:#FDFDFD;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(images/bullet-small2.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.7em;
}
