/* CSS Document for kulturfabrik */
/* (c) by Computersitter Dessau  */

BODY  {
  position: absolute;
	font-family: arial, helvetica;
  font-size: 13px;
  line-height: 16px;
  background-color: #b39a64;
  overflow: hidden;
}

html, body {
  top:0; left:0; right:0;
	color: #000;
  min-height:100%;
  margin: 0px;
  padding: 0px;
  width:100%;
}

div#obenleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 455px;
  height: 400px;
  z-index: 2;
}

div#obenright {
  position: absolute;
  top: 0px;
  left: 455px;
  width: 46px;
  height: 400px;
  z-index: 2;
}

div#content {
  position: absolute;
  left: 480px;
  top: 8%;
  overflow: auto;
  /*margin-top: -120px;*/
  width: 240px;
  height: 400px;
  z-index: 3;
}

div#untenleft {
  position: absolute;
  left: 0px;
  top: 400px;
  width: 455px;
  background-color: #b39a64;
  background-image: url('../images/untenleft.gif');
  background-repeat: no-repeat;
  min-height: 300px;
  z-index: 2;
}

div#images {
  position: absolute;
  bottom: 140px;
  left: 75px;
  width: 235px;
  z-index: 9;
}

div#images img {
  border: 0px;
  width: 93px;
  height: 70px;
}

div#images td {
  border: 0px;
  width: 93px;
  height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img_overlay, .img_normal {
  width: 93px;
  height: 70px;
  background: #033;
  cursor: pointer;
}

.img_overlay {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.img_normal {
  opacity: 0.0;
  filter: Alpha(opacity=0);
}


div#images span {
  width: 93px;
  height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-position: left top;
  border: 1px solid #f00;
}

div#images .img_disable {
  display: inline;
  /*background: #b3f5fb;*/
  background-position: top left;
  width: 93px;
  height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 16px;
  margin: 4px 0px;
}

h3 {
  font-size: 13px;
  margin: 4px 0px;

}
div#content a {
  font-family: arial, helvetica;
  text-decoration: none;
  color: #000;
}

div#content a:hover {
  color: #f00;
}

div#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #000;
  height: 21px;
  width: 100%;
  z-index: 5;
}

div#footer a {
  font-family: Courier New;
  text-decoration: none;
  color: #fff;
}

div#footer a:hover {
  text-decoration: underline;
}

div.window {
  position: absolute;
  padding: 5px;
  top: 20px;
  font-family: Arial, Helvetica;
  color: #000;
  left: 240px;
  overflow: auto;
  background: #fff;
  border: 1px solid;
  font-size: 10px;
  z-index: 10;
}

div#overlayer {
  position: absolute;
  top: 0px;
  left: 539px;
  background: #b39a64;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}



