/* Standard-CSS */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
}

/* Allgemeine Darstellung von Links */
a {
	color: #333;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #900;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline
}
a:active {
	color: #900;
	font-size: 1em;
	text-decoration: underline
}

/* Listen und Aufzählungen */
ul { margin: 1em 0 1em 1px; }
ol { margin: 1em 0 1em 30px; }

/* Überschriften */
h1 {
	font-size: 1.3em;
	color: #999988;
	font-weight: bold;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 70px 300px 0 0;
}
h2 {
	font-size: 1.4em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	margin-top: 5px;
	text-align: left;
}
h3 {
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
}
h4 { margin-left: 15px; }
