@charset "UTF-8";
	
	/* Kalibrierung der wichtigsten Abstände */
	*  { padding: 0; margin: 0; }
	p {
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 18px;
}  

/* Styles für Hyperlinks ------------------------------------------------------------------------------ */


a {
	font-size: 14px; /* Zeilenabstand für die Links */
	text-decoration: none; /* Unterstreichung abschalten */
	outline: none; /* Rand im Firefox abschalten */
	line-height: 18px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:focus {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #990000;
}
a:active {
	font-weight: bold;
	color: #990000;
}

/* Styles allgemein ------------------------------------------------------------------------------------ */



   
#listen {
	margin-left: 7px;
	margin-right: 7px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #cccccc;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -7px;
	padding-left: 7px;
}

