/*grundlegende Formatierungen (Hintergrundfarbe, Hintergrundbild, Schriftart etc.)*/
	body {
	background: #FFFFFF;Hintergrundfarbe
	font-family: "Arial", "Lucida Sans", "Trebuchet MS";/*Schriftart*/
	margin: 0;
	padding: 0;
	}

/*Bereich festlegen für Inhalt allgemein und Startseite*/
	#Inhalt {
	margin: 2em 1em 1.5em 9.7em;/*oben,rechts,unten,links*/
	font-family: "Arial", "Lucida Sans", "Trebuchet MS";/*Schriftart*/
	}

	#startinhalt {
	margin-top: 2em;
	font-family: "Arial", "Lucida Sans", "Trebuchet MS";/*Schriftart*/
	}

/*"Link" Formatierungen "menue"*/
	#menue {
	position: absolute;
	top: 4.1em;/*menue Abstand oben*/
	left: 0.5em;/*menue Abstand links*/
	}

	html>body #menue {/* nur fuer moderne Browser => menue scrollt nicht mit*/
	position: fixed;
	}

	@media screen {/* fuer IE, nicht anfassen => menue scrollt nicht mit*/
		html, body {
		height: 100%; overflow-y:hidden;
		}
		#scroll {
		height: 100%; width: 100%; overflow:auto;
		}
		#Inhalt {
		position: static;
		}
	}

	#menue {
	font-size: 1em;
	margin: 0 0 1.2em;
	padding: 0;
	border: 2px solid silver;
	background-color: #FFFFFF
	}

	#menue li {
	list-style: none;
	margin: 0;
	padding: 0.2em;
	}

	ul#menue a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	color: #000000;
	background-color: #eee;
	}

	ul#menue a:hover {
	color: #000000; background-color: #FFFFFF;
	}

	ul#menue a.active {
	color: #000000; background-color: fed;
	}

	#startmenue {
	display: inline;
	font-size: 1em;
	padding: 0.3em;
	border: 2px solid silver;
	background-color: #FFFFFF
	}

	#startmenue li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0.2em;
	}

	ul#startmenue a {
	display: inline;
	padding: 0.2em;
	font-weight: bold;
	color: #000000;
	background-color: #eee;
	}

	ul#startmenue a:hover {
	color: #000000; background-color: #FFFFFF;
	}

	ul#startmenue a.active {
	color: #000000; background-color: fed;
	}

	#monat {
	text-align: center;/*menuetext zentriert*/
	margin-bottom: 1em;
	padding: 0.1em;
	}

	#monat li {
	text-align: center;/*menuetext zentriert*/
	list-style: none;
	display: inline;
	margin: 2em;
	padding: 0.3em;
	border: 2px solid black;/*Rahmendicke u. -farbe*/
	}

	ul#monat a {
	padding: 0.2em;
	font-weight: bold;
	color: #000000;
	background-color: #eee;
	}

	ul#monat a:hover {
	color: #000000; background-color: #FFFFFF;
	}

	ul#monat a.active {
	color: #000000; background-color: fed;
	}

	/*Button Formatierungen "Links/Mitglieder"*/
	.butt {
	font-size: 12pt;/*Schriftgröße*/
	font-weight: bold;/*Schriftdicke*/
	background-color :#AAAAAA;
	padding-right: 0.4em;/*Abstand zw. Rahmen und Schrift*/
	padding-left: 0.4em;/*Abstand zw. Rahmen und Schrift*/
	color: #FFFFFF;/*Schriftfarbe*/
	border: 1px solid black;/*Rahmendicke u. -farbe*/
	text-decoration: none;
	}

	/*Button Formatierungen "zurück"*/
	#rueck {
	text-align: center;/*rechtsbündig*/
	}

	.zurueck {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	background-color :#AAAAAA;
	padding-right: 0.4em;
	padding-left: 0.4em;
	color: #FFFFFF;/*=> Schriftfarbe nicht wie "visited" im IE*/
	border: 1px solid black;
	text-decoration: none;
	}

	/*Button Formatierungen "Info"*/
	.oben {
	font-size: 10pt;/*Schriftgröße*/
	font-weight: bold;/*Schriftdicke*/
	background-color :#AAAAAA;
	padding-right: 0.4em;/*Abstand zw. Rahmen und Schrift*/
	padding-left: 0.4em;/*Abstand zw. Rahmen und Schrift*/
	color: #FFFFFF;/*Schriftfarbe*/
	border: 1px solid black;/*Rahmendicke u. -farbe*/
	text-decoration: none;
	}

	#link {
	font-size: 1em;
	padding: 0em;
	background-color: #FFFFFF
	}

	#link li {
	list-style: none;
	padding: 0.4em;
	}

	ul#link a {
	display: block;
	padding: 0.5em;
	font-weight: bold;
	color: #000000;
	border: 2px solid silver;
	background-color: #eee;
	}

	ul#link a:visited {
	color: #5000A0; background-color: #eee;
	}

	ul#link a:hover {
	color: #000000; background-color: fed;
	}

	#nbbsh {
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Bookman Old Style";
	letter-spacing: 1px;
	word-spacing: 0.2em;
	text-align: center;
	}

	#imp {
	font-weight: bold;
	font-size: 1em;
	font-family: "Bookman Old Style";
	letter-spacing: 1px;
	word-spacing: 0.2em;
	text-align: center;
	}

	#thema {
	font-weight: bold;
	font-size: 2em;
	font-family: "Bookman Old Style";
	letter-spacing: 1px;
	word-spacing: 0.2em;
	text-align: center;
	}

	#infoblatt {
	text-align: center;
	padding: 0.1em;
	margin: 0.1em;
	background-color: #fed;
	border: 2px ridge gray;
	}

	#infoMTV {
	width: 620px;
	font-weight: bold;
	font-size: 1.5em;
	font-family: "Bookman Old Style";
	letter-spacing: 2px;
	word-spacing: 0.2em;
	text-align: center;
	}

	#sem {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	letter-spacing: 2px;
	word-spacing: 0.2em;
	text-align: center;
	}

	#infoA {
	width: 600px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	}

	#infoB {
	width: 600px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	}

	#infoC {
	width: 600px;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	}

	#infoD {
	width: 600px;
	text-align: center;
	}

	#infoS {
	width: 600px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	}

	#infoT {
	width: 600px;
	border: 3px solid black;
	text-align: justify;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	}

	/*in wirueberuns.html*/
	#wira {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	}

	#wirb {
	font-size: 12pt;
	text-align: justify;
	line-height: 15pt;
	margin-right: 1em;
	margin-bottom: 0.6em;
	}

	/*in theatertreffen.html*/
	#ttreff {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin-top: 2.8em;
	margin-bottom: 0.8em;
	}
