* {
	padding: 0;
	margin: 0;
}
body {
  color: #745A32;
  background-color: #CFC8B4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
}
#content {
  width: 850px;
  margin: auto;
  position: relative;
  padding: 50px;
}
#inner_content {
  width: 800px;
  height: auto;
  margin: auto;
  position: relative;
}
#header {
  width: 800px;
  height: 141px;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
#navigation {
  width: 141px;
  height: 300px;
  background-image: url(../images/navi.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 156px;
  left: 0px;
  padding: 29px 25px;
}
#textfeld {
  width: 640px;
  height: auto;
  position: absolute;
  top: 156px;
  left: 160px;
}
#inhalt {
  width: 600px;
  height: 283px;
  position: relative;
  background-color: white;
  margin: 9px 0 0 0;
  padding: 20px 0px 20px 40px;
}
html>body #inhalt {
  width: 600px;
  height: auto;
  min-height: 283px;
  position: relative;
  background-color: white;
  margin: 9px 0 0 0;
}
#text {
  width: 350px;
  height: auto;
  text-align: left;
  line-height: 14px;
}
#ecken_oben {
  width: 640px;
  height: 10px;
  background-image: url(../images/ecken_oben.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  left: 0px;	
}
#ecken_unten {
  width: 640px;
  height: 10px;
  background-image: url(../images/ecken_unten.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -9px;
  left: 0px;	
}
h1 {
  font-size: 12px;
  margin-bottom: 10px;
}
h2 {
  font-size: 10px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
h3 {
  font-size: 12px;
  margin-bottom: 13px;
}
#liste {
  line-height: 18px;
  display: block;
  list-style-position: outside;
  list-style-type: disc;
}
#liste li {
  margin-left:16px;
}
#blume {
  width: 250px;
  height: 249px;
  background-image: url(../images/blume.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -70px;
  right: -10px;	
}
#blume_klein {
  width: 120px;
  height: 116px;
  background-image: url(../images/blume_klein.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 150px;
  right: -50px;
}
#blume_klein02 {
  width: 120px;
  height: 116px;
  background-image: url(../images/blume_klein.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: 10px;
}
a {
  text-decoration: none;
  display: inline;
  color: #fff;
  font-size: 10px;
  border: none;
  line-height: 16px;
}
#main {
  display: block;
  list-style-type: none;
}
#main a.current {
  color: #fff;
  font-weight: bold;
}
#main a:active, a:hover {
  color: #fff;
  font-weight: bold;
}
#navigation li {
  display: block;  
}
#start {
  margin-top: 10px;
}
#bild01 {
  width: 100px;
  height: 100px;
  background-color: red;
  position: absolute;
  top: 20px;
  left: 40px;
}
#galerie {
  width: 360px;
  height: 240px;
  position: relative;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
#galerie img {
  margin-right: 13px;
  margin-bottom: 13px;
  float: left;
}

form {
  display: block;
}
input, textarea, label {
  display: block;
}
input, textarea {
  margin-bottom: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #745A32;
  }
textarea {
  overflow: auto;
}
#submit {
  font-size: 10px;
}

#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: #CFC8B4;
	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/back.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.png) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #CFC8B4;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:10px 10px; color: #745A32; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;	font-size: 12px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #745A32;	}			
#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;
	}
