body {
	color: black;
	background: #FFCC00;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	padding: 0px 30px;
	}

h2 { position: relative; left: 0.5em; }

#titel { text-align: center; }

#subtitel { font-size: small; }

#inhalt { 
	margin-top: 5ex;
	margin-left: auto;
	margin-right: auto;
	display: table;
	}

#menu { text-align: center; text-decoration: none; color: red; background: transparent;}

#menu a { margin-right: 1ex;}

#menu #aktiv { font-weight: bolder; }

a:link {
	color:#330099;
	background: inherit;
	text-decoration:none;
	}

a:visited {
	color:#330099;
	background: inherit;
	text-decoration:none;
	}

a:hover {
	color:#AA80FF;
	
	background: inherit;
	text-decoration:none;
	}

a:active {
	color:#D5BFFF;
	background: inherit;
	text-decoration:none;
	}

#minBestPausch a:visited {text-decoration: none;}

	
pre {
	font-family:"Courier New", Courier, monospace;
	color:#0000C0;
	background: inherit;
	}
	
blockquote,cite { font-style:italic; }
