body {
	color: black;
	font-size: 100.01%;
	font-family: Verdana, Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 1em;
	min-width: 60em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
div#Inhalt{

}
div#Willkommenstext {
	display: none;
}

h1 {
	color: #4BD14A;
	font-size: 1.5em;
	margin: 0 0 0.7em;
	padding: 0.3em;
	text-align: center;
	font-weight: normal;
}
h2 {
	color: #000000;
	font-size: 1em;
	margin: 0 0 0.7em;
	padding: 0.3em;
	text-align: center;
	font-weight: normal;	
}
h3 {
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: small;

}

img {
	border: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #4BD14A;
	text-decoration: none;
}

ul#Navigation {
	display:none;
}

div#Briefkopf_Druckversion{
	text-align: center;
	text-decoration: none;
	font-size: 0.75em;
	border-bottom: 1px solid black;
	padding-bottom: 1em;
}
div#Briefkopf_Druckversion li{
	list-style:none;
}

ul#Adresse{
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1em;
}

ul#Adresse li{
	list-style: none;
}

div#Info {
	display: none;
}

div#Inhalt {
	margin: 1em 1em 1em 1em;
	padding: 0 1em;
	/* border: 1px dashed silver; */
	text-align: center;
	min-width: 30em;
}

* html div#Inhalt {
	height: 1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Inhalt h2 {
	font-size: 1.2em;
	margin: 0.2em 0;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1em 0;
}

div#Inhalt p#Teilnahmebedingungen{
	padding-top: 1em;
	padding-bottom: 1em;
}

div#Inhalt p#Kurs_Zusatzbedingungen{
	
}

div#Inhalt p#Technik{
	padding-top: 1em; 
	border-top: 1px solid black;
	font-size: 0.8em;
}

div#Inhalt p#Feedhinweis{
	font-size:smaller;
}



p#Fusszeile {
	clear: both;
	font-size: 0.75em;
	margin: 0;
	padding: 0.1em;
	text-align: left;
	border-top: 1px solid black;
	min-height: 150px;
}
