/* 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: #000;
	font-size: 1em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-size: 1em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-decoration: underline
}
a:active {
	color: #000;
	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.7em;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
	/*padding: 70px 300px 0 0;*/
}
h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: right;

}
h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	font-weight: normal;
}
h4 { margin-left: 15px; }

table {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -2px;
}
tr {
	border-bottom: 2px;
	border-bottom-color: #FFF;
}

td {
	padding: 3px 3px 3px 10px;
	background-color: #F0F0F0;
}