/* Das ist der Code der die Sichtbarkeit der Ankündigung steuert. Das muss nach Bedarf geändert werden */

.aktuell {
	visibility: hidden;
}

/* das richtige Wort nach "visibility:" einsetzen: entweder "visible" oder "hidden" (ohne Anführungszeichen) */









/*allgemein*/h1{font-size: 14px;}body{color: #999999;font-family: Verdana, Arial, Helvetica, sans-serif;background-color: #7f8473;margin: 0;padding: 0px;}p{color: #2f2c2e;font-size: 11px;line-height: 18px;}h2{font-size: 11px;font-weight: normal;font-style: normal;line-height: 18px;}td{}a:link{ color: #2e2c2d; text-decoration: underline; }a:visited{ text-decoration: underline; color: #2e2c2d; }a:hover{color: #c19f5e;text-decoration: none;}a:active{color: #feffff;text-decoration: none;}.image a:active a:visited{ text-decoration: none; }/*kopfbereich*/#logo{background-image: url(bilder/logo.gif);background-repeat: no-repeat;position: absolute;top: 0;left: 0;width: 163px;height: 150px;padding: 5px;}#header{background-color: #cead73;background-image: url(bilder/header.jpg);background-repeat: no-repeat;background-position: right top;position: absolute;top: 0;right: 0;width: 100%;height: 150px;}#navig{color: #fff;font-size: 16px;font-family: Georgia, "Times New Roman", Times, serif;background-color: #2f2c2e;text-align: center;word-spacing: 5px;letter-spacing: 3px;position: absolute;top: 150px;left: 0;width: 100%;height: 22px;}

#navig a:link{ color: #e56d09; text-decoration: none; border: none; }

#navig a:visited{ color: #e56d09; text-decoration: none; border: none; }

#navig a:hover{ color: #c29d60; text-decoration: none; }

#navig a:active{ color: #feffff; text-decoration: none; }

/*inhalt*/

.aktuell { color: #730b14; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 15px; background-image: url(bilder/teaser.gif); text-align: center; position: relative; top: -20px; width: 100%; height: auto; border-top: 2px solid #e56d09;border-bottom: 2px solid #e56d09;}

#teaser{color: #730b14;font-size: 12px;font-family: Georgia, "Times New Roman", Times, serif;line-height: 13px;background-color: #e66d00;background-image: url(/bilder/teaser.gif);text-align: center;position: absolute;top: 172px;left: 0;width: 100%;height: auto;border-top: 2px solid #e56d09;border-bottom: 2px solid #e56d09;}
#teaser a:link { }

#inhalt{
	position: absolute;
	top: 226px;
	left: -26px;
	right: 0;
	width: 100%;
	visibility: visible;
}.spalten{
	border-left: 1pt solid #e66d00;
	padding-right: 8px;
	padding-left: 8px;
}.linkespalte{padding-right: 8px;padding-left: 8px;}
/*?*/.basenavig{}

/*diashow*/

#flashcontent { position: inherit; top: -350px; width: 100%; height: 1200px; }
.aufzaehlung {
	line-height: 70%;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
#inhalt .spalten li {
	line-height: 12px;
}
.kurse {
	background-color: #DECEBD;
}
h3 {
	color: #821B21;
}

