html, body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	height: 100%; 
	color: #000;
	background: #FEF9DE url(../gfx/bg_bottom.gif) repeat-x left bottom;	
}

/*
 * background
 */
table.bg_left_top {
	background: transparent url(../gfx/bg_left_top.gif) no-repeat left top;
	width: 100%;
	height: 100%;
	z-index: 10;
}
td.bg_right_top {
	background: transparent url(../gfx/bg_right_top.gif) no-repeat right top;
	height: 100%;
}
table.bg_left_bottom {
	background: transparent url(../gfx/bg_left_bottom.gif) no-repeat left bottom;
	width: 100%;
	height: 100%;	
}
div.bg_data_top {
	background: transparent url(../gfx/bg_data_top.gif) no-repeat left top;
	width: 426px;
	float: left;
	padding: 0 10px 40px 18px;
	min-height: 250px;
}
div.contact {
	color: #624a00;
	padding: 15px 0 0 15px;
	line-height: 20px;
}
div.bg_data {	
	background: transparent url(../gfx/bg_data.gif) repeat-y left top;		
}
div.bg_data_bottom {	
	background: transparent url(../gfx/bg_data_bottom.gif) no-repeat left bottom;	
}
div.bg_data_bottom_de {	
	background: transparent url(../gfx/bg_data_bottom_de.gif) no-repeat left bottom;	
}
div.bg_data_bottom_en {	
	background: transparent url(../gfx/bg_data_bottom_en.gif) no-repeat left bottom;	
}
div.right_top {	
	background: transparent url(../gfx/right_top.gif) no-repeat right top;	
}
div.right_top_02 {	
	background: transparent url(../gfx/right_top.gif) no-repeat 7px 0;	
}

/*
 *	formatting
 */
p {
	margin: 0 0 10px 0;
}
td {
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #624A00;
}
h1.error {
	margin-bottom: 0;
}
ul {
	padding: 0;
	margin: 0;
	line-height: 18px;
}
table.sitemap ul {
	line-height: 23px;
	margin-left: 20px;
}
div.error ul {
	margin: 5px 0 0 10px;
}
li {	
	margin-left: 20px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.nowrap {	
	white-space: nowrap;
}
.pointer {
	cursor: pointer;
}
div.data {
	width: 770px;
	text-align: left;
}
img.bg_right_bottom {
	position: absolute;
}
td.bottom {
	padding-bottom: 95px;
}
img.border_old {
	border: 1px solid #A3915A;
}
p.pager {
	margin-top: 10px;	
}
div.date {
	margin-right: 15px;	
}
div.desc {
	margin-top: 5px;
}
div.box {
	margin-bottom: 20px;
}
a.pager,
div.pager {
	text-align: center;
	background-color: #EFEAD7;
	font-size: 11px;
	height: 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #CDBD82;
}
a.pager {
	display: block;
}
div.error {
	border: 1px solid #89773C;
	background-color: #EFEAD7;
	margin-right: 10px;
	padding-bottom: 5px;
}
div.gallery {
	text-align: center;	
}
div.gallery img {
	margin: 0 0 10px 10px;
	border: 2px solid #624A00;
	padding: 1px;
	cursor: pointer;
	float: left;
}
img.border {
	border: 2px solid #624A00;
	padding: 1px;
	cursor: pointer;
	float: left;
	margin: 5px 10px 0 0;
}
div.top {
	margin-top: 20px;
}
img.pos_right {
	margin-right: 10px;
}
img.pos_left {
	margin-left: 10px;
}
div.guest {
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
}
img.map {
	margin: 15px 15px 0 0;
}
div.bottom_menu {
	width: 520px;
	color: #9C8D57;
}

/*
 *	link
 */

a {
	color: #624A00;
	text-decoration: underline;	
	outline:none;
}
a:hover {
	color: #624A00;
	text-decoration: none;	
}
a.back {
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 10px 10px 0 0;
}
div.bottom_menu a {
	text-decoration: none;
	color: #9C8D57;
}
div.bottom_menu a:hover {
	text-decoration: underline;
}

/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #624A00;
}

label {
	cursor: pointer;
}

label.error {
	font-weight: bold;
}

input {
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color: #624A00;
	width: 240px;
	height: 15px;
	margin: 3px;
	padding: 2px 6px 0 6px;
	border: 1px solid #DACB87;
}
textarea {
	width: 240px;
	height: 80px;
	margin: 3px;
	padding: 2px 6px 0 6px;
	border: 1px solid #DACB87;
}
input#turingt {
	width: 150px;
}
input:hover,
textarea:hover {
	border: 1px solid #624A00;
}
input#send_guestbook,
input#send_contact {
	width: 50px;
	height: 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #A09059;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
}
input#send_guestbook:hover,
input#send_contact:hover {
	color: #624A00;
}

div.contact input {
	width: 170px;
}
div.contact textarea {
	width: 330px;
}
div.contact label {
	width: 50px;
	display: block;
	float: left;
}

