
body {
	background-color: #eee;
	font-family: Georgia;
	font-size: .9em;
	color: #444;
	line-height: 1.6em;
}

body#angebot {
	background-color: #212178;
	background-image: url(/bg-angebot.png);
	background-repeat: no-repeat;
	background-position: -180px 460px;
	color: #aaa;
}

body#angebot a {
	color: #f80;
	text-decoration: none;
	border-bottom: 1px solid #f80;
}

body#angebot a:hover {
	color: #cda;
	border-bottom: 3px solid #cda;
}

body#referenzen {
	background-color: #1a1a1a;
	background-image: url(/bg-referenzen.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	color: #aaa;
}

body#referenzen a {
	color: #f80;
	text-decoration: none;
	border-bottom: 1px solid #f80;
}

body#referenzen a:hover {
	color: #cda;
	border-bottom: 3px solid #cda;
}

body#kontakt {
	background-color: #04490b;
	background-image: url(/bg-kontakt.png);
	background-repeat: no-repeat;
	background-position: -170px -890px;
	color: #bbd7bb;
}

h1,
h2 {
	font-size: 1em;
	font-weight: normal;
}

body#kontakt h1,
body#kontakt h2 {
	color: #d4ff2a;
}

body#kontakt a {
	color: #d4ff2a;
	text-decoration: none;
	border-bottom: 1px solid #d4ff2a;
}

body#kontakt a:hover {
	color: #cda;
	border-bottom: 3px solid #cda;
}

label {
	display: block;
}

input,
textarea {
	background-color: #0e5114;
	border: 1px solid #29642e;
	width: 100%;
	font-family: Georgia;
	font-size: 1em;
	color: #bbd7bb;
	padding: 6px;
	margin: 0 0 1em -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus {
	background-color: #316a37;
}

textarea {
}

body#kontakt h2 {
	margin-top: 3em;
	margin-bottom: 2em;
}

ul {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 0;
}

li {
	padding-left: .5em;
	margin-bottom: 1em;
}

.submit {
	width: 200px;
}


.submit:hover {
	cursor: pointer; 
	background-color: #217124;
	color: #cbe7cb;
}

span.label {
	float: left;
	width: 5em;
}

#wrapper {
	margin: 100px auto;
	width: 1000px;
}

#text {
	clear: both;
	width: 100%;
	text-align: center;
}

#text img {
	margin-top: 80px;
}

#wrapper #angebot {
	background-position: 0 0;
	color: #2629ba;
}

#wrapper #angebot:hover {
	background-position: 0 240px;
	color: #212178;
}

#wrapper #referenzen {
	background-position: -350px 0;
	color: #d45500;
}

#wrapper #referenzen:hover {
	background-position: -350px 240px;
	color: #1a1a1a;
}

#wrapper #kontakt {
	background-position: -700px 0;
	color: #0a9b19;
}

#wrapper #kontakt:hover {
	background-position: -700px 240px;
	color: #04490a;
}

#wrapper a {
	display: block;
	background-image: url(/bg.png);
	width: 300px;
	height: 240px;
	float: left;
	text-decoration: none;
}

.middle {
	margin: 0 50px;
}

body a#magnifier {
	position: absolute;
	top: 100px;
	left: 260px;
	text-decoration: none;
	border: none;
}

body a#magnifier:hover {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

.more {
	color: #538257;
}

.more:hover {
	cursor: pointer;
}

.show {
	display: none;
}
