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

body {
	background: #F7F6DB url("bild/back.jpg") repeat-y center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
	color: #800000;	
}
article a {
	color: #6B4A31;
}
article a:hover {
	background: #6B4A31;
	color: #F7F6DB;
}
#all {
	position: relative;
	text-align: center;	
	width: 760px;
	margin: auto;
	padding: 0;
	background: #F7F6DB url("bild/bgall.gif") no-repeat;	
}

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

header {
	height: 250px;	
}
nav {
	height: 20px;
	padding-left: 5px;		
}
article {
	background: url("bild/bginhalt.gif") repeat-y;
	text-align: left;
	padding: 30px;
}
footer {
	padding-right: 1em;
	text-align: right;
	background: #C3C3C3;
	border: 1px solid #737373;
	border-top: none;		
}
footer a {
	color: #333;		
}
h2 {
	font-size:	1.3em;
	color: #6B4A31;
}
em {
	color: #800000;
	font: italic bold 1.2em Times New Roman, Times, serif;
}

ul.pdflist li {
	list-style-image: url(bild/pdf.gif);
	line-height: 12pt;
	margin: 6px;
}
.pic {
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	clear: both;
	float: right;
	margin: 0 0 10px 10px;
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
td {
	vertical-align: top;
}


/* Kontaktformular */

label,input, textarea {
	width: 250px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 150px;
	float: left;	
	padding-right: 1em;
}
input:focus {
	background: #EFFCE8;
}
br {
	clear: left;
}


