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, 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;
}
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;
}

html, body {
  font-family: Verdana, Arial, Sans;
  font-size: 14px;
  height: 100%;
}

body {
  overflow-y: scroll;
  line-height: 1.4em;
}

* {outline: none !important;}

a {
  color: rgba(255, 0, 0, .75);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table, .table {
  display: table;
  border-collapse: collapse;
}

tr, .tr {
  display: table-row;
}

ul {
  list-style: disc outside;
  margin: 10px 20px;
}

header {
  position: relative;
  height: 265px;
  border-bottom: 5px solid rgb(242, 242, 242);
  1position: fixed;
  width: 100%;
}

.home header {
  height: 450px;
  background: url(../gfx/luetzel-bau-header-home-1920x450.jpg) center;
}

.luetzel header {
  background: url(../gfx/luetzel-bau-header-luetzel-1920x265.jpg) center;
}

.leistungen header {
  background: url(../gfx/luetzel-bau-header-leistungen-1920x265.jpg) center;
}

.bauen header {
  background: url(../gfx/luetzel-bau-header-bauen-1920x265.jpg) center;
}

.kaufen header {
  background: url(../gfx/luetzel-bau-header-kaufen-1920x265.jpg) center;
}

.mieten header {
  background: url(../gfx/luetzel-bau-header-mieten-1920x265.jpg) center;
}

.referenzen header {
  background: url(../gfx/luetzel-bau-header-referenzen-1920x265.jpg) center;
}

.kontakt header {
  background: url(../gfx/luetzel-bau-header-kontakt-1920x265.jpg) center;
}

.impressum header {
  background: url(../gfx/luetzel-bau-header-impressum-1920x265.jpg) center;
}

#logo {
  width: 235px;
  height: 111px;
  background: url(../gfx/luetzel-bau-logo-235x111.png) no-repeat;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 54px;
}

header .main-menu-wrapper {
  margin: 0 auto;
  width: 1200px;
}

header .main-menu-wrapper .nav-wrapper {
  position: fixed;
  width: 265px;
  border-left: 1px solid rgba(0, 0, 0, .25);
  border-right: 1px solid rgba(0, 0, 0, .25);
  background-color: rgb(187, 248, 207);
  min-height: 100%;
}

header .main-menu-wrapper .nav-wrapper nav {
  display: block;
  width: 235px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
}

header .main-menu-wrapper .nav-wrapper nav ul {
  display: table;
  width: inherit;
  margin: inherit;
}

header .nav-wrapper nav ul li {
  display: table-row;
}

header .nav-wrapper nav ul li a {
  height: 47px;
  display: table-cell;
  border-bottom: 1px dotted rgba(0, 0, 0, .25);
  vertical-align: middle;
  text-align: right;
  text-decoration: none;
  color: rgba(0, 0, 0, .75);
}

header .nav-wrapper nav ul li a:hover {
  color: rgba(0, 0, 0, .25);
}

header .main-menu-wrapper .nav-wrapper address {
  display: block;
  width: 235px;
  margin: 0 auto;
  font-size: 0.8em;
  color: rgba(0, 0, 0, .30);
  margin-top: 17px;
}

header .main-menu-wrapper .nav-wrapper address a {
  color: inherit;
  text-decoration: none;
}

header .overlay {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

header .overlay span {
  position: absolute;
  margin-top: 205px;
  background-color: rgba(0, 0, 0, .5);
  padding: 0 10px 10px 10px;
  right: 0;
}

header .overlay span h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  text-align: right;
}

header .overlay span a {
  display: inline-block;
}

header .overlay span a + a, header .overlay span img + img {
  margin-left: 10px;
}

.c {
  text-align: center;
}

.c table {
  margin: 0 auto;
}

.r {
  text-align: right;
}

#content-wrapper {
  margin: 0 auto;
  width: 1200px;
}

main {
  display: block;
  margin-left: 267px;
  padding: 0 50px 50px 50px;
  color: rgba(0, 0, 0, .4);
}

#breadcrumb {
  height: 50px;
}

article {
  display: block;
  clear: both;
}

article + article {
  margin-top: 35px;
}

h1 {
  font-size: 1.4em;
  margin-bottom: 35px;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 35px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

table + p, p + h1, p + h2, p + p {
  margin-top: 35px;
}

ul + h3 {
  margin-top: 35px;
}

.section-wrapper {
  display: inline-block;
  margin-right: 10px;
  width: 33%;
  min-width: 250px;
  min-height: 120px;
  vertical-align: top;
  background: rgb(191,191,191); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(191,191,191,1) 10%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(191,191,191,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 10%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(191,191,191,1) 10%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(191,191,191,1) 10%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(191,191,191,1) 10%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

section {
  position: relative;
  margin: 1px;
  padding: 5px;
  height: 120px;
  background: rgb(187,248,207); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(187,248,207,1) 10%, rgba(255,255,255,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(187,248,207,1)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(187,248,207,1) 10%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(187,248,207,1) 10%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(187,248,207,1) 10%,rgba(255,255,255,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(187,248,207,1) 10%,rgba(255,255,255,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbf8cf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

section > a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: inherit;
}

section h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

section.offline h2 {
  color: rgba(255, 0, 0, .5);
  font-style: italic;
}

.err {
  border: 1px solid rgba(255, 0, 0, .75);
}

.err h2 {
  background-color: rgba(255, 0, 0, .75);
}

.msg {
  border: 1px solid rgb(187, 248, 207);
}

.msg h2 {
  background-color: rgb(187, 248, 207);
}

.err, .msg {
  margin-bottom: 35px;
  border: 1px solid rgba(0, 0, 0, .25);
}

.err h2, .msg h2 {
  text-transform: uppercase;
  color: rgb(0, 0, 0, .75);
}

.err h2, .err p, .msg h2, .msg p {
  margin: 0;
  padding: 5px;
}

input, select, textarea {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .15);
  padding: 0.5em 0.6em;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 1);
  font-family: inherit;
  min-width:
}

::placeholder {
  color: rgba(0, 0, 0, .2)
}

input[type=file] {
  background-color: inherit;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid rgb(187, 248, 207);
  box-shadow: inset 0px 1px 3px rgba(187, 248, 207, 1);
  color: rgba(0, 0, 0, 1);
}

.css-frm {
  min-width: 450px;
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.css-frm input.delete {
  min-width: auto;
}

.css-frm label, .css-frm input, .css-frm select, .css-frm textarea {
  margin-top: 5px;
  display: block;
  min-width: inherit;
  width: inherit;
}

.css-frm input, .css-frm select, .css-frm textarea {
  padding-left: 18px;
}

.css-frm textarea {
  min-height: 100px;
}

.css-frm input[type=submit], .css-frm input.delete {
  padding-left: 0.6em;
  color: rgb(0, 0, 0);
  min-width: auto;
  min-width: -moz-min-content;
  width: auto;
  margin: 20px auto;
}

.css-frm > input[type=submit] {
  margin: 20px 0;
}

.css-frm input[type=submit]:hover {
  background-color: rgb(187, 248, 207);
  cursor: pointer;
}

.css-frm input[type=submit].delete:hover {
  background-color: rgb(248, 188, 188);
  cursor: pointer;
}

.css-frm label {
  margin-top: 20px;
  letter-spacing: 2px;
}

input.must, select.must, textarea.must {
  background: url(../gfx/must-16x16.png) left 9px no-repeat;
}

table.th-r th {
  text-align: right;
}

table.object {
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 35px;
}

table.object h2 {
  margin-bottom: 0;
}

.w100p {
  width: 100%;
}

table.object th {
  font-weight: bold;
  text-align: right;
}

table.object th, table.object td {
  position: relative;
  padding: 5px;
  background-color: rgb(187, 248, 207);
  border: 1px solid transparent;
}

.offline table.object th, .offline table.object td {
  background-color: rgb(225, 225, 225);
}

table.object td.header {
  background-color: transparent;
  padding: 0 0 5px 0;
}

.dn {
  display: none;
}

.dni {
  display: none !important;
}

.object-file {
  clear: both;
}

.object-file + .object-file {
  margin-top: 15px;
}

.object-file > a {
  float: left;
  margin: 0 5px 5px 0;
}

.object-file p {
  margin: 0;
}

.object-file p + p {
  margin-top: 3px;
}

#galleria {
  width: 620px;
  height: 465px;
  background-color: #000;
}

#counter {
  margin: 40px 0 0 32px;
  width: 58px;
  text-align: center;
  font-size: 0.8em;
  color: #777;
  position: absolute;
}

.disclaimer h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.disclaimer h5 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 10px 0 3px 0;
}