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

body {
	background: #F4CDB0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%;
	line-height: 1.7em;				
}
a {
	color: #615B30;
}
a:hover {
	color: #777;
}
a img {
	border: none;
}

#all {
	position: relative;
	text-align: center;	
	width: 960px;
	margin: 0 auto;
	background: url(bild/back.jpg) 0 120px;	
}

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

header, footer {	
	background: #6672B8;
}

nav {
	float: left;
	width: 180px;
	margin-top: 58px;
	margin-left: 20px;
}

article {
	float: left;
	width: 440px;
	margin-left: 30px;
	text-align: left;
}
#images {
	float: left;
	width: 280px;
	padding-top: 220px;
	margin-bottom: 40px;	
	overflow: hidden;	
}
#images img {
	margin: 0 auto;
}

footer  {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #FEF4E8;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	padding: 12px;
	padding-left: 230px;	
	overflow: hidden;	
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 2.1em;
	color: #674621;
	margin: 25px 0;
}

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