@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: black;
}

th {
	font-size: 20pt;
	text-align: left;
	padding-bottom: 10px;
}

.logo {
	margin-top:50px;
}

.links {
	margin-top:50px;
}

.Support {
	font-size: 18px;
	margin-top:10px;	
}

.footer {
	margin-top:30px;
	text-align: center;
	font-size: 10pt;
	color: #666;
}

.websuche {
	margin-top:10px;
}

a:link {
	color: black;
	text-decoration: none !important;
}

a:visited {
	color: black;
	text-decoration: none !important;
}

a:active {
	color: #011eff;
	text-decoration:: none !important;
}

a:hover {
	color: #011eff;
	text-decoration: none !important;
}
