body {
	background-color: #92441D;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: center; 
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #92441D;
}
a:link {
	color: #92441D;
}
a:hover {
	color: #999;
}
a:active {
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	color: #92441D;
}
h2 {
	font-size: 11px;
	text-align: left;
}

#d_header {
	height: 170px;
	background-color: #000;
	white-space:nowrap;
	z-index: 1;	
	margin-left: 0px auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.hlbox {
	position:relative;
	top: 49px;
	left:35px;
	float: left;
	z-index: 1;
 }
 
.hrbox {
	position:relative;
	top: 0px;
	right:0px;
 	float: right;
	z-index: 1;
 }
#d_nav {
	height: 20px;
	background-color: #92441D;
	background-image:url(../basics/bg_nav.gif);
	text-align:left;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;

}

#d_middle {
	width: 760px;
	text-align: center;
	z-index: 1;	
	margin-left: auto;
	margin-right: auto;

}
 #d_content {
	text-align: left;
	padding: 35px 30px 35px 35px;
	background-color: #fff;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
 }
.buecher {
 	height: 600px;}
 
  #d_content img {
 	border: solid 1px #333333;
 } 
 
 #d_content p, #d_content li, #d_content a, td {
 	line-height: 16px;
	font-weight: normal;
	text-align: left;
 }
.fotocredit {
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 8px;
} 

.left {
	float: left;
} 

