/* -- Allgemeines -- */
body			{
		  background-color: white;
		  color: black;
		  margin:0;
		  padding:0;
		  min-width: 800px; /* Bei weniger als 800px Breite soll ein Scrollbalken erscheinen */
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 0.775em;
}
img			{ border:none }

a:link, a:visited, a:active, a:hover {
		  text-decoration:none;
		  color:#F18207;
		  background-color: #FDF7EF;
}
table	{
		  border:0;
		  font-size: 1.0em;
}
/* -- Seitenlayout -- */
#kopflogoklein {
		  display: none;
}
#migrationsarchiv { /* ist für die Seite Archiv gedacht */
		  color: black;
		  background-color: white;
}
#ueberschrift {
		  color: black;
		  background-color: white;
}
#inhalt {
		  color: black;
		  background-color:#fdf7ef; 
		  padding: 10px 15px 40px 10px;
		  width:800px;
		  font-size:1.1em;
		  line-height:1.3em;
		  text-align:justify;
}
#rahmen {
		  margin:0 200px 0 0; /*ein Rahmen für den Inhalt rechts:200px */
		  padding:0px;
}

/* -- Kopfnavigation (abgesehen der Startseite)-- */
#damals {
		  margin:20px; /*ein Rahmen für den Inhalt 20px */
		  padding:0px;
}

#navlist {
		  display: none;
}
/* -- Formatierung -- */
.titel {			/* diese Klasse wird auf den Seiten Ausstellungen und Angebote für die Überschriften verwendet */
		  color:#F18207;
		  background-color:#fdf7ef;
} 
p.bildnachweis {
		  font-size:0.8em;
		  font-style:italic;
}
.rechts {
		  text-align: right;
}
h1 {
		  font-size:1.2em;
}
h2 {
		  font-size:1.05em;
}
h3 {
		  font-size:0.95em;
}
/* ist angedacht: */
#inline li {
		  display: inline; 					/* die Aufzählung soll nebeneinander nicht untereinander erfolgen */
		  list-style-type: none; 			/* keine Aufzählungspunkt */
}
.kleiner {
		  font-size:0.8em;
}
		  
/* -- Kopfnavigation der Startseite -- */
#navliststart {
		  position:absolute;
		  top:0px;
		  left:0px;
		  width: 900px;
		  background-color:#fdf7ef;
		  color: black;
}

#navliststart ul {
		  margin: 0;
		  padding: 0 0 0 140px ;
}

#navliststart li {
		  display: inline; 					/* die Aufzählung soll nebeneinander nicht untereinander erfolgen */
		  list-style-type: none; 			/* keine Aufzählungspunkt */
}

#navliststart a:link, #navliststart a:visited {
		  line-height: 2.35em;
		  font-weight: bold;				/* Fette Schrift */
		  margin: 5px 15px 0px 0px;		/* Abstände der Navigationselemente */
		  text-decoration: none;
		  color: #999;
		  background-color:#fdf7ef;
}

#navliststart a:link#current, #navliststart a:visited#current, #navliststart a:hover {
		  background-color: #fdf7ef;
		  color: #000;
}

#navliststart a:hover { 
	 	  color: #000;
}

/* -- Formatierung -- */

/* -- Bildcontainer der Startseite --*/
#logo02{
		  position: absolute;
		  top:140px;
		  left:10px;
}
#titel01{
		  position:absolute;
		  top:140px;
		  left:235px;
}
#titellinks{
		  position:absolute;
		  top:350px;
		  left:235px;
}

