@import url("style-navi.css");

body {
	margin: 0;
	background: #FDF0BC url("bild/back.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
#all {
	position: relative;
	text-align: center;	
	width: 870px;
	margin: auto;
	padding: 0;
	border-left: 1px solid #BBB16B;
	border-right: 1px solid #BBB16B;
	background: url("bild/bglinks.jpg") repeat-y;			
}
#links {
	position: relative;
	float: left;
	width: 210px;	
}
#rechts {
	position: relative;
	float: left;
	width: 580px;
	text-align: left;
	padding: 10px 30px;
	color: #7B0000;
	background: url(bild/bgtraube.jpg) no-repeat top right;	
}
footer {
	display: block;
	clear: both;
	color: #fff;
	background: #BBB16B;
	height: 27px;
	padding: 4px 0;
	text-align: center;		
}
a {
	color: #615B30;
	text-decoration: none;
}
a:hover {
	color: #790000;
	text-decoration: underline;
}
#rechts h2 {
	font-size: 1.4em;
	color: #615B30;
}
.kasten {
	border: 3px dashed #E3BE7D;
	padding: 5px 12px 5px 25px;
	margin: 22px 0;
	background: #FFF4C1;
}

/* Kontaktformular */

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}
.box {
	margin: 0 15px 10px 0;
	width: 15px;	
}
br {
	clear: left;
}

/* 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 #6BA9BD;
}
