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

body {
	background: #DAD1B4 url("bild/bg.jpg") repeat-x fixed;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}

a {
	color: #008000;
}
a:hover {
	color: #c00000;
	background: #D3C2A5;
}

#all {
	position: relative;
	text-align: center;	
	width: 960px;
	margin: auto;
	padding: 0;
	border: 4px solid #B39B6C;
	background: #fff;
}

header, article, footer {
	display: block;					
}

header {
	background: url("bild/titel.gif");
	height: 120px;
}

header h1, header h2 {
	font-family: "Times New Roman", Times, serif;
	color: #3B5E3E;
	text-shadow: 1px 3px 2px #999;	
	font-size: 4.5em;	
}
header h2 {	
	font-size: 2.4em;	
}

article {
	clear: both;
	text-align: left;
	padding: 10px 25px;
	background: url(bild/bgfrau.jpg) no-repeat;
}
footer {
	background: #E9E0D1;
	height: 45px;
	text-align: center;
}

h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #555;
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}

td {
	vertical-align: top;
}


ul.auflisten {
	margin-left: 4em;
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	margin: 9px 0;
	font-size: 1.5em;
	color: #555;
}


.pic {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.pic2 {
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}


/* Kontaktformular */

label,input, textarea {
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 100px;
	float: left;	
	padding-right: 1em;
}
input:focus {
	background: #E9E0D1;
}
br {
	clear: left;
}
input.box {
	width: 50px;
}
