body
{
font-family: Courier New, Arial; 
}

#navlist
{
margin-top: 30px;
margin-left: -17px;
width: 180px;
}

#navlist li
{
display:  inline;
list-style: none;
margin: 0;
padding: 0.25em;
}

#navlist li a, #navlist li a:visited
{
display:  inline;
text-decoration: none; 
color: black; font-size: 14px;
}

#navlist li a:hover, #navlist li a:visited:hover
{
display:  inline;
font-weight: bold; 
}

#textfeld
{
width: 600px; height: 400px; padding: 5px;
position: absolute; top: 8px; left: 250px;
}

#textfeld img
{
border: 1px solid black;
margin: 0 5px 5px 0;
}

#textfeld img.float
{
border: none;
float: left;
margin-right: 15px;
margin-bottom: 7px;
}

#textfeld p
{
text-align: justify;
}

#textfeld li
{
padding: 22px;
list-style-type: none;
}

#textfeld a, #textfeld a:visited
{
color: #630A24; text-decoration: underline; border: none;
}

#textfeld a:hover, #textfeld a:visited:hover
{
color: #BFA161; text-decoration: none; border: none;
}

#erlaeuterung
{
width: 450px; height: 250px; padding: 5px;
position: absolute; top: 410px; left: 150px;
}

#aettelim
{
width: 450px; height: 500px; padding: 5px;
position: absolute; top: 4px; left: 150px;
background-color: white;
}

	
/*CSS Image Gallery */

.gallerycontainer{
position: relative; left: 10px;
height: 350px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: white;
}

.thumbnail:hover img{
border: 1px dotted black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 115px; /*position where enlarged image should offset horizontally */
z-index: 50;
}