* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 100% Times New Roman, Arial, Helvetica, sans-serif;
	background: url(bilder/gelb.jpg);
	height: 100.1%;
}
a:link {
	color:      blue;
}
td, th {
	line-height: 1.4em;
	vertical-align: text-top;
}
#container1 {
	margin: auto;
	width: 1000px;
  background: url(bilder/gelb1.jpg);  
	border: solid 0px black;
}
#kopfbereich {
	background: url(bilder/museum_a.jpg) no-repeat left top;
	height: 91px;
}
#kopfbereich p {
	color: black;
	text-align: right;
	font-size: 1.5em;
	padding: 0.35em 0.6em 0 0;
}
#steuerung {
	background: url(bilder/steuerung_1.jpg) no-repeat left top;
	/* background-color: #ceb98e;
*/
	padding-top: 6px;
	height: 55px;
	text-align: center;
}
#steuerung ul li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	width: 14.28%;
	text-align: center;
}
#steuerung a:link, a:visited {
	color: #000000;
	background-color: transparent;
}
#steuerung a:hover, a:focus {
	color: #000000;
	background-color: white;
	font-weight: bold;
}
#steuerung a:active {
	color: black;
	background-color: white;
	font-weight: bold;
}
#schatten1 {
	background: url(bilder/schatten.png) repeat-x;
	height: 0px;
}
#schatten2 {
	background: url(bilder/schatten.png) repeat-x;
	height: 9px;
}
#inhalt {
	padding: 0.3em;
	padding-top: 1.5em;
	background: url(bilder/gelb1.jpg);
}
#inhalt ul {
	padding-left: 0.5em;
}
#inhalt h1, h2, h3, h4 {
	text-align: center;
}
#inhalt h1, h2, h3, h4, p, ul {
	padding-bottom: .7em;
}
#inhalt a img {
	border: 0 none;
}
#inhalt a:link {
	color:      blue;
}
#inhalt a:visited {
	color:      blue;
}
div#mittelinks {
	width: 49.5%;
	float: left;
	text-align: right;
	border: solid 0px;
}
#mittelinks img {
	padding: 10px 30px 10px;
	border: 0;
}
div#mitterechts {
	width: 49.5%;
	float: left;
	text-align: left;
	border: solid 0px;
}
#mitterechts img {
	padding: 10px 0 10px 30px;
	border: 0;
}
div#textfeld1 {
	width: 720px;
	clear: both;
	margin: auto;
	border: solid 0px;
	text-align: center;
}
#textfeld1 a img {
	border: 0 none;
}
div#p1 {
	width: 50%;
	float: left;
	border: solid 0px;
	margin: auto;
	text-align: center;
}
#p1 p {
	width: 270px;
	margin: auto;
}
div#p2 {
	width: 49%;
	float: left;
	border: solid 0px;
	margin-left: auto;
	text-align: center;
}
#p2 p {
	width: 270px;
	margin: auto;
}
#footer {
	background-color: #ceb98e;
	padding-left: 1em;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
div#wrapper1 {
  width: 1000px;
	border: solid 1px;
  text-align: center;
	margin: auto;
}
div#linkespalte {
  width: 48%;
	border: solid 0px green;
	float: left;
	margin: auto;
	text-align: left;
	padding: 10px;
}
div#rechtespalte {
  width: 48%;
	border: solid 0px red;
	float: left;
	margin: auto;
	text-align: left;
	padding: 8px;
}
/* Definitionen der immer wieder verwendeten Klassen  */
.navlink ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.navlink ul li {
	display: inline;
}
.navlink ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #000000;
	background-color: #BACD8D;
}
.navlink ul li a:hover {
	color: black;
	background-color: #139F13;
}
.p1 {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.1;
	text-align: justify;
	margin: 15px;
}
.p2 {
	font-size: 1.02em;
	line-height: 1.1;
	text-align: justify;
	margin: 20px;
}
.li1 {
	margin: 1.2em;
	font-size: 1em;
}
/* Ende der Klassendefinitionen */
/* Der Container LINKS umfasst die beiden Container PLAKAT und MENU am linken Rand zusammen */
div#links {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 25px 0px;
	border: solid 0px;
}
/* Ende des Containers LINKS */
/* PLAKAT Container */
div#plakat {
	width: 200px;
	text-align: center;
	padding-bottom: 20px;
}
#plakat a img {
	border: 0 none;
}
#plakat a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
#plakat a:hover, a:focus {
	color: blue;
}
#plakat a:active {
	color: #000000;
}
/* Ende PLAKAT Container */
/* Der Container MENU enthält das Menu am linken Rand */
div#menu {
	width: 200px;
	border: solid 0px;
	margin: 0px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	font-size: 0.9em;
	line-height: 1.0em;
	padding-top: 10px;
	margin: 0.8em 0;
}
#menu a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
#menu a:hover, a:focus {
	color: blue;
}
/* Ende des Containers MENU   */
/* Der Container RECHTS enthält den Hauptteil der Seite auf der rechten 2/3 Seite */
div#rechts {
	margin-left: 220px;
	text-align: center;
	padding: 20px;
	max-width: 780px;
}
#rechts p {
	text-align: justify;
	padding: 7px;
	padding-top: 10px;
	padding-bottom: 10px
}
#rechts ul {
	text-align: left;
	padding-left: 50px;
}
#rechts a img {
	border: 0 none;
}
#rechts a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
#rechts a:hover, a:focus {
	color: blue;
}
/* Ende des Containers RECHTS   */
div#mittelspalte {
	width: 600px;
	margin: auto;
	text-align: left;
	padding: 20px;
}
#mittelspalte p {
	padding-top: 20px;
	text-align: justify;
}
#mittelspalte li {
	margin: 7px;
}