/* GLOBALE DEFINITIONEN (ALLE BEREICHE) */
a:active {color:white; text-decoration:underline}
a:link {color:white; text-decoration:underline}
a:visited {color:white; text-decoration:underline}
a:hover {color:white; text-decoration:underline}

a.ohne:link {color:#708090; text-decoration:none}
a.ohne:visited {color:#708090; text-decoration:none}
a.ohne:hover {color:white; text-decoration:none}


body {
	font-size: 12px;
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, san-serif;	
	line-height: 1.2em;
}

table {
	font-size: 12px;
	color: white;
	background-color: inherit;	
	font-family: Verdana, Arial, Helvetica, san-serif;
	line-height: 1.2em;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: white;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

.impressum {
	font-size: 10px;
	color: #989CA3;
	background-color: inherit;
}

.size1 {
	font-size: 10px;
}

a.impressum:active {color: #989CA3; text-decoration:none}
a.impressum:link {color: #989CA3; text-decoration:none}
a.impressum:visited {color: #989CA3; text-decoration:none}
a.impressum:hover {color: #989CA3; text-decoration:none}

