a:link {
	color : #444444;
	text-decoration : none;
}

a:visited {
	;
	color : #444444;
	text-decoration : none;
}

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

a:active {
	color : #990000;
	text-decoration : none;
}

p, li, ul {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
}

#content {
	background-color : #FFFFFF;
	border : 0px solid #CCCCCC;
	height : 600px;
	left : 50%;
	margin-left : -300px;
	margin-top : -300px;
	overflow : visible;
	padding : 0px;
	position : absolute;
	top : 50%;
	visibility : visible;
	width : 600px;
}

#fusszeile {
	background-color : #FFFFFF;
	border : 0px solid #CCCCCC;
	height : 30px;
	left : 50%;
	margin-left : -300px;
	margin-top : 0px;
	overflow : visible;
	padding : 0px;
	position : relative;
	visibility : visible;
	width : 600px;
}

