body {
  background: url(bgTapete.gif);
  margin: 0 auto;
  font-family: Times New Roman, serif;
  font-variant: small-caps;
  font-size: 16px;
  color: #777167;
  letter-spacing: 1px;
  }
/*Page Elements*/
#center {
  position: absolute;
	left: 50%;
	top: -1px;
	width: 960px;
	height: 100%;
	margin-left: -480px;
	}
#stuck {
  background: url(bgStuck.png) repeat-x;
  width: 100%;
  height: 55px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 100%;
  z-index: 1000;
  }
.nav {
  width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 5px;
	}
.nav a {
  font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #777167;
	}
#columnLeft {
  width: 300px;
  height: 100%;
  text-align: center;
  padding-top: 75px;
  background: url(bgcl.gif) repeat-y;
  z-index: 1;
	float: left;
  }
#columnRight {
  width: 600px;
  height:440px;
	margin-top: 120px;
  z-index: 1;
	float: right;
  }	
#columnRightTop {
  width: 600px;
	height: 16px;
	background: url(bgcrtop.gif);
	}
#columnRightContent {
  width: 600px;
	background: url(bgcr.gif) repeat-y;
	}
#columnRightContent p {
  margin: 0px;
	}		
#columnRightBottom {
  width: 600px;
	height: 16px;
	background: url(bgcrbottom.gif);
	background-repeat: no-repeat;
	}	
#footer {
  width: 100%;
	text-align: right;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #777167;
	}
#footer a {
  color: #777167;
	text-decoration: none;
	}
#textRahmen {
  width: 512px;
	margin-left: 44px;
	}	 				
/*Gallery*/
#gallery {
  padding-left:44px; 
  margin: 0;
	overflow:hidden; 
  width: 600px; 
  text-align: center;
	}
#gallery a img {
  border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom: 3px solid #777168;
	border-left: 3px solid #777168;
  }
.imageHolder {
  float: left;
	margin: 2px;
	}	
.uebersicht {
  width: 560px;
	text-align: right;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #777167;
	}
.uebersicht a {
  color: #777167;
	text-decoration: none;
	}
/*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(img/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(scripts/img/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(scripts/img/next.png) 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: url(bgTapete.gif);
	}	
/*Typo*/
a {
  color: #777167;
	}
h3 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 1px;
  }	
.pageDescription {
  padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	}
.pageDescription:first-line {
  font-weight: bold;
	line-height: 20px;
	}	
.projektKurz {
  padding: 15px;
	text-align: left;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
.projektKurz a {
  font-size: 12px;
	font-style: italic;
	color: #777167;
	text-decoration: underline;
	}
			
/*Misc*/
.cleaner {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
a img {
  border: none;
	}
.frontPagePicture {
  width: 500px;
	margin-left: 50px;
	}
hr.space {
  background: #E2D6C3; 
  color: #E2D6C3;
  clear: both; 
  float: none; 
  width: 500px; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}	

/*Formular*/
input {
  border: 2px solid #777167;
	font-family: Times New Roman, serif;
  font-variant: small-caps;
  font-size: 16px;
  color: #777167;
	background: #FFF6D6;
	}		
textarea {
  border: 2px solid #777167;
	font-family: Times New Roman, serif;
  font-variant: small-caps;
  font-size: 16px;
  color: #777167;
	background: #FFF6D6;
	}		