/* Screen.css */
html, body { margin: 0px; padding: 0px; }
body
{
  color: black;
  background: url('img/bg.gif') repeat-y #e1e1e1;
  font: 12px Arial, sans-serif;
  line-height: 150%;
}

h1
{
  color: white;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

h2
{
  font: 14px Arial, sans-serif;
  font-weight: bold;
  color: #990000;
}


img
{
  border: none;
}

input[type="text"]
{
  margin: 3px;
  padding: 2px;
  background: #990000; 
  border: 1px solid white;

  color: white;  
}

input[type="text"]:hover
{
  background: #990000;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

input[type="submit"]
{
  margin: 3px;
  padding: 2px;
  background: #990000; 
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: white;  
}

input[type="submit"]:hover
{
  cursor: pointer;
}
input[type="submit"]:focus
{
  background: #990000;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

input[type="text"]:focus
{
  background: #CCCCFF;
  color: black;
}

textarea
{
  margin: 3px;
  padding: 2px;
  background: #990000; 
  border: 1px solid white;

  color: white;  
}

textarea:hover
{
  background: #990000;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

textarea:focus
{
  background: #CCCCFF;
  color: black;
}
#header
{
  background: url('img/header-bg.gif') repeat-x #e1e1e1;
  height: 220px;
  width: 100%;
}

#header img
{
  position: relative;
  top: 0px;
  left: 0px;
}

#flash
{
  position: absolute;
  top: 220px;
  left: 0px;
  width: 890px;
  width: 230px;
  z-index: 1;
}

.logo
{
  position: absolute;
  top: 100px;
  left: 50px;
}

.menue2
{
  position: absolute;
  top: 50px;
  left: 700px;
}

.menue2 a
{
  font-weight: bold;
  text-decoration: none;
  color: #660000;
}
.menue2 a:hover
{
  text-decoration: underline;
}


#menue
{
  position: absolute;
  top: 220px;
  left: 20px;
  width: 180px;
  padding-top: 20px;
  color: black;
  z-index: 2;
  border-right: 1px solid white;
}

#menue a
{
  font-weight: bold;
  text-decoration: none;
  color: #660000;
  display: block;
}

#menue ol a
{
  font-weight: bold;
  text-decoration: none;
  color: white;
  display: block;
}

#menue a:hover
{
  text-decoration: underline;
}

#menue ul
{
  position: relative;
  width: 180px;
  left: -40px;
  list-style: none;
}



#menue ul li
{
  padding: 10px;
  margin-bottom: 3px;
  background: url('img/menue-ul.gif') repeat-x;
}

#menue ol
{
  position: relative;
  width: 130px;
  left: 0px;
  list-style-image: url('img/liste-ol.gif');
  color: white;
}
#menue ol li
{
  padding-top: 2px;
}

#content
{
  position: absolute;
  left: 250px;
  top: 220px;
  width: 720px;
  padding: 10px;
  z-index: 3;
}

#content a
{
  font-weight: bold;
  text-decoration: none;
  color: #660000;
}

#content a:hover
{
  text-decoration: underline;
}

.teaser-200px
{
  position: relative;
  width: 210px;
  height: 200px;
  float: left;
  background: url('img/aktion-bg.gif') no-repeat;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #660000;
  border-right: 1px solid #660000;
}

.teaser-420px
{
  position: relative;
  width: 210px;
  height: 421px;
  float: left;
  background: url('img/aktion-bg.gif') no-repeat;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #660000;
  border-right: 1px solid #660000;
}
.teaser-420px a
{
color: white;
}

.text
{
  position: relative;
  width: 100%;
  background: url('img/aktion-bg.gif') no-repeat;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #660000;
  border-right: 1px solid #660000;
  margin-bottom: 20px;
}

.galerie img
{
  padding: 11px;
  border: 1px solid #990000;
}

/* lightbox */

#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(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#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; }


#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;
	}
