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

body {
	background: #006400 url(bild/back.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
article a {
	color: #51631B;
}
article a:hover {
	color: #000;
}

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

#all {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

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

#all, header img, nav, aside img {
	border-radius: 5px;		
}

header img {
	margin: 10px;
}
nav {
	background: #006400;
	background: radial-gradient(#006400, #006400);	
	height: 48px;
	width: 940px;
	margin: 0 auto;
}
section {
	overflow: hidden;		
}
article {
	float: left;
	width: 560px;
	text-align: left;
	padding: 6px 30px;		
}
aside {
	float: right;
	width: 300px;
	text-align: center;
	margin: 15px 12px 0 0;
}
footer {
	clear: both;
	height: 36px;
	padding: 0 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: .9em;
	line-height: 1.1em;
	color: #333;	
}
h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #00008b;
	font-size: 2.9em;	
}
h2 {
	font-size: 1.7em;
	margin: 1.5em 0 .75em 0;
}

aside img {
	margin-bottom: 1em;
}

abbr {
	border-bottom: 1px dotted #777;
	cursor: help;	
}


/* Tabellenzellenfarben */

.preise tr, .preise td {
	vertical-align: top;
	text-align: justify;
	padding: 2px 9px;	
	border-bottom: 1px solid #ddd;	
	font-size: .9em;
}

.preise tr:nth-child(odd) {
	background: #DBE9B5;
}
.preise tr:nth-child(even) {
	background: #fff;
}



/* Kontaktformular */

.listform label {
	display: inline-block;
	text-align: right;
	width: 100px;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;	
}

.listform textarea {
	height: 9em;
}

.listform input:focus,
.listform textarea:focus {
	background: #D9E1C1;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}

input[type=submit] {
	background: #779525;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	padding: 4px 0;
	border-radius: 4px;			
}

input[type=submit]:hover {
	opacity: .9;
}