body {
	font-family: Verdana;
	margin:0px;
  font-size: 12px;
	background-image:url(webimages/bg.gif);
}

#content{
	width:1000px;
}

#StartContainer{
  width:1000px;
  height:640px;
  position:absolute;
  left:50%;
  margin-left:-500px;
  margin-top:10px;
}

#footer{
	color:#a68c57;
	width:1000px;
	height:50px;
	font-size:10px;
	text-align: center;
	background-image:url(webimages/footer.png);
	background-repeat:no-repeat;
}

#header{
	width:1000px;
	background-image:url(webimages/header.png);
	background-repeat:no-repeat;
	height:177px;
}

#thecontent{
	width:1000px;
	background-image:url(webimages/mainBG.gif);
	background-repeat:repeat;
	overflow:hidden;
}

.navigation{
  width: 700px;
  height: 22px;
  position:absolute;
  margin-left: 165px;
  margin-top: 122px;
}

#thetitle{
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
  color:#a68c57;
}

#thetext{
	width:700px;
	padding-right:60px;
	padding-left: 165px;
	color:#a68c57;
}

#thegalerie{
	width:770px;
	padding-right:10px;
	padding-left: 115px;
	padding-top: 10px;
	color: #a68c57;;
}

.bildtext{
  padding-right: 10px;
	padding-top:2px;
	float:left; 
	width:290px;
}

.subtitel{
	padding-left: 115px;
	padding-bottom:2px;
	font-weight:bold;
	color:#a68c57;
}

a:link {color:#a68c57; text-decoration:none}
a:visited {color:#a68c57; text-decoration:none}
a:active {color:#a68c57; text-decoration:none}
a:hover {color:#a68c57; text-decoration:underline}














#container {width:640px; height:460px; position:relative;margin:0 auto 50px auto;}
#container p {margin-left:0;}

img#fade {position:absolute; top:0; left:-9999px; z-index:10;}
a img#fade {opacity: 0; -webkit-transition: opacity 2s ease-in;}
a:hover {white-space:nowrap;}
a:hover img#fade {border:0; left:0; opacity: 1; cursor:default;}

#enlarge {
  -webkit-transition-property: margin-left, border-color, width, height, position, z-index;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  border: 2px solid #080;
  width:64px; height:46px;
  position:relative; z-index:1;
}
#enlarge:hover {
  margin-left: 0;
  width: 640px;
  height: 460px;
  border-color: #c00;
  position:relative; z-index:500;
}
