@charset "utf-8";
body {
	background-color: #413208;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/images/teaser_basen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	color:#f0f0db;
	font-size:12px;

}
#wrap{
	width:950px;
	margin:25px auto;
}
#header{
	text-align:center;
}	
#header .img{
	margin:0px auto;
}
#header ul{
	list-style:none;
	margin:6px auto;
	padding:0px;
}
#header ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}
#header ul li a{
	color:#f0f0db;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	margin:0px 15px;
	text-decoration:none;	
}
#header ul li a:hover{
	color:#fff;
}

#nav{
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:30px;
}

#cont{
	margin:4px auto;
	text-align:left;
	background-image:url(../images/decor.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-bottom:119px;
	width:804px;
}
#cont img{
	border:solid 2px #D8D89E;
}
#cont h1{
	margin:0px;
	padding:0px;
	font-size:18px;
}
#cont h3{
	margin:0px;
	font-size:13px;
	padding:0px;
}
#footer{
	padding:0px 18px;
	margin:0px auto 8px auto;
	border-top:dotted 1px #666;
	/*background-image:url(../images/dfilm.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	font-size:10px;
	text-align:center;
}
#footer a{
	color:#f0f0db;
	text-decoration:none;
}

#thumbs img{
	margin:5px;
}

#photo a{
	text-decoration:none;
	color:#f0f0db;
}

#clear{
	clear:both;
}