body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  background-color: #8c9397;
}

* {
  outline: 0 none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
}

/* Definiert die neuen Tags für alle Browser als Block-Elemente => wird vor allem für den IE < 9 benötigt! */
header,
nav,
article,
footer,
address,
section,
figure,
figcaption,
img {
  display: block;
}

a:link,
a:visited {
  color: #333;
}
a:active,
a:hover,
a:focus {
  outline: none;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  background-color: transparent;
}
a img {
  border: 0;
}

img {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0 0 0 0;
}

li {
  list-style-type: none;
}

h3 {
  color: #353f41;
  font-size: 100%;
}

input[type="text"],
input[type="password"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  border-radius: 0;
}

select {
  border-radius: 0;
}

/* LAYOUT */

#bodywrapHg.project {
  background: 0 0 repeat-x #fff;
}

#bodywrap {
  margin: 0 auto 0 auto;
  padding: 44px 0 0 0;
  /* max-width: 1600px;
  min-width: 1000px; */
  font-size: 80%;
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
}

#layoutrahmen {
  text-align: center;
  line-height: 140%;
  border: 0;
  position: relative;
  overflow: auto;
  height: 100%;
}

#layoutContent {
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  text-align: left;
  position: relative;
}

#spalten {
  clear: both;
  padding: 10px 0 10px 0;
  /*background: url(../images/v.png) 220px 0 repeat-y transparent;*/
}

#spalten.widescreen {
  clear: both;
  padding: 10px 0 0 0;
  background: none;
  box-sizing: border-box;
}

#linkespalte {
  width: 220px;
  float: left;
  overflow: hidden;
}

#linkespalte .linkespalte-abs {
  padding-right: 10px;
}

#spalten.widescreen #layoutmitte {
  width: auto;
  float: none;
}

#layoutmitte.full {
  width: auto;
  float: none;
}

#layoutmitte .layoutmitte-abs {
  padding: 0 0 0 0;
}

#layoutmitte.full .layoutmitte-abs {
  padding: 0;
}

.imgfloatright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.imgfloatleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* NUR MOZILLA */

input::-moz-focus-inner /* Removes button padding in FF */ {
  border: 0;
  padding: 0;
}

input.formBtn,
a.formBtn,
input.formBtn:active {
  display: block;
  padding: 0 20px 0 12px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  height: 30px;
  font-size: 100%;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #83a04c;
  background-repeat: no-repeat;
  width: auto;
  border: 1px solid #4e6b1b;
}

input.formBtn:hover,
input.formBtn:focus,
a.formBtn:hover,
a.formBtn:focus {
  font-weight: bold;
  background-color: #607e29;
}

input.formBtn {
  padding-bottom: 1px; /* IE will ignore but works for FF */
}
