body {
  background-color:#cecece;
  text-align:center;
  font-family:tahoma;
  font-size:9pt;
}

p {
  font-family:tahoma;
  font-size:9pt;
  text-align:left;
}

a:link {
  color:#800000;
  text-decoration:none;
}

a:visited {
  color:#800000;
  text-decoration:none;
}

a:hover {
  color:#cecece;
  text-decoration:none;
}

img {
  border:1px solid #800000;
}

/* ab hier frei definierte Elemente */

#kopf {
  background-color:#cecece;
  border-top:1px solid #800000;
  border-left:1px solid #800000;
  border-right:1px solid #800000;
  margin:0 auto;
  margin-top:20px;
  padding:0px;
  width:1024px;
}

#inhalt {
  background-color:#969696;
  border-left:1px solid #800000;
  border-right:1px solid #800000;
  margin:0 auto;
  padding:10px;
  width:1004px;
}

#fuss {
  background-color:#969696;
  border-left:1px solid #800000;
  border-right:1px solid #800000;
  border-bottom:1px solid #800000;
  margin:0 auto;
  padding:10px;
  width:1004px;
}

#box {
  background-color:#969696;
  border:1px solid #800000;
  margin:0 auto;
  padding:10px;
  width:600px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.kunstglaserei-knops.de/pics/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(pics/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.kunstglaserei-knops.de/pics/overlay.png", sizingMethod="scale");
	}
