body {  
   background-color: #ffc; /*#ffc*/
   background-position: 0px;
   scrollbar-face-color: #ffc;
   scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #ffffff;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-arrow-color: #cccccc;
   scrollbar-track-color: #ffffff;
   scrollbar-darkshadow-color: #cccccc;
	 margin-left:0px;
	 margin-right:0px;
	 margin-top:0;
	 margin-bottom:0;
   }

form, p, h4, ul, ol, li, div, td, th, address, blockquote { 
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
   color: #666;
   }

p {  
   font-size: 10pt; 
   margin-top: 4pt; 
   margin-bottom: 4pt
   }

h1, h2, h3 {
   font-family: Georgia, Times; 
   }

h1 {  
   font-size: 16pt; 
   font-weight: bold; 
	color: #666; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #666; 
	border-left: 0.6em solid #666; 
  line-height: 1.5em;
/* and some air under the border */
   margin: 1.5em 0 0.5em 0;
   }

h1.kopf {  
   font-size: 16pt; 
   font-weight: bold; 
	color: #333; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #333; 
	border-left: 0.6em solid #333; 
  line-height: 1em;
/* and some air under the border */
   margin: 1em 0 0.5em 1em;
   }
	 
p.kopf {
   margin: 0 0 0.5em 1.5em;
	 color:#333;
	}

h2 {  
   font-size: 13pt; 
   font-weight: bold; 
	color: #666; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #666; 
	border-left: 0.3em solid #666; 
  line-height: 1.5em;
/* and some air under the border */
   margin: 1.5em 0 0.5em 0;
   }

h3 {  
   font-size: 11pt; 
   font-weight: bold; 
	color: #666; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #666; 
	border-left: 0.1em solid #666; 
  line-height: 1.5em;
/* and some air under the border */
   margin: 1.5em 0 0.5em 0;
   }

li {  
   font-size: 10pt; 
   text-decoration: none; 
   margin-bottom: 3pt
   }

ul {  
   margin-top: 3pt; 
   margin-right: 0px
   }

a { 
   font-size: 10pt; 
   /*font-weight: normal; */
   text-decoration: none
   }
   
a:link { 
   color: #666600; 
   }

a:visited { 
   color: #006666; 
   }
   
a:active { 
   color: #006633; 
   }

a:hover { 
   text-decoration: underline;
   }
   
/* a:hover {
   text-decoration: overline 
   color: #000000;
   background-color : #FFFF00;
   font-weight: bold;
   } */

.ueberschrift {  
   font-family: Georgia, Times; 
   font-size: 14pt; 
   font-weight: bold; 
   text-decoration: none; 
   color: #009;
   }

.navi {  
   font-family: Tebruchet MS, Arial, Helvetica, sans-serif; 
   font-size: 10pt; 
   text-decoration: none; 
   margin-top: 3px; 
   padding-left: 0px; 
   margin-bottom: 3px; 
   font-weight: bolder; 
   color: #009;
   }

.navi2 {  
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
   font-size: 10pt; 
   margin-top: 0px; 
   padding-left: 12px; 
   margin-bottom: 0px; 
   font-weight: bold; 
   color: #009;
   }
 
 /* Anfang Lightbox-CSS (ca. 60 Zeilen) */
#lightbox{
	position: absolute;
	top: 40px;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 /* Ende Lightbox-CSS */