/*-----------------------------------------------------------------------------
Wohlketzetter Style Sheet 
Media:     Screen
version:   1.1 / last modified 2016/03/09
author:    Wolf Gebler
website:   http://www.wohlketzetter-haustechnik.de
-----------------------------------------------------------------------------*/
/* =General Layout
-----------------------------------------------------------------------------*/
* 	{
	margin: 0;
	padding: 0;
	border: none;
}

/* Remove img border */
img {
	border: 0;
}

/* =Typography and body sets
----------------------------------------------*/
body {
  	font-size: 62.5%;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
}

p, blockquote, form, fieldset, table {
  color: #000;
}


/* =Headings
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	color: #000;
}

h6 {
	font-size: 1.0em;
	color: #000;
}


p {
	font-size: 1.5em;
	color: #000;
}

li {
	color: #e1cbb3;
}

.fett {
	font-size: bold;
}

/* =Links
----------------------------------------------*/
a {
	color: #0000FF;
}

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

acronym {
	cursor: help;
	border-bottom: 1px dotted #0033FF;
}

/* =icon for external links
----------------------------*/
a.external {
	background: url(../images/extLink.gif) no-repeat right top;
	padding-right: 12px;
}

a.externalPic {
	background: url(../images/extLink.gif) no-repeat right top;
	padding-right: 12px;
	text-decoration: none;
}

/* =Wrapper
----------------------------------------------------------------*/
div#wrapper {
	width: 840px;
	height: 615px;
	margin: 0px auto 0 auto;
	border-left: 1px solid #ccc;
	background: url(../images/tile.gif) repeat-y top left;
}

div#bottom {
	width: 837px;
	height: 18px;
	margin: 0px auto 0 auto;
	background: url(../images/tileBottom.gif) no-repeat bottom left;
}


div#header {
	position: relative;
	width: 795px;
	height:85px;
}

div#header h1 {
	padding: 20px;
}


div#navi {
	width: 799px;
	height: 30px;
	background: url(../images/navi_blau.png) repeat-x bottom left;
	border-left: 1px solid #ccc;
	float: left;
}


/* =Navigation
-------------------------------------------------------------*/
div#navi ul {
    float: left;
    display: inline;
    margin-left: 20px;
	margin-top: 8px;
    padding: 0;
}

div#navi ul li {
	position: relative;
	list-style: none;
	float: left;
	line-height: 1em;
    border-left: 1px #FFF solid;
    border-right: 1px #aaa solid;
}

div#navi ul li:first-child {
    border-left: 0;
}

div#navi ul li a {
    width: auto;
	font-size: 12px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
	color: #fff;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
}

div#navi ul li a:hover {
	color: #000;
}

div#navi ul li a.aktuell {
	color: #ccc;
}

/* =Content
-------------------------------------------------------------*/
div#content {
	width: 800px;
	height: 470px;
	position: relative;
	background-color: #fff;
	float: left;
}

div#buildlJava {
	margin: 10px;
}

/* =Footer
-------------------------------------------------------------*/
div#footer {
	position:absolute;
	top: 480px;
	left: -1px;
	width: 799px;
	height: 20px;
	border: 1px solid #ccc;
}


div#footer p {
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 3px 5px 0 10px;
}

div#footer a.back {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	float: right;
	margin-right: 10px;
	padding: 3px 0 0 5px;
}


/* =Index
--------------------------------------------------------*/
div.slice1, div.slice2, div.slice3, div.slice4  {
	position:absolute;
	top: 0px;
	height: 200px;
	width: 200px;
}

div.slice5, div.slice6, div.slice7, div.slice8  {
	position:absolute;
	top: 200px;
	height: 200px;
	width: 200px;
}

div.slice1, div.slice5 {
	left: 0px;
}


div.slice2, div.slice6 {
	left: 200px;
}

div.slice3, div.slice7 {
	left: 400px;
}

div.slice4, div.slice8 {
	left: 600px;
}

div#build.text {
	position:absolute;
	top: 405px;
	left: 60px;
	height: 100px;
	width: 780px;
}

div#build.text h1, div#build.text p {
	padding: 0;
}

/* = Heizung
-------------------------------------------------- */
.heizung h2 {
	margin-top: 20px;
	text-align: center;
}

.heizung img {
	margin: 20px 40px 0 40px;
	float: left;
}

.heizung h3 {
	margin: 90px 10px 0 10px;
}

.heizung p {
	margin: 10px 10px;
}

/* = Sanitaer
-------------------------------------------------- */
.sanit h2 {
	margin-top: 20px;
	text-align: center;
}

.sanit img {
	margin: 20px 40px 0 40px;
	float: left;
}

.sanit h3 {
	margin: 120px 10px 0 10px;
}

.sanit p {
	margin: 10px 10px 0 10px;
}

/* = Solar
-------------------------------------------------- */
.solar h2 {
	margin-top: 20px;
	text-align: center;
}

img.speicher {
	margin: 10px 60px 0 20px;
	float: left;
}

.solar h3 {
	margin: 70px 10px 0 10px;
}

.solar p {
	margin: 10px 10px;
}

/* = Anfahrt
-------------------------------------------------- */
div#map {
	width: 800px;
	height: 450px;
}

div#message {
	color: #fff;
}

div#route {
	width: 800px;
	height: 20px;
	margin-top: 10px;
}

div#route a {
	color: #0000FF;
	font-size: 10px;
	font-weight: normal;
	padding-left: 340px;
}


div#route h3, div#gps h3, div#gps p {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}



/* =Kontaktformular
-----------------------------------------------------------------*/
div#contact {
	width: auto;
	margin-top: 40px;
	margin-right: 60px;
	clear: both;
	float: right;
}

div#eingfeld {
	width: 660px;
	margin: 0;
	padding: 0;
}

div#eingfeld h2 {
	font-weight: bold;
	width: 155px;
	margin-left: 240px;
	padding: 10px 0;
}

div#eingfeld h6 {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	margin-left: 50px;
	padding-top: 20px;
}

fieldset {
	margin: 0;
	padding: 0;
}

fieldset p {
	color: #000;
  	margin: 0.4em 0 0 40px;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 190px;
	color: #000;
}

input {
	width: 340px;
}

input.name {
	width: 160px;
}

input.str {
	width: 235px;
}

input.nr {
	width: 85px;
}

input:focus, textarea:focus {
	background: #FFC;
}

input[type="text"], textarea, select {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

input.radio, input.checkbox, input.submit {
	width: auto;
}

input.checkbox {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}

label.checkbox {
	margin-top: 3px;
	margin-left: 25px;
	width: 80px;
}

em.required {
	margin-top: 40px;
	font-size: 10px;
	color: #990000;
}

select#anrede {
	width: 70px;
}

p.xyz {
	clear: both;
	float: left;
	padding: 0;
}

input.datenSch {
	float: left;
	padding-left: 0;
	margin-left: -8px;
}

label.datenSchLab {
	font-size: 12px;
	width: 340px;
	margin-top: 14px;
}

a.datenS {
	color: #09F !important;
	text-decoration: underline !important;
}

input#gelesen  {
	width: 30px;
	margin-top: 15px;
}

input.button1, input.button2 {
	background-color: #CCC;
	width: 100px;
	height: 30px;
	margin: 20px 0 5px 240px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}

input.button2 {
	margin-left: 138px;
}

/*-- Anzeige Fehlermeldung --*/
div#errormess {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 440px;
	height: 70px;
	margin: 5px 0;
}

div#errormess h3 {
	margin-left: 5px;
	margin-bottom: 0;
	color: #FF0000;
}

div#errormess ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: 6em;
}

div#errormess li {
	margin: 5px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: inline;
}

div#vers {
	width: 400px;
	height: 70px;
	margin-top: 250px;
	margin-right: 10px;
}

div#vers h3 {
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	color: #000099;
	margin: 0;
	padding: 0;
}

div#vers p {
	text-align: center;
	line-height: 2em;
	color: #000099;
}

div#vers a {
	text-align: center;
	line-height: 2.5em;
	font-weight: bold;
	color: #0033CC;
}

/* =Impressum
-----------------------------------------------------------------*/
#wrapper.impress {
	height: 845px !important;
}

div#footer.long {
	top: 710px;
}

#wrapper.datenSchutz {
	height: 2000px !important;
}

div#footer.longLong {
	top: 1860px;
}

.impress h3, .datens h1, .datens h2 , .datens h3  {
	margin-top: 20px;
	margin-left: 60px;
}


.impress p, .datens p {
	font-size: 12px;
/*	font-weight: bold;*/
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 40px;
}

.datens p.fett, .impress p.fett {
	font-weight: bold;
}

div#bilder {
	float: right;
	margin-top: 70px;
	margin-right: 40px;
}

div#bilder p {
	font-size: 1.1em;
}

div#bilder a {
	text-decoration: none;
}
/* -- Ende Style ------------------------------------------------------------- */

