﻿@charset "utf-8";
/************* CSS für Dachdecker Heinz Veith*/

HTML, BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #339966 url(../img/bg.gif) 50% 0 repeat-y;
	color: #000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

A {
	color: #339966;
}

A:hover {
	color: #333;
}

IMG {
	border: none;
}

/************* fonts */

h1 {
	font-weight: bold;
	font-size: 1em;
	margin: 25px 0 15px 0;
}

.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	padding: 3px 0;
}

h1.csc-firstHeader {
	margin-top: 0;
}

/************* structure */

#container {
	width: 950px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/main-bg.png) 0 100% no-repeat;
}

#header {
	height: 135px;
	width: 950px;
	background: #fff;
	padding-bottom: 40px;
}

#rheader, #logo {
	float: left;
}

#rheader {
	width: 760px;
	height: 135px;
	background: #339966;
	overflow: hidden;
}

#logo {
	width: 190px;
	height: 135px;
}

#headernavi {
	width: 760px;
	height: 15px;
}

#headernavi ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 225px;
}

#headernavi ul li {
	display: inline;
}

#headernavi ul li a {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 9px;
}

#headernavi ul li a:hover, #headernavi ul li a.active {
	color: #CCC;
}

#headergfx {
	width: 760px;
	height: 120px;
	overflow: hidden;
}

#navi, #right {
	width: 160px;
	padding: 0 15px;
	float: left;
}

#content {
	width: 530px;
	padding: 0 20px;
	font-size: 0.8em;
	float: left;
	line-height: 1.6em;
	padding-bottom: 130px;
}

/************* navi */

ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu {
	margin: 0;
	padding: 0 0 80px 0;
}

ul.menu a {
    display: block;
    font-weight:normal;
	color: #339966;
	font-size: 0.8em;
	font-weight: bold;
	padding: 7px 0;
	text-decoration: none;
}

ul.menu li.first a {
	padding-top: 0;
}

ul.menu a:hover, ul.menu a.active {
	color: #000;
}

ul.menu li {
    padding:0;
    margin:0;
}

ul.menu li.second {
	padding-left: 20px;
	background: url(../img/bullet.gif) 0 50% no-repeat;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

*html ul.menu ul li {
    height: 20px;
	overflow: hidden;
}

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
}

/************* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from IE-mac */

/************* Kontaktformular 

fieldset.csc-mailform {
	border: none;
	position: relative;
}

fieldset.csc-mailform img {
	position: absolute;
	left: 360px;
	bottom: 30px;
}

.csc-mailform-field  {
	clear: both;
	padding: 8px 0 4px 0;
	position: relative;
}

.csc-mailform-field label, .csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea  {
	display: inline-block;
	width: 100px;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	background: none;
	border: 1px solid #656565;
}

.csc-mailform-field input:focus, .csc-mailform-field select:focus, .csc-mailform-field textarea:focus {
	background: #efefef;
}


.csc-mailform-field input {
	width: 250px;
}

.csc-mailform-field textarea {
	width: 350px;
	display: block;
	clear: both;
}

.csc-mailform-field input.csc-mailform-submit {
	border: 1px solid #656565;
	background: none;
	cursor: pointer;
	width: 353px;
	padding: 3px 0;
}

.csc-mailform-field input.csc-mailform-submit:hover {
	background: #F44B00;
	color: #fff;
}

.csc-mailform-label {
	display: block;
	clear: both;
	padding-top: 8px;
} */

.tx-powermail-pi1_fieldset {
	border: none;
	margin: 10px 0;

}

.tx-powermail-pi1_fieldset legend {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	display: block;
}

.tx-powermail-pi1_fieldset input, .tx-powermail-pi1_fieldset select, .tx-powermail-pi1_fieldset textarea {
	background: none;
	border: 1px solid #656565;
}

.tx-powermail-pi1_fieldset input:focus, .tx-powermail-pi1_fieldset select:focus, .tx-powermail-pi1_fieldset textarea:focus {
	background: #efefef;
}

.powermail_textarea {
	display: block;
	clear: both;
	width: 350px;
}

#powermaildiv_uid6 label {
	display: block;
	font-weight: bold;
	clear: both;
	padding: 10px 0 5px 0;
}

.tx_powermail_pi1_fieldwrap_html label {
	width: 100px;
	display: -moz-inline-block;
	display: inline-block;
}

.tx_powermail_pi1_fieldwrap_html input:focus, .tx_powermail_pi1_fieldwrap_html textarea:focus {
	background: #efefef;
}

.tx_powermail_pi1_fieldwrap_html_text input {
	width: 250px;
}

.tx_powermail_pi1_fieldwrap_html_text {
	position: relative;
	padding: 5px 0;
}

.tx_powermail_pi1_fieldwrap_html img {
	margin-top: 5px;
}

.powermail_mandatory {
	color: #F44B00;
}

.powermail_submit, .powermail_reset, .tx-powermail-pi1_mandatory_submit {
	float: left; margin: 0 10px 0 0;
	background: none;
	border: 1px solid #444;
	margin-top: 15px;
}

.powermail_submit:hover, .powermail_submit:focus, .powermail_reset:hover, .powermail_reset:focus, .tx-powermail-pi1_mandatory_submit:hover, .tx-powermail-pi1_mandatory_submit:focus {
	background:#F44B00;
	color: #fff;
	cursor: pointer;
}

#powermaildiv_uid7 {
	padding-top: 10px;
}

.tx-srfreecap-pi2-cant-read {
	display: block;
	clear: both;
	color: #656565;	
}

/* Bilder */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border-color: #555;
}

/* Wetter */

td a.wettercomsmall225330, .wetter {
	display: none;
}

.tx-photogals-pi1-small-active a, .remooz-title-bg {
	background: #339966 !important;
}

#MooFlow, #MooFlow canvas {
	background: #fff !important;
}