@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 5px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 1015px;
	height: 552px;
	margin: auto;
	margin-top: 0px;
}

h1 {
	color: #ffffff;
	font-weight: bolder;
	font-size: 14px;
}

table {
	height: 540px;
}

a:link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
a {
	font-size: 16px;
	font-weight: bold;
}