body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	background-repeat: no-repeat;
	background-position: top center;
}

p, td, th, div, blockquote, dl, ol, ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: black;
}

.jello {
	height: 600px;
	width: 900px;
	margin: auto;
	position: relative;
}

h1, h2, h3, h4 { top: 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; width: auto; }

h1 { font-size: 250%; font-style: italic; margin-top: 1em; margin-bottom: 2em; }

h2 { font-size: 200%; font-style: italic; margin-bottom: 1em; }

h2.kritiken { margin-top: 2em; }

h3 {
	font-size: 150%;
	margin-top: 1em;
}

h4 { margin-bottom: 0.8em; font-size: 120%; width: 30%; }

p.hinweis { color: red; }

.zitat {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.zitierter {
	margin-top: 0.5em;
	font-weight: bold;
}


a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: white;
	background-color: #300;
	text-decoration: none;
}

a:active {
	color: black;
	background-color: #900;
	text-decoration: none;
}

.mittigblock {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.mittigtext { text-align: center; }

.linkstext { text-align: left; }

.abstand {
	margin: 5em;
}

/*========================================*/

#logo {
	float: left;
	margin: 0;
	padding: 1em 0 2em 1em;
}

#ueberschrift {

	padding: 1em 0 1em 16em;
	text-align: center;
}

/*========================================*/

#pfad { clear: left; }

#pfad ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 1em;
}

#pfad li { display: inline; }

#pfad a:link, #pfad a:visited {
	color: blue;
	text-decoration: underline;
}

#pfad a:hover {
	color: white;
	background-color: #300;
	text-decoration: none;
}

#pfad a:active {
	color: black;
	background-color: #900;
	text-decoration: none;
}

/*========================================*/

#hauptteil {
	margin: 0 0 0 18em;
	padding: 1em;
}

#hauptteil li {
	list-style: none;
	list-style-position: outside;
}

/*========================================*/

#menueleiste {
	float: left;
	width: 16em;
	list-style: none inside;
}

#menueleiste ul {
	margin-left: 16px;
	margin-top: 1em;
	padding-left: 0;
	list-style: none inside;
}

li { margin-bottom: 8px; }

ul ul ul { font-size: 90%; }

#menueleiste a {
	color: black;
	text-decoration: none;
	width: 100%;
	display: block;
}

#menueleiste a:hover {
	color: white;
	background-color: #300;
}

#menueleiste a#aktiverlink {
	color: red;
}
