body {
	margin: 0px 0px -1px 0px;
	padding: 250px 50px 3px 298px;
	background: white url('hybrid-heiztechnik-koch.png') no-repeat scroll right bottom;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	text-align: justify;
}

header {
	position: absolute;
	width: 444px;
	height: 247px;
	right: 17px;
	top: 10px;
	background-image: url('koch-hybrid-heiztechnik.png');
}

h1 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Sans-Serif;
	font-size: 32pt;
	color: #e00;
	text-align: left;
	font-weight: normal;
}

h2 {
	margin-top: 2em;
}

.link-hybridheiztechnik, .link-kreiselpumpen, .link-hauptschema, .link-modul-standard, .link-modul-komfort, .link-regelung, .link-kontakt {
	position: absolute;
	width: 94px;
	height: 74px;
	background-color: #e00;
	color: white;
	text-align: center;
	padding: 30px 5px 0px;
	-webkit-box-shadow: 5px 6px 6px 0px rgba(136, 0, 0, 0.3);
	box-shadow: 5px 6px 6px 0px rgba(136, 0, 0, 0.3);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	cursor: pointer;
}

.link-regelung, .link-kontakt {
	height: 64px;
	padding-top: 40px;
}

.link-hybridheiztechnik { top: 22px; left: 18px; }
.link-kreiselpumpen     { top: 65px; left: 142px; width: 115px; padding: 40px 5px 10px;}
.link-hauptschema       { top: 212px; left: 114px; }
.link-modul-standard    { top: 333px; left: 24px; }
.link-modul-komfort     { top: 361px; left: 152px; }
.link-regelung          { top: 490px; left: 62px; }
.link-kontakt           { top: 624px; left: 119px; }


.link-hybridheiztechnik:hover, .link-kreiselpumpen:hover, .link-hauptschema:hover, .link-modul-standard:hover, .link-modul-komfort:hover, .link-regelung:hover, .link-kontakt:hover {
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-box-shadow: 5px 12px 24px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 12px 24px 0px rgba(0, 0, 0, 0.25);
	background-color: black;
}

.link-hybridheiztechnik:hover, .link-hauptschema:hover, .link-modul-komfort:hover, .link-kontakt:hover {
	-moz-transform: scale(1.4) rotate(-6deg);
	-webkit-transform: scale(1.4) rotate(-6deg);
	-o-transform: scale(1.4) rotate(-6deg);
	-ms-transform: scale(1.4) rotate(-6deg);
	transform: scale(1.4) rotate(-6deg);
}

.link-kreiselpumpen:hover, .link-modul-standard:hover, .link-regelung:hover {
	-moz-transform: scale(1.4) rotate(6deg);
	-webkit-transform: scale(1.4) rotate(6deg);
	-o-transform: scale(1.4) rotate(6deg);
	-ms-transform: scale(1.4) rotate(6deg);
	transform: scale(1.4) rotate(6deg);
}

.current {
	background-color: black;
	-webkit-box-shadow: 5px 6px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 6px 6px 0px rgba(0, 0, 0, 0.3);
}

li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	padding-right: 30px;
}

.bemerkung {
	color: #222;
	font-size: 10.5pt;
	margin-left: 20px;
	margin-top: 0px;
}

p {
	margin-bottom: 0.2em;
}

a, a:visited {
	color: blue;
}

a:active {
	color: red;
}

h3 {
	cursor: pointer;
	margin-bottom: 0px;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
	clear: both;
	font-size: 12pt;
}

h3:before {
	content:"► ";
}

figure {
	width: 350px;
	display: inline-block;
	margin: .3em;
	padding: 0;
	vertical-align: top;
}

figure img {
	border: 1px black solid;
	padding: 1px;
	box-shadow: 5px 12px 24px 0px rgba(0, 0, 0, 0.25);
}

figcaption {
	margin: 0;
	height: 2.5em;
	vertical-align: top;
	font-size: 11pt;
}

.expanded {
	border-bottom: 1px #006 solid;
	color: #006;
	text-decoration: none;
}

.expanded:before {
	content:"▼ ";
}

.expand {
	display: none;
	padding-bottom: 1em;
}

td {
	vertical-align: top;
}

form {
	display: block;
	width: 50%;
	min-width: 260px;
	max-width: 500px;
	margin: auto;
	text-align: left;
}

label {
	margin-top: 1em;
	width: 100%;
	display: block;
}

input, textarea {
	border: 1px #000 solid;
	padding: 8px;
	width: 100%;
}

.required {
	color: red;
}

input:focus, textarea:focus {
	border-color: #e00;
}

footer {
	text-align: right;
	font-size: 10pt;
	font-style: italic;
	padding-top: 220px;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}