* {
	margin: 0;
         padding: 0;
}

body {
         background-color: #8C8370;
         color: #201D16;
         font-family: arial, verdana, sans-serif;
         font-size: 1em;
         font-weight : normal;
         text-decoration: none;
         overflow: auto;
         margin-bottom: 20px;
}

a:link {
  	background-color: transparent;
  	color: #950711;
  	text-decoration: none;
         font-weight: bold;

}

a:visited {
  	background-color: transparent;
  	color: #950711;
  	text-decoration: none;
         font-weight: bold;

}

a:focus {
  	background-color: transparent;
  	color: #950711;
  	text-decoration: underline;
         font-weight: bold;
}

a:hover {
  	background-color: transparent;
  	color: #950711;
  	text-decoration: underline;
         font-weight: bold;
}

a:active {
  	background-color: transparent;
  	color: #950711;
  	text-decoration: underline;
         font-weight: bold;
}


img#index {
	width: 350px;
         height: 168px;
         position: absolute;
         top: 40%;
         left: 50%;
         margin: -84px 0 0 -175px;
         border: none;
}

#inhalt {
	width: 842px;
         min-height: 500px;
         position: absolute;
         top: 30px;
         left: 50%;
         margin: 0 0 20px -420px;
         background-color: #D9CAAE;
         border: 1px solid #3F3B33;
}

* html #inhalt {
	height: 840px;
}

#kopf {
	width: 800px;
         height: 122px;
         position: relative;
         top: 0;
         left: 0;
         border: none;
}

h1,h2,h3 {
	color: #950711;
         font-family: georgia, times, serif;
         font-size: 1.2em;
         font-weight: bold;
         margin: 10px 0 10px 20px;
}

p {
	margin: 5px 20px 0 20px;
         text-align: justify;
}

p.autor {
	color: #950711;
         font-style: italic;
         text-align: right;
         margin: 10px;
}

a.logo span {
	display: none;
}

a.logo span:hover {
	display: block;
         position: relative;
         top:0;
         left: 0;
}

ul#galerie li {
	display: inline;
         list-style-type: none;
         margin-left: 20px;
         font-size: 1.0em;
         }

div.bilder {
	z-index: 100;
         position: absolute;
         top: 0;
         left: 50%;
         width: 842px;
         height: 740px;
         margin: 0 0 0 -420px;
         background-color: #D9CAAE;
         border: 1px solid #3F3B33;
         text-align: center;
}

.bilder img {
	border: none;
         margin: 15px 0 0 0;
    }

img.schliessen {
	width: 21px;
         height: 17px;
         position: absolute;
         top: -15px;
         right: 0px;
	border: none;
}