
  body {
    color: #444444;
    background-color: #A8BCEA;
    background-image:url(bgcomp2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 100.01%;
    font-family: font-weight:bold; font-family:Tahoma,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }




  div#Kopfzeile {
    /* font-size: 0.9em; */
    margin: 0 auto;
    width: 760px;
    text-align: center;
    /* background-color: white; */
    padding: 0.5em;
    /* border: 2px ridge blue; */
  }




  div#Fusszeile {
    font-size: 10px;
    color: #808080;
    margin: 0 auto;
    width: 760px;
    text-align: left;
    padding: 0.5em;
    /* background-color: #ECECFF; */
    /* border: 2px ridge blue; */
  }
  div#Fusszeile a {
    /*font-size: 0.9em; */
    color: #C0C0C0;
    text-align: center;
    text-decoration: none;
  }
  div#Fusszeile visited {
    /*font-size: 0.9em; */
    color: #C0C0C0;
    text-align: center;
    text-decoration: none;
  }
  div#Fusszeile hover {
    /*font-size: 0.9em; */
    color: #C0C0C0;
    text-align: center;
    text-decoration: none;
  }
  div#Fusszeile active {
    /*font-size: 0.9em; */
    color: #C0C0C0;
    text-align: center;
    text-decoration: none;
  }




  div#Seite {
    /* background-color: white; */
    font-size: 0.8em;
    text-align: left;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0.5em;
    /* border: 2px ridge blue; */
  }




  ul#Navigation {
    /* background-color: #ECECFF; */
    font-size: 0.9em;
    float: left; width: 12em;
    margin: 0; padding: 0;
    /* border: 1px dashed silver; */
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.1em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; /* background-color: #eee; */
    text-decoration: none;
  }
  ul#Navigation a:visited {
    color: black; /* background-color: #eee; */
    text-decoration: none;
  }
  ul#Navigation a:hover {
    color: #FFFF80; /* background-color: #eee; */
    text-decoration: none;
  }
  ul#Navigation a:active {
    color: #FFFF80; /* background-color: #eee; */
    text-decoration: none;
  }




  div#Inhalt {
    /* border-left: 1px ridge silver; */
    margin-left: 12em;
    padding: 0 1em;
    /* color: #808080; */
    font-family: Verdana;
  }
  div#Inhalt h1 {
    font-size: 1.4em;
    margin: 0 0 1em;
    color: #FFFF80
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
    color: #FFFF80
  }
  div#Inhalt h3 {
    font-size: 0.9em;
    margin: 0 0 1em;
    color: #FFFF80
  }
  div#Inhalt h4 {
    font-size: 1.4em;
    margin: 0 0 1em;
    color: #004080
  }
  div#Inhalt h5 {
    font-size: 1.2em;
    margin: 0 0 1em;
    color: #004080
  }
  div#Inhalt h6 {
    font-size: 0.9em;
    margin: 0 0 1em;
    color: #004080
  }

  div#Inhalt a {
    /*font-size: 0.9em; */
    color: black;
    /* text-decoration: none; */
  }
  div#Inhalt a:link {
    /*font-size: 0.9em; */
    color: black;
    /* text-decoration: none; */
  }
  div#Inhalt a:visited {
    /*font-size: 0.9em; */
    color: black;
    /* text-decoration: none; */
  }
  div#Inhalt a:hover {
    /*font-size: 0.9em; */
    color: silver;
    /* text-decoration: none; */
  }
  div#Inhalt a:active {
    /*font-size: 0.9em; */
    color: silver;
    /* text-decoration: none; */
  }

  div#Inhalt p {
    font-size:1em;
    margin: 1em 0;
  }







#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightboximages/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightboximages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightboximages/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
