/* 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 {
	font-size: 15px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../img/geruestrohre.jpg) no-repeat fixed center bottom #fff;
	background-size: cover;
}
#container {
	width: 970px;
	margin: 0 auto 20px;
	background: #fff;
	background: rgba(255,255,255,0.85);
	-moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.85);
	-webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.85);
	box-shadow: 0px 0px 10px rgba(255,255,255,0.85);
	border: 1px solid #fff;
	border-top:none;
}
#header {
	height: 300px;
	position: relative;
}
#logozone {
	width:410px;
	padding-top: 84px;
	text-align:center;
}
#headerbild {
	position: absolute;
	right: 0;
	top: 0;
}
#menutop {
	padding-left: 80px;
	background: #A1232B;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#sidebar {
	margin-left: 720px;
	padding: 54px 10px 40px 10px;
}
#content {
	float: left;
	width: 550px;
	padding: 40px 80px 40px 90px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: right;
}
/* -----------------Allgemeines--------------------- */
p {
	margin-bottom: 0.7em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	font-weight:normal;
	margin: 1.5em 0 0.9em;
}
h1 {
	font-size: 25px;
}
h2, .telnr {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
hr {
	border: none;
	margin: 40px 0;
}
#content ul {
	list-style-type: disc;
	margin: 15px 0 15px 30px;
}
#content li {
	margin-bottom: 7px;
}
.gallery img {
	border: 1px solid #A1232B;
}
.reihe img {
	margin: 15px 30px 15px 0;
}
.galerie, .infobox {
	float: right;
	margin: 4px 0 15px 30px;
}
.vcard {
	margin-bottom:40px;
}
blockquote {
	padding:0 45px;
	margin-top:80px;
	background:url(../img/quote.png) 0 4px no-repeat;
}
.quelle {
	text-align:right;
}
/* ---Navigation und Links--- */
a {
	color: #A1232B;
}
a:hover {
	color:#cc2c34;
}
#menutop li {
	float: left;
	margin-right: 80px;
}
.last {
	margin-right: 0 !important;
}
#menutop a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding: 6px 10px;
	color: #fff;
}
#menutop .francais {
	background: rgba(20, 70, 169, 0.6);
}
#start .start, #unternehmen .unternehmen, #referenzen .referenzen, #kontakt .kontakt, #francais .francais {
	background: #fff;
	color: #A1232B;
}
#menutop a:hover {
	background: #fff;
	color:#cc2c34;
	transition:all ease 0.15s;
}
/* ---Tabellen--- */
#content table {
	margin: 20px 0 10px;
}
#content td, th {
	border: 0px solid #bfbfbf;
	padding: 0 20px 20px 0;
	vertical-align: top;
}
/* ---Formular--- */
#formcontainer {
	width: 550px;
	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,
.bg-success {
	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 */;
}
