 @charset "utf-8";
 #main {
   width: 100%;
   height: 100%;
   position: relative;
 }
 #top {
   z-index: 9;
   top: 0px;
   height: 80px;
   position: relative;
 }
 #top #nav {
   padding-left: 20%;
   padding-top: 20px;
   position: absolute;
   min-width: 900px;
 }
 #top #logo {
   float: left;
   padding-left: 150px;
   padding-top: 7px;
 }
 #main #cont {
   position: absolute;
   z-index: 0;
   width: 100%;
   min-height: 90%;
   background-image: url(../img/bestellung.jpg);
   background-size: cover;
 }
 #text {
   width: 800px;
   font-family: "Open Sans";
   font-size: 17px;
   text-decoration: none;
   margin-right: auto;
   margin-left: auto;
 }
 #text textBold {
   font-size: 50pt;
   font-weight: bold;
   color: #194b20;
 }
 #text textOrg {
   font-size: 50pt;
   font-weight: bold;
   color: #f08217;
 }
 #text textNormal {
   line-height: 0px;
   font-size: 30px;
   color: #77942a;
 }
 #slider1_container {
   width: 1920px;
   height: 800px;
   position: relative;
 }
 #slides {
   width: 1920px;
   height: 800px;
 }
 table {
   box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
   border-color: #2c2c2c;
   font-family: "Open Sans";
   font-size: 15px;
   text-align: right;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFF;
 }
 input {
   border: none;
   width: 90%;
 }
 th {
   background-color: #77942a;
   padding: 3px;
   color: #2c2c2c;
 }
 td {
   color: #555555;
   border-color: #CCC;
 }
 .center {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
 }
 .divider {
   background-color: #999999;
   line-height: 2px;
 }
 .kontakt {
   font-size: 16px;
   font-weight: bold;
 }
 #container #main #cont #text form table tr {
   margin-right: 25px;
 }
 #formRight {
   width: 420px;
   float: left;
   margin-bottom: 300px;
 }
 .sendButton {
   background-color: #77942a;
 }
 #text textHeadline {
   font-size: 22px;
   font-weight: bold;
   color: #77942a;
   font-style: italic;
 }
 #text textNormalCont {
   font-size: 16px;
   text-decoration: none;
   text-transform: none;
 }
 #text textNormalCont a {
   font-size: 16px;
   color: #000;
 }
 .impressum {
   text-decoration: none;
   margin-top: 20%;
 }
 #container #map {
   width: 100%;
   min-height: 90%;
 }
