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

body {
	padding: 0;
	margin: 0;	
  background: #fff url("bild/back.jpg") no-repeat fixed 50% 0%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.7em;	
  -webkit-background-size: 1700px 1276px;
}
body#kapell {
	background: #fff url("bild/back2.jpg") no-repeat fixed 50% 0%;
}
a {
	color: #51631B;
}
a:hover {
	color: #000;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#all {
	position: relative;
	text-align: center;	
	width: 910px;
	margin: 0 auto;
	overflow: auto;
}

header, nav, article, footer {
	display: block;
}

header {
	height: 187px;
	padding-top: 46px;	
}

.ottlogo {
	position: absolute;
	top: 0;
	left: 590px;
	z-index: 999;
}

#kapell header  {
	height: 187px;
	padding-top: 46px;
	background: url("bild/ott2.png") no-repeat;	
}

#rundgang {
	overflow: hidden;
	height: 0;
}

nav {
	height: 42px;
}

article {
	float: left;
	width: 770px;
	text-align: left;
	margin: 40px 0 210px 50px;
	color: #555;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;	
	height: 145px;
	background: url("bild/bgfooter.png") center top no-repeat;	
}

footer p {
	width: 840px;
	color: #000;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
	margin: 55px auto 5px auto;
}

#kapell footer {
	position: fixed;
	bottom: 0;
	width: 100%;	
	height: 145px;
	background: url("bild/bgfooter2.png") center top no-repeat;	
}

#kapell footer p {
	width: 840px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
	margin: 48px auto 5px auto;
}

#kapell footer p a {
  color: #fff;
  text-decoration: none;
}

.weine-nav {
	float: left;
	width: 180px;
	margin: 20px 30px 0 0;
}
.weine-info {
	float: left;
	width: 500px;		
}

h1, h2, h3, h4 {		
	font-family: "Univers LT W01 49 Light Ult Cn", "Arial", " Verdana";
	color: #666;	
}
h1, h2 {		
	font-size: 1.7em;
}
h3 {	
	font-size: 1.5em;
}
.weine-info h2 {	
	font-size: 1.7em;
	color: #A4CF57;
}
.weine-info h3 {	
	font-size: 1.2em;
	color: #666;
}

#kapell h1, #kapell h2 {
	color: #890057;		
	font-size: 2.7em;
}
#kapell h2 {	
	font-size: 1.7em;
	margin: 0;
	margin-top: 5px;
}
h4 {	
	font-size: 1.3em;
	margin: 0;
	margin-top: 5px;
}
h5 {	
	font-size: 1.9em;
	color: #A4CF57;
	line-height: 28px;
}
h5 span {	
	font-size: 13px;
}

p {
	margin: 0;
	margin-bottom: 1em;	
}

span.gruen {
	color: #A4CF6D;		
}
span.rot {
	color: #89006D;		
}
.pdf {
	float: left;
	margin-right: 1em;		
}

/* Kontaktformular */

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

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 220px;
	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;
}
