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

body {
	background: #CAE8F9 url("bild/bg.jpg") repeat-x fixed;
	margin-top: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.7em;
	color: #333;	
}
a {
	color: #f60;
}
a:hover {
	color: #006;
}
#all {
	position: relative;
	text-align: center;
	width: 760px;
	margin: auto;
	padding: 0;
	background: #fff;
	border-left: 9px solid #5391C4;
	border-right: 9px solid #5391C4;
	border-bottom: 5px solid #5391C4;		
}
#header {
	height: 100px;
	border-bottom: 1px solid #999;
	background: url("bild/oben.jpg") no-repeat;
	margin-bottom: -10px;
}
#header h1 {
	font-size: 1px;
	display: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#leiste {
	height: 50px;
	text-align: left;
	padding-left: 160px;
	background: url("bild/bgleiste.jpg") repeat-x;
}
#inhalt {
	text-align: left;
	padding: 0 30px 0 160px;
	color: #000;
	background: #fff url("bild/bgtrauben.jpg") no-repeat;
}
#footer {
	text-align: left;
	padding: 3px 20px 3px 160px;
	height: 45px;
	color: #006;
	background: #E8F1F8;
	clear: both;
}

h1 {
	color: #777;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
}
.pic {
	border: 1px solid #999;
	padding: 4px;	
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
	padding: 7px;
}
td p {
	margin-top: 0;
}

/* Kontaktformular */

label, input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 0.5em;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 1em;
}
br {
	clear: left;
}