/* CSS Document */
body {
	margin : 0 0 20px 0;
	padding : 0;
	position:absolute;
	top:0px;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #7b7b7b;
	line-height : 120%;
}
#oben{
	height:0px;
	width:300px;
}
unten{
	height:auto;
	width:300px;
}

/* = = = = = = = = = = ALLGEMEINE DEFINITIONEN S T A R T = = = = = = = = = = */
a:link, a:visited {
	text-decoration : none;
	color : #B3B2B2;
}

a:hover, a:active {
	text-decoration : none;
	color : #7b7b7b;
}

table {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11px;
        border-collapse : collapse;
	color : #7b7b7b;
}