/*kalibrieren */
* {
	padding:0;
	margin: 0;
}

p, ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;

#wrapper {
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



}

ul ul {
	margin: 0;
}

li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 0px;
}



table {
	background-color: 
	padding: 3;
	width: 600px;
	color: #000066;
	background-color: #CCFFFF;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
#fehlerausgabe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #FF0000;
	width: 300px;
}



 h3 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1ems;
}
h3 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
a:link, a:hover, a:active, a:visited {
	color: #000066;
	text-decoration: underline;
}

