/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------2c-layout-------------- */
body {
	background: #fcfcfc;
	font-size: 13px;
	line-height:1.5;
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
}
#container {
	width: 960px;
	margin: 0 auto 20px;
	border:1px solid #ccc;
	border-top:none;
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
#header {
	height:135px;
	background: url(../img/header-bg.jpg) no-repeat top;
	position:relative;
}
#logo {
	position:absolute;
	left:60px;
	top:30px;
}
#kontaktdaten {
	width:230px;
	position:absolute;
	left:540px;
	top:33px;
}
#siegel {
	position:absolute;
	right:60px;
	top:33px;
}
.panorama {
	height:300px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#menutop {
	min-height:30px;
	margin:10px;
	padding-left:45px;
	background:#cb0000;
	overflow:hidden;
}
#sidebar {
	margin-left: 540px;
	padding:40px 60px 40px 0;
}
.callout {
	color:#fff;
	background:#cb0000;
	padding:20px 20px 10px;
	text-align:center;
}
#content {
	float: left;
	width: 420px;
	padding: 40px 60px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
/* -----------------Allgemeines--------------------- */
p {
	margin-bottom:0.7em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3 {
	font-weight:bold;
	margin:1.5em 0 0.9em;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:13px;
}
#content h1:first-child, #sidebar h2:first-child {
	margin-top:0;
}
#kontaktdaten h3, .callout h2 {
	margin:0;
}
.telnr {
	font-size:25px;
	font-weight:bold;
}
hr {
	border:none;
	border-top:none;
	height:1px;
	background: url(../img/trenner.png) no-repeat center;
	margin:20px 0;
}
#content ul, #sidebar ul {
	list-style-type:disc;
	margin:10px 0 10px 30px;
}
#content li, #sidebar li {
	margin-bottom: 6px;
}
.galerie {
	border: 1px solid #ddd;
}
.galerie, .infobox {
	float:right;
	margin:4px 0 20px 20px;
}
.reihe {
	margin:20px 0;
}
.reihe img:first-child {
	margin-right: 20px;
}
/* ---Navigation und Links--- */
a {
	color:#cb0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#menutop li {
	float:left;
	margin-right:33px;
}
.last {
	margin-right:0 !important;
}
.menu-lang {
	padding-left:33px;
	border-left:1px dotted #fff;
}
#menutop a {
	display:block;
	color:#fff;
	background:#cb0000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 5px;
}
#start .start, #heizung .heizung, #sanitaer .sanitaer, #bautrocknung .bautrocknung, #kontakt .kontakt, #francais .francais, #english .english {
	color:#c6c6c6;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
#menutop a:hover {
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
/* ---Tabellen--- */
#content table {
	margin:20px 0 10px;
	width:98%;
}
#content td, th {
	border:0px solid #bfbfbf;
	padding:0 20px 20px 0;
	vertical-align:top;
}
/* ---Formular--- */
#formcontainer {
	width:400px;
	overflow:hidden;
}
.eingabe, .button, .error, .danke {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.eingabe, .button {
	font:inherit;
	border:1px solid #b7b7b7;
	outline: 0 none;
}
.eingabe {
	background:#fff;
	color:inherit;
	padding: .5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.error, .danke {
	padding: .5em;
	font-weight:bold;
}
.error, .fehler {
	background:#fff3f4;
}
.danke {
	background:#E0FFE7;
}
.eingabe:focus {
	background:#fcfcfc;
	border:1px solid #999;
}
label.block {
	display:block;
	padding-top:.3em;
}
.aligned {
	float:right;
	margin-bottom:20px;
}
.bee {
	display:none;
}
.button {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: .5em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:focus {
	outline: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.white {
	color: #606060;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */;
}
.white:hover, .white:focus {
	border:1px solid #999;
	background: #ededed;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,220,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0 ); /* IE6-9 */;
}
.white:active {
	color: #999;
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */;
}
.callout a, .callout .telnr {
	color: #fff;
}
