/* HAARGAALERIE - BERLIN
 * CSS fuer Screenausgabe 
 */

/* -- Allgemeines -- */
body {
  /* Hintergrund Bild */
  background: url(../img/bg3.png) repeat-x white; 
  background-attachment:fixed;
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 640px; 
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}
a { color: black; text-decoration: underline; } 
a:visited { color: #782a90; } 
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
/* Überschriften */
h1 { 
  font-size: 3em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}

h2, h3, h4 { font-weight: normal; }

/* Überschriften Farbe */
h1, h2, h3, h4, h5, h6 { 
  /* color: #666666; */
  color: #782a90;/*HG-Color*/
  font-family: Georgia, "Times New Roman", Times, serif;
}
img { 
  border: solid 0px #782a90;
  padding: 1px;
  max-width: 95%;
}
pre {
  font-size: 1.5em;
  font-family: Arial, serif;
  color: #782a90;/*HG-Color*/
}
/* Inhalt angepasster Fliesstext */
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; /* Text-Abstaende */
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layoutspezifisches -- */
#container { 
  font-size: 0.8em; 
  max-width: 70em; 
  margin: auto; 
  border: 1px solid #aaa; 
  border-top: 0; 
  background: white;
}
#footer {
  clear: both; 
  padding: 0 20px;
  text-align: center;
  border-top: 1px dashed #E6E6FA;
}

/* Logo - Kopfbanner */
#logo {
  background: url(../img/test6.png) 0 0 no-repeat white; /* Top-Banner */
  height: 120px;
  padding: 0px 0px;
  text-align: right;
  line-height: 54px;
  font-size: 54px;
  overflow: hidden;
  margin: 0; 
}
#logo a {
  color: white; 
  text-decoration: none;
}
#logo a span { 
  color: black;
  background: white;
  padding-right: 0.1em; 
  font-weight: bold;
}

/* - Menü - */
#menu {
  background: url(../img/button.png) #782a90;
  /*background: url(../img/button.png) #287635;*/
  padding: 1px 5%; /* Abstand des Menüs rechts und links */
  margin: 0;
  text-align: left; 
  color: white; 
}
#menu li {
  font-size: 1.3em;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid white; /* optischer Trennungsstrich */
  padding: 0 10px 0 20px;
  font-weight: bold;
}
#menu li a {
  color: black; /*Farbe des Menus*/
  text-decoration: none;
}

#menu li a.test {
  display: none;
}

#menu li a:hover {
  color: #782a90;
  /* background: url(../img/favicon.png);
  display: inline;
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px; */
}


/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%;
  min-width: 10em; 
  float: right; 
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; 
  font-size: 0.9em;
}
#subnav dt { /* Überschriften in der Subnavigation */
  font-size: 1.5em;
  font-family: Arial, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; /* optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0.5em;
  margin: 0.2em 0;
}

/* Der Hauptinhaltsteil */
#main {
  background: url(../img/HG_Logo1.png) no-repeat 100% 0 white;
  z-index: 1;
  padding: 0 31% 0 20px; 
  line-height: 1.5em; 
  font-size: 15px;
}

/*Def.Infobox begin*/
a.info{
position: relative;
z-index: 1;
color: #2D006B;
border : 0px;
text-decoration: none;
}
a.info:hover{
z-index:2;
}
a.info span{
display: none;
}
a.info:hover span{
display: block;
position: fixed;
top: 155px;
left: 380px;
border: 0px solid #12127D;
color: #000;
text-align: center;
padding: 2px;
font-size: 0.8em;
}
/*Def.Infobox end*/

span.part1 {
font-family : Arial;
font-size : 15px;
text-align : right;
float : left;
line-height : 1.3em;
text-decoration: none;
letter-spacing : 1px;
color : black;
margin : 0px 10px;
}