﻿@charset "utf-8";
@import url("norm.css");
*{ 
  margin: 0;
  padding: 0;
}



  body {
  font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-size: 1em;
  background: #39414A url(bilder/kopfleiste.png) repeat-x;
  position:relative;
}
					/** Allgemeine Vorgaben - Schriftgrößen, Ankerverhalten**/
h2 {
  font-size: 1em;
}

a {
 color: white;
 text-decoration: none;
}

					/**Beschränkung der Navigation auf 900px Breite und Ersetzen von h1 durch das Logo**/
div#head {
  width: 900px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  z-index: 250;
}

  div#head h1 {
  background: url(bilder/logo_05.gif) no-repeat;
  text-indent: -9999px;
  width: 505px;
  height: 107px;
  position: absolute;
  margin-top: 12px;
}
					/** Navigation absolut positionieren**/
div#kontakt ul,
div.klapp,
div#home p,
div#home a{
  position: absolute;
}

div#kontakt ul li{		/** Gilt nur für KONTAKT, IMPRESSUM **/
  float: left;
  list-style: none;
  margin: 0 38px 0 0;
  font-size: 1em;
}

#head ul a{
  color: #828282;
  text-decoration: none;
}

#head .klapp ul a {
  color: white;
 }
					/** Pseudoklassen für die Navigation**/
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong,
#home ul p {
  color: white;
}

#head .klapp ul a:hover,
#head .klapp ul a:focus,
#head .klapp ul a:active,
#head .klapp ul strong {
  color: #EDC85A;
}

div#kontakt ul{
  margin-top: 12px;
  right: -10px;
}
div#home p,
div#home a{
  margin-top: 128px;
  right: 355px;
}

							/** POSITION Klappmenüs **/

div#head div:nth-child(3) {
  width: 115px;
  margin-top: 128px;
  right: 260px;
}

div#head div:nth-child(4) {
  width: 125px;
  margin-top: 128px;
  right: 165px;
}

div#head div:nth-child(5) {
  width: 100px;
  margin-top: 128px;
  right: 110px;
}

div#head div:nth-child(6) {
  width: 100px;
  margin-top: 128px;
  right: 0px;
}
div.klapp h2 {
  color: #828282;
  font-weight: normal;
}

div.klapp ul {
  display: none;
  margin-top:3px;
  padding: 0 5px 3px 0; 

}
									/** Malerei Klappmenü Schwarzer Backgound + Teiltransparenz**/
div:nth-child(4) ul {
  background: rgba(16,20,24,0.6);
}
									/** Klappmenü Hover Funktion **/
div.klapp:hover ul {
  display: block;
  cursor: pointer;
 }

div.klapp:hover h2 {
  color: white;
  cursor: pointer;
}

div.klapp ul li {
  font-size: 0.9em;
  border-left: 5px solid #2C3033;
  padding-left: 3px;
 }

					/** Inhaltsbereich auf 900px Breite begrenzen und automatisch zentrieren**/
div#content,
div#content_1 {
  background-color: #101418;
  width: 900px;
  min-height: 500px;
  margin: -20px auto 0;
  position: relative;
  z-index: 5;
  }
					/** WERKE - Bildergalerie **/
div#galleria {
  position:relative;
  padding-top: 30px;
  padding-left: 25px;
  padding-bottom: 30px;
}


					/**Überschrift h2 aller anderen Seiten Ausrichten**/
div#content_1 h2 {
  color: #828282;
  padding: 50px 0 0 100px;
}

div#content_1 h2:first-child {
padding-top:100px;
}

					/**Allgemeine Ausrichtung von Absätzen und Listen**/
div#content_1 p,
div#content_1 ul {
  color: white;
  width: 600px;
  font-size:0.9em;
  text-align: justify;
  padding: 10px 0 10px 100px;
  list-style: none;
  font-style:normal;
  position:relative;
}

					/** Spezielle Ausrichtung der Listen **/
div#content_1 ul {
text-align: left;
line-height: 1.2em;
width: 680px;
}

div#content_1 p#sname {
  font-size: 1.4em;
  color: #828282;/*#2C3033; #373737;*/
  margin-bottom: -20px;
  right: 72px;
  }
  
address.vcard {
color: white;
  width: 600px;
  font-size: 0.9em;
  text-align: justify;
  margin: 10px 0 10px 100px;
  list-style: none;
  font-style: normal;
  position: relative;
}


						/** Inhalte auf der STARTSEITE ausrichten**/
div#texthg {
  position: absolute;
  margin-top: 80px;
  line-height: 1.5em;
  width: 900px;
  height: 120px;
  background: #191E24;
}

div#content p:first-child {
  position: relative;
  padding-top: 5px;
  color: #828282;
  text-align: center;
}
							/** Ausstellungen**/
div#content p:nth-child(2) {
  position: relative;
  padding-top: 10px;
  color: white;
  text-align: center;
}


							/** Zusatztext unter dem Bild**/	
div#content p:nth-child(3) {
  position: relative;
  top: -40px;
  padding-bottom: 30px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  
}
							/**Titel - Bildunterschrift**/
div#content p:nth-child(4) {
  position: relative;
  top: -60px;
  padding-bottom: 30px;
  color: #828282;
  text-align: center;
  font-size: 0.9em;
  
}


div#content a {
  /*font-variant: small-caps;*/
  color: white;
  font-size: 1em;
  text-decoration:underline;
}

div#content ul {
  position: relative;
  top: 620px;
  left: 5px;
  width: 200px;
}
  
  
div#content ul li {
  color: white;
  text-align: right;
}

					/**Titelbild auf der STARTSEITE ausrichten**/
div#content img {
  margin-top: 230px;
  margin-bottom: 50px;
  margin-left: 194px;
}
					/**Adressfelder in KONTAKT ausrichten**/

div#adress1 {
  position: absolute;
}
div#adress2 {
  position: absolute;
  margin: 0 0 0 400px;
}
					/** IMPRESSUM IMPRESSUM IMPRESSUM Zusatz <p> **/
div#content_1 p.imp {
  color: #828282;
  font-size: .95em;
}
					/** Abrücken von "Verweis auf externe Seiten" IMPRESSUM **/
div#content_1 p.imp:nth-child(4) {
  margin-top: 30px;
}

div#adress1 address.vcard,
div#adress2 address.vcard{
  border-left: 2px solid #828282;
  padding-left: 7px;
  width: auto;		/** Vorher festgelegt Weite von 600px für Adresse zurücknehmen**/
}

					/**Fusszeile positionieren**/
div#footer {
  background-color: #2C3033;
  width: 900px;
  height: 23px; 
  margin: 0 auto 0;
  position: relative;
  }
  
div#footer p {
position: absolute;
color: #828282;
width: auto;
top: 0px;
right: 30px;
}

div#footer p#werke{
color: #828282;
font-size: 1em;
position: absolute;
top: 2px;
right: 10px;
}

  