body {
    margin:0;
    padding:0;
    height:100%;
}

#wrapper {
  position: relative;
  overflow:visible; 
}

#headcontainer {
  background: #fff;
}

#headcontent {
  width: 960px;
  margin: 0 auto;
  /*height: 120px;*/
}

#logo {
  width: 205px;
  height: 75px;
  margin: 25px 0px 15px 80px;
}

#teasercontainer {
  background: #3a3a3a;
}

#teasercontent {
  width: 960px;
  margin: 0 auto;
}

img.teaserpic {
  width: 940px;
  height: 310px;
  margin: 0px 10px 40px 10px;
}

#menucontainer {
  position: absolute;
  top: 419px;
  left: 50%;
  height: 90px;
}

#menucontent {
  position: relative;
  margin-left: -480px;
  width: 960px;
  height: 90px;
  background: url(../img/falz_menu.png) top left no-repeat;
  z-index: 999;
}

#menucontent ul {
  padding: 10px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}

#menucontent ul li { 
  display: inline;
  float: left;
  width: 240px;
  height: 50px;
  padding-top: 30px;
  font: 1.15em 'Roboto', Arial, Verdana, Sans-Serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

#menucontent ul li.gradient_1 {
  background: #f0721d;
}

#menucontent ul li.gradient_1:hover {
  background: #e0721d;
}

#menucontent ul li.gradient_2 {
  background: #ee8527;
}

#menucontent ul li.gradient_2:hover {
  background: #de8527;
}

#menucontent ul li.gradient_3 {
  background: #f09c38;
}

#menucontent ul li.gradient_3:hover {
  background: #e09c38;
}

#menucontent ul li.gradient_4 {
  background: #f0a839;
}

#menucontent ul li.gradient_4:hover {
  background: #e0a839;
}

#menucontent a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#maincontainer {
  position: relative;
  background: #f3f3f3 url(../img/bg_main.jpg) top left repeat-x;
}


#maincontainer .one_two {
  display: inline-block;
  float: left;
  width: 320px;
  padding-right: 140px;
  overflow: hidden;
}

#maincontainer .one_three {
  display: inline-block;
  float: left;
  width: 227px;
  padding-right: 100px;
  margin: 0px;
  overflow: hidden;
}

#maincontainer .two_three {
  display: inline-block;
  float: left;
  width: 453px;
  padding-right: 100px;
  margin: 0px;
  overflow: hidden;
}

#maincontainer .one_four {
  display: inline-block;
  float: left;
  width: 165px;
  padding-right: 40px;
  margin: 0px;
  overflow: hidden;
}

#maincontainer .last {
  padding-right: 0px;
}

#maincontainer a {
  color: #f0721d;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

#maincontainer a:hover {
  color: #ee8527;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

#maincontainer ul { 
  list-style: square;
  padding-left: 25px;
}

#maincontainer ul li { 
  margin-bottom: 5px;
  padding-left: 10px;
}

#maincontainer p.distance {
  margin: 10px 0px;
  color: #999;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
}

#maincontainer p.plzerror {
  color: #d14b52;
}

#maincontainer hr.list_separator {
  display: block;
  background: #999;
  height: 1px;
  border: none;
  margin: 20px 0px 40px 0px;
  clear: both;
}

#maincontainer div#establishment-search {
  width: 250px;
  margin-top: 72px;
  overflow: hidden;
}

#maincontainer img.establishment {
  height:150px;
  width:230px;
  padding: 7px;
  border: 1px solid #eaeaea;
  background: #f3f3f3;
}

#breadcrumb {
  position: relative;
  width: 780px;
  margin: 0px auto;
  padding: 80px 80px 20px 80px;
  background: #f5f5f5 url(../img/maincontent_shadow.png) top 36px center no-repeat;
  font: 0.75em 'Roboto',Arial, Verdana, Sans-Serif;
  font-weight: normal;
  color: #333;
}

#breadcrumb span {
  margin-right: 5px;
}

#breadcrumb a {
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}

#breadcrumb a:hover {
  font-weight: 500;
  text-decoration: underline;
}

#breadcrumb a.active {
  font-weight: 700;
}

#breadcrumb a.active:hover {
  font-weight: 700;
  text-decoration: underline;
}

#section_1 {
  position: relative;
  width: 780px;
  margin: 0px auto;
  padding: 30px 80px 20px 80px;
  background: #f5f5f5;
  font: 0.85em 'Roboto',Arial, Verdana, Sans-Serif;
  font-weight: normal;
  color: #333;
}

#section_2 {
  position: relative;
  width: 780px;
  margin: 0px auto;
  padding: 100px 80px 70px 80px;
  background: #fff;
  font: 0.85em 'Roboto',Arial, Verdana, Sans-Serif;
  font-weight: normal;
  color: #333;
  z-index: 100;  
}

#footercontent {
  position: relative;
  width: 780px;
  margin: 0px auto;
  padding: 40px 80px;
  background: #666;
  font: 0.85em 'Roboto',Arial, Verdana, Sans-Serif;
  font-weight: normal;
  color: #fff;
}

#footercontent ul li a {
  color: #ffffff;
  font: 'Roboto', Arial, Verdana, Sans-Serif;
  font-weight: normal;
  text-decoration: none;
}

#footercontent ul li a:hover {
  color: #aaa;
  font-weight: normal;
  text-decoration: none;
}

.badge {
  position: absolute;
  top: 30px;
  left: -10px;
  background: url(../img/falz_menu.png) top left no-repeat;
  z-index: 1000;  
}

span.redline {
  position: relative;
  top: 18px;
  left: 0px;
  padding: 8px 40px;
  background: #f0721d;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}

#faqslider {
  width: 450px;
}

#faqslider div {
  background: #fff;
  width: 450px;
  height: 300px;
}

#faqslider p.question {
  font-weight: bold;
}

#faqslider p.answer {
  background: #fff;
  font-weight: normal;
}

span.answer {
  color: #f0721d;
  font-weight: bold;
}

#maincontainer a.prevBtn, 
#maincontainer a.nextBtn {
  display: inline-block;
  padding: 2px 8px;
  background: #666;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

#maincontainer a.prevBtn:hover, 
#maincontainer a.nextBtn:hover {
  background: #333;
  color: #fff;
}

#maincontainer a.nextBtn {
  margin-left: 5px;
  margin-right: 15px;
}

.spacerline {
  background: url(../img/column_spacerline.png) no-repeat;
  background-position: top right 70px;
  background-size: auto;
}

#section_1 .karte_bawue {
  height:300px;
  background: url(../img/karte_bawue.png) no-repeat;
  background-position: left top 70px;
}

#section_1 p.btn,
#section_2 p.btn {
  margin: 50px 0px;
}

#section_1 p.btn a,
#section_2 p.btn a {
  padding: 8px 10px;
  background: #666;
  color: #fff;
  text-decoration: none;
}

#section_1 p.btn a:hover,
#section_2 p.btn a:hover {
  background: #333;
}

/* headings */
h1, h2, h3, h4, h5 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  color: #333;
  display: block;
}

h1 { 
  margin-bottom: 40px;
  font-size: 1.9em;
  font-weight: 300;
  text-shadow: 1px 1px 0px #fff;
}

h2 { 
  margin: 0px 0px 35px;
  font-weight: 300;
  font-size: 1.6em;
  text-shadow: 1px 1px 0px #fff;
}

h3 { 
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.3em;
  text-shadow: 1px 1px 0px #fff;
}

h4 { 
  margin: 0px 0px 10px;
  font-size: 1.15em;
  color: #333;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.2em;
  text-shadow: 1px 1px 0px #fff;
}

h5 {
  font-size: 1.0em;
  margin: 0px 0px 14px;
  color: #333;
  font-family: 'Roboto', Arial, sans-serif;
  text-shadow: 1px 1px 0px #fff;
}

#footercontent h3 {
  margin-bottom: 30px; 
  font-size: 1.4em;
  font-weight: 300;
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.4em;
  text-shadow: none;
}

#footercontent ul {
  margin-left: 15px;
  padding: 0px;
  list-style: none;
}

#footercontent ul li {
  font-size: 0.9em;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 4px;
}

#footercontent p {
  font-size: 0.9em;
  font-family: 'Roboto', Arial, sans-serif;
}




/* ### Formulare ### */



/* forms */
form {
  margin-top: 25px;
}

p.formline {
  padding: 0px;
  margin: 10px 0px;
}

label { 
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  color: #d14b52;
  padding: 0px 0px 2px;
  font-weight: bold;
}


label.optional { 
  font-weight: normal;
}

select {
  width: 427px;
  padding: 5px 0px;
  border: 1px solid #ddd;
/*  -webkit-appearance: none;
  -webkit-border-radius: 0px;*/
}

input[type=text] {
  width: 400px;
  padding: 5px;
  border: 1px solid #ddd;
}

input[type=text].search {
  height:18px;
  width: 200px;
  padding: 5px;
  border: 1px solid #ddd;
}

textarea {
  width: 400px;
  height: 150px;
  padding: 5px;
  border: 1px solid #ddd;
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}

input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
textarea:hover, textarea:active, textarea:focus {
  border: 1px solid #bbb;
}

input[type=text].formerror, textarea.formerror {
  border: 1px dashed #f0721d;
}

input[type=submit] {
  margin-top: 30px;
  border: 0px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.0em;
  text-decoration: none;
  cursor:pointer;
  padding: 8px 10px;
  background: #666;
  color: #fff;
  text-decoration: none;
}

button[type=submit].search {
  height: 30px;
  width: 30px;
  background: #f0721d;
  color: #fff;
  border: none;
}

button[type=submit].search:hover {
  background: #ee8527;
}

input[type=submit]:hover {
  background: #333;
}

a.trap, a.trap:hover, a.trap:active, a.trp:focus {
  color: #666 !important;
  display: none;
}
