html, body {
	margin: 0;
	padding: 0;
}

body
	{
	margin: 100px 0 0 0;
	background-color: #E3E3E3;
	background-image: url(bilder/bg_top.gif); 
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
}

a:link {
	text-decoration:underline;
	color:#666666;
}

a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#FF9900;
}
a:active {
	text-decoration:none;
	color:#666666;
}
