html {overflow-y:scroll;}
body {
	background-color: #C0A172;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:black;
	padding:0px;
	margin:0px;
}
#header1 {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	/*text-align:right;*/
	height:100px;
	/*vertical-align:bottom;*/
	background: url("img/haus.gif") bottom right no-repeat;
}
#header2 {
	width:954px;
	margin-left: auto;
	margin-right: auto;
		text-align:right;
		text-transform:uppercase;
		padding:3px;
		font-weight:bold;
		color:white;
	margin-top:0px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background:#e0c192;
}
#container {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	border:none;
	min-height:450px;
}
#navi {
	float:left;
	width:150px;
	padding-top:30px;
}
#navi_lang {
	width:150px;
	padding-top:1px;
}
#footer {
	width:954px;
	margin-left: auto;
	margin-right: auto;
		text-align:right;
		text-transform:uppercase;
		padding:3px;
		font-weight:bold;
		color:white;
	margin-top:0px;
	border-top:1px solid #e0c192;
	background:#d0b182;
	clear: both;
}
#footer a {
	color:white;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
}

/* CONTENT */
#content {
	float:right;
	width:750px;
	/*background: #d0b182;*/
	border-left:none;
	padding:20px;
	/*border:1px solid #d0b182;*/
}
#content h1 {
	margin:5px 0px;
	font-size:22px;
	color:#806132;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted white;
}
#content em {
	font-weight:bold;
}
#content a {
	color:#705122;
}
#content a:hover, #content a:active {
	text-decoration:none;
}
#content ul li {
	margin-bottom:10px;
}




/* MAINMENU */
#navi a {
	display:block;
	width:140px;
	/*background:#d0b182;*/
	padding: 8px 0px;
	border:none;
	text-align:left;
	text-decoration:none;
	color:black;
	font-weight:bold;
	padding-left:10px;
	/*border-right:4px solid #d0b182;*/
	border-bottom:1px solid #d0b182;
}
#navi a:hover, #navi a:active, #navi a:focus, #navi a.current {
	background:#e0c192;
	/*border-right:4px solid #f0d1a2;*/
}



/* LANGMENU */
#navi_lang a {
	display:block;
	width:120px;
	/*background:#d0b182;*/
	padding: 2px 0px;
	border:none;
	text-align:left;
	text-decoration:none;
	color:black;
	font-weight:normal;
	padding-left:30px;
	/*border-right:4px solid #d0b182;*/
	border-bottom:1px solid #d0b182;
	background-repeat:no-repeat;
}
#navi_lang a:hover, #navi_lang a:active, #navi_lang a:focus, #navi_lang a.current {
	background-color:#e0c192;
	/*border-right:4px solid #f0d1a2;*/
}


/* formular elemente */
input {
	width:280px;
	font-family:'times new roman';
}
textarea {
	width:280px;
	height:150px;
	overflow-y:scroll; /* ff eigenheit */
	font-family:'times new roman';
	font-size:10pt;
}





/* dateblock guestbook */
div.dateblock{
	/*float: left;*/
	/*position: absolute;*/
	/*margin-top: 6px;
	margin-right: 10px;*/
	line-height: 1.02em;
	width: 50px;
	background:url('img/gb-listing-date.png') no-repeat;
	/*
	background: #c6a778;
	border-top: 3px solid #e0c192;
	border-left: 0px solid #eee;
	border-right: 0px solid #e0c192;
	border-bottom: 3px solid #e0c192;
	*/
	color: #aaa;
	text-align: center;
	letter-spacing: 0.17em;
	font-family: Arial, Verdana, sans;
	padding: 13px 1px;
}
span.dateblock_mon{
	font-size: 9px;
	display: block;
	text-align: center;
	color: black;
	font-family: Georgia, Arial, Verdana, sans;
}
span.dateblock_day{
	font-weight: bold;
	font-size: 15px;
	display: block;
	font-family: Georgia, Arial, Verdana, sans;
	text-align: center;
	position: relative;
	top: -1px;
	color: #336;
}
span.dateblock_year{
	font-size: 9px;
	display: block;
	text-align: center;
	color: black;
	font-family: Georgia, Verdana, Arial, sans;
}



table.guestbook-listing {
	margin-top:20px;
	margin-bottom:20px;
}
table.guestbook-listing tr td {
	vertical-align:top;
}
table.guestbook-listing tr {
	margin-top:20px;
}
table.guestbook-listing tr td span.message {
	color:#333;
	font-family:'times new roman';
	font-size:13pt;
	width:100%;
}
table.guestbook-listing tr td span.name, table.guestbook-listing tr td span.name a {
	color:#806132;
	font-style:italic;
	font-size:9pt;
	text-align:right;
}
span.name a.blubb {
	text-decoration:underline;
}






table.form {
	margin-left:100px;
}
table.guestbook {
}
table.guestbook tr td.error, table.contact tr td.error {
	color:#333;
	font-style:italic;
}




form.guestbook input.optional {
	background:#e0e0e0;
}












form.gmapsform input {
	width:auto;
}














