#menu { 
    float: left; 
    border: 1px, dashed; 
    padding-left: 4px; 
    padding-right: 0px; 
    padding-bottom: 1px; 
} 

#titel { 
    margin: 10px; 
    border: 1px, dashed; 
    width: 100%; 
    margin: 5px; 
    padding-left: 5px; 
    padding-right: 5px; 
    padding-bottom: 5px; 
} 
form { 
    margin: 0px; 
}
input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: black;
	font-weight: none;
	border: 1px solid lightgray;
	background-color: white;
}

.bg1 { background-repeat: no-repeat; background-attachment: fixed; background-color: #FFFFFF; }
.bg2 { background-image: url('images/helpbckgrnd.jpg'); background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-color: #A9D1F4;}

a:active,
{color:#0CF;
}
a:link,
a:visited,
{
	color: #0000ff; text-decoration: none;
}

a:hover
{
	color: #FF0000; text-decoration: none;
}

BODY
{ 
font-family:Arial, Helvetica, sans-serif ;
}