body {
	behavior: url(skripte/hover.htc); 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Bilder/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #adae9e;
	font-size: 11px;
	line-height: 16px;
	color: black;
	font-family: Verdana,Arial,Sans-serif;
}

p {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

whatever { 
		display: none;
		} 

whatever:hover { 
		display: block; 
		}


TABLE {
	padding: 0px;
	border: 0px;
	}

A {
	color: #666654;
	text-decoration: none;
}

BR {
	font-size: 8px;
	line-height: 8px;
}

TD {
	padding: 0px;
	vertical-align: top;
}

IMG {
	border: 0px;
	margin: 0px;
}

FORM {
	margin-bottom: 0px;
}

