/* CSS Document */
body {
	padding : 0px;
	margin : 0px;
	height : 100%;
	width : 100%;
	overflow : hidden;
	background-image: url(img/bg.GIF);
}
#txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D67A0;
	text-align: center;
}
#txt A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D67A0;
	text-decoration: none;
}
#txt A:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D67A0;
	text-decoration: underline;
}
#txt A:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D67A0;
	text-decoration: none;
}
#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424B52;
}
#impressum A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424B52;
	text-decoration: none;
}
#impressum A:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #424B52;
	text-decoration: underline;
}
#impressum A:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424B52;
	text-decoration: none;
}
