html,body {
	width: 100%;
	background: url(images/holz.jpg) right no-repeat #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 1.6em;
	
	scrollbar-face-color: white; 
	scrollbar-highlight-color: black; 
	scrollbar-shadow-color: black; 
	scrollbar-3dlight-color: white; 
	scrollbar-arrow-color: black; 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: white;
}

#frame {
	position: relative;
	width: 900px;
	height: 666px;
	margin: 15px auto;
	border: 1px solid #000000;
	background: url(images/right_bg.gif) right no-repeat #FFFFFF;
	padding: 0;
	text-align: left;
	clip: rect(0px 900px 666px 0px);
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 424px;
	height: 666px;
  	background-image: url(images/left_bg.jpg);
	z-index: 10;

}
#leftflash {
	position: absolute;
	top: 0;
	left: 0;
	width: 424px;
	height: 666px;
  }
  
#right {
	position: relative;
	margin: 188px 0 0 424px;
}

#menu {
	position: relative;
	font-size: 14px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a.active {
	color: #DAB442;
	text-decoration: none;
}


#main {
	position: relative;
	width: 380px;
	height: 345px;
	margin-top: 24px;
	overflow: auto;
}

#main img.thumbs {
	border: 1px solid #000000;
	margin-right: 8px;
}

#imprint {
	position: relative;
	margin-top: 5px;
}

.polaroids {
	position: absolute;
	width: 301px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #000000;
	display: none;
}

.polaroid_close {
	position: absolute;
	top: 7px;
	right: 7px;
	border: 0;
}

.polaroid {
	position: absolute;
	top: 30px;
	left: 8px;
	border: 0;
}

#teaser {
	position: absolute;
	width: 397px;
	height: 79px;
	margin-top: 5px;
	clip: rect(0px 380px 63px 0px);
	z-index: 5;
	overflow: scroll;
}

#teaser img {
	position: absolute;
	top: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active{
  text-decoration: none;
	color: #B49432;
} 
a:hover {
  text-decoration: none;
	color: #DAB442;
} 