html {
	scrollbar-3dlight-color: #A8A59C;
	scrollbar-arrow-color: #A8A59C;
	scrollbar-base-color: #A8A59C;
	scrollbar-darkshadow-color: #FFFDF0;
	scrollbar-face-color: #FFFDF0;
	scrollbar-highlight-color: #FFFDF0;
	overflow-y: scroll;
}
body {
	background: #FFFEF1 url("bild/bgrechts.jpg") fixed;
	margin: 0;
	font-size: 80%;
	line-height: 1.4em;	
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #790000;
	font: bold 1.4em Arial;
}
p, td, ul, li {
	color: #790000;
}
a:link, a:active, a:visited {
	color: #f60;
}
a:hover {
	color: #790000;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
.pic {
	border: 2px outset #999;
}
#all {
	width: 100%;
	background: url("bild/bgbaum.gif") no-repeat top right fixed;
}
#inhalt {
	width: 480px;
}
.gbuch {
	width: 450px;
	background: url("bild/bg-gaestebuch1.gif") no-repeat;
}
.gbuch1 {
	padding: 80px 50px 0 30px;
	height: 50px;
}
.gbuch2 {
	padding: 20px 50px 0 30px;
	min-height: 100px;
	background: url("bild/bg-gaestebuch2.gif") repeat-y;
}
.gbuch3 {
	padding: 0 50px 40px 30px;
	height: 80px;
	background: url("bild/bg-gaestebuch3.gif") no-repeat;
}
.events1 {
	padding: 42px 0 11px 75px;
	margin: 0;
	background: url("bild/bgevents1.gif") no-repeat;
}
.events2 {
	padding: 0 60px;
	margin: 0;
	background: url("bild/bgevents2.gif") repeat-y;
	width: 350px;	 
}
.events3 {
	height: 61px;
	background: url("bild/bgevents3.gif") no-repeat;
}
blockquote {
	margin: 0;
	padding: 0.5em 2em;
	background: #F7F3DA;
	border: 1px outset #ccc;
	line-height: 1.6em;
}
.taboben {
	padding: 3px 15px 3px 54px;
	margin: 0;	
	background: #E7DD98;
}
.tabunten {
	padding: 8px 20px 8px 50px;
	background: transparent;
	border: 2px solid #E7DD98;
}

ul#bottomnavi {
	padding: 0;
	margin: 0 0 30px;
	float: right;
	background: transparent;
}
ul#bottomnavi li {
	display: inline;
}
ul#bottomnavi li a {
	padding: 2px 12px;
	margin: 6px;
	color: #006;
	text-decoration: none;
	float: left;
	border: 1px solid #006;
}
ul#bottomnavi li a:hover {
	color: #fff;
	background: #f60;
	border: 1px solid #f60;
}

dt {
	padding: 4px 10px;
	background: #E1E296;
	font-weight: bold;	
	color: #4E4E2A;
}
dd {
	padding: 4px 20px 20px 40px;
	color: #790000;
}

#sponsoren {
	width: 470px;
	height: 360px;
	background: url("bild/bauwagensponsoren.gif") no-repeat;
	padding: 40px 0 0 70px;
}
#rundgang {
	position: absolute;
	top: 43px;
	left: 80px;
}

/* Kontaktformular */

.listform label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;
}

.listform input:focus,
.listform textarea:focus {
	background: #EFFCE8;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}

/* Galerie */

ul.thumbnails {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  overflow: hidden;
}

ul.thumbnails li {            
    float: left;
    margin: 0 8px 8px 0;
}

ul.thumbnails li img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.thumbnails a img {
	border: 5px solid #900;
}
ul.thumbnails a:hover img {
	border: 5px solid #f60;
}

