/* @group Linien */
hr {
  border: none;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.5em;
  display: block;
}
hr.dotted {
  border-bottom-style: dotted;
}
/* @end */
/* @group Sidebar */
#sidebar {
  width: 200px;
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}
#sidebar .button {
  text-align: center;
}
#sidebar .button a {
  text-decoration: none;
  color: white;
  background: #329d72 url(/images/sidebar_button.jpg) repeat-x left top;
  border: 1px solid #005730;
  padding: 1.5em 1em;
  display: block;
}
#sidebar .button a:hover {
  color: lightgrey;
}
/* @end */
/* @group Content-Boxen */
/* @group Info-Box */
#content .info-box {
  background-color: #ffffd7;
  border: 1px solid #ffff96;
  margin-bottom: 1em;
  padding: 1em 1em 0 1em !important;
  padding: 1em 0em 1em 0em;
}
#content .info-box h2 {
  margin: 0;
  padding: 0 !important;
  padding-left: .5em;
}
#content .info-box p {
  padding: 0 !important;
  padding-left: .75em;
}
#content .info-box h3 {
  padding: 0 !important;
  padding-left: .5em;
}
#content .info-box .small {
  font-size: 0.85em;
}
/* @end */
/* @group Hilfe-Box */
#content .help-box {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
}
#content .help-link-box {
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
}
/* @end */
/* @group Standort-Suche */
#content .search_box {
  width: 253px;
  height: 130px;
  background-color: #e9e9e9;
  border: 1px solid #929292;
  margin-bottom: 1em;
  padding: 10px;
}
#content .search_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .search_box h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
}
#content .search_box dt,
#content .search_box dd,
#content .search_box input,
#content .search_box select {
  padding: 0;
}
#content .search_box dl {
  margin-bottom: 0;
}
#content .search_box dt {
  margin-bottom: 0;
  display: block;
  float: none;
  clear: left;
}
#content .search_box dd {
  display: block;
  float: none;
  clear: left;
}
/* @group Umkreissuche */
#content .search_box.left {
  margin-right: 13px;
  float: left;
}
#content .search_box.left dd .zipcode {
  width: 50px;
  margin-bottom: 0.5em;
}
/* @end */
/* @group Suche nach Bundesland */
#content .search_box.right {
  float: left;
}
#content .search_box.right dd .location_name {
  width: 250px;
  margin-bottom: 0.5em;
}
#content .search_box.right dd .radius {
  width: 250px;
}
/* @end */
/* @end */
/* @end */
/* @group FAQ-Verlinkungen */
a.faq-link-open {
  background: url(/images/icons/help.png) no-repeat right center;
  padding-right: 20px;
}
a.faq-link-close {
  background: url(/images/icons/close.png) no-repeat right center;
  padding-right: 20px;
}
/* @end */
/* @group Ansichtswechsel */
ul.change-view {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 1em 0;
  clear: both;
}
ul.change-view li {
  list-style: none;
  display: inline;
}
ul.change-view a {
  color: #999;
  text-decoration: none;
  display: block;
  float: left;
}
ul.change-view span {
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  margin-right: 2px;
  padding: .3em 1em;
  display: block;
}
ul.change-view:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.change-view li.first span {
  margin-left: .5em;
}
ul.change-view li.last a {
  float: right;
}
ul.change-view li.last span {
  background: none;
  border: none;
  padding: 0;
}
ul.change-view li.last span {
  margin-right: .5em;
}
ul.change-view a.active span {
  color: #C00900;
  background-color: #efefef;
}
ul.change-view a:hover span {
  color: #C00900;
  background-color: #efefef;
}
ul.change-view li.last a:hover span {
  background: none;
}
/* @end */
/* @group Eingabemasken */
dl .textfield {
  width: 250px;
}
dl .textbox {
  width: 100%;
  height: 80px;
}
dl .zipcode {
  width: 60px;
  margin-right: 5px;
}
dl .city {
  width: 185px;
}
dl .ask-a-question {
  width: 100%;
  height: 50px;
}
/* @end */
/* @group Aktueller Bearbeitungsstand */
dl.processing-state {
  margin-bottom: 1em;
  padding-left: 0 !important;
  padding-left: .5em;
  position: relative;
  width: 550px;
}
dl.processing-state:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 1em;
}
dl.processing-state dt {
  width: 270px;
  margin-bottom: .5em;
  text-align: left;
  clear: both;
  float: left;
}
dl.processing-state dd {
  width: 270px;
  margin-bottom: .5em;
  float: left;
  padding-left: 6px;
}
/* @end */
/* @group Flash-Notices */
#flash-notice {
  color: #006647;
  background-color: #e2f9e3;
  border: 1px solid #99cc99;
  padding: .5em 1em;
  margin-bottom: 1em;
}
#flash-error {
  color: #ff4a4a;
  background-color: #ffeeee;
  border: 1px solid #ff4a4a;
  padding: .5em 1em;
  margin-bottom: 1em;
}
/* @end */
/* @group FAQ */
ul.items {
  margin: 0;
  margin-bottom: 2em;
}
ul.items li.item {
  list-style: none;
}
ul.items li.item div.answer {
  background-color: #eee;
  padding: .5em;
}
/* @end */
/* @group Projektsuche */
#search,
#search dt,
#search dd {
  margin: 0;
  padding: 0;
  float: none;
}
#search {
  width: 100%;
  font-size: .85em;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: .5em;
  float: none !important;
  float: left;
}
#search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#search input {
  font-size: 1em;
  margin: 0;
  padding: .1em;
  float: none;
}
#search dt,
#search dd {
  float: left;
}
#search dt {
  padding-top: 1px;
  margin-right: .5em;
}
#search dd {
  margin-right: 1em;
}
#search.vertical {
  background: none;
  border: none;
  padding: 0;
}
#search.vertical dd {
  margin-bottom: 0.3em;
}
#search.vertical dd input,
#search.vertical dd select {
  margin-bottom: 0.5em;
  display: inline;
}
#search.horizontal dd input {
  display: inline;
}
#search.horizontal dd small {
  display: none;
}
/* @end */
/* @group Legende */
#legend {
  font-size: .85em;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: .5em;
}
#legend h2 {
  font-size: 1em;
  margin-bottom: .5em;
}
#legend p {
  font-size: .9em;
  margin-bottom: .2em;
}
#legend img {
  margin-right: .5em;
  vertical-align: middle;
}
/* @end */
/* @group Standort-Suche */
#content .location {
  width: 550px;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin-bottom: 0.5em;
  padding: 5px;
  float: left;
  clear: both;
}
#content .location:hover {
  background-color: #e2e2e2;
}
#content .location .title {
  display: block;
  float: left;
}
#content .location .range {
  font-size: 0.85em;
  text-align: right;
  display: block;
  float: right;
}
#content .location .address {
  font-size: 0.85em;
  color: #888;
  display: block;
  float: left;
  clear: both;
}
#content .location .website {
  font-size: 0.85em;
  display: block;
  float: right;
}
/* @end */
/* @group Standort-Daten */
#content .location_address {
  width: 250px;
  margin-right: 15px;
  float: left;
}
#content .location_details {
  width: 295px;
  float: left;
}
#content .schedule {
  width: 100%;
  margin-bottom: 1em;
}
#content .results {
  width: 100%;
  margin-bottom: 1em;
}
#content .gallery {
  border: 1px solid #666666;
  padding: 1px;
}
/* @end */
/* @group Pflege der Standort-Daten */
#content .edit_location textarea {
  width: 100%;
  height: 300px;
}
/* @end */
#page-controles .button-to, #page-controles .button-to div, #page-controles .button-to input {
  display: inline;
  padding-left: 5px;
}
#page-controles {
  padding-top: 20px;
  clear: both;
}
/* @group Notizen */
#Notes .note {
  border-bottom: 1px dotted #929292;
  margin-bottom: 1em;
}
#Notes .note .status {
  font-size: 0.85em;
  color: #929292;
  margin-bottom: 0.2em;
}
#Notes .note .status strong {
  color: black;
  padding: 1px 5px;
  float: right;
}
#Notes .note .status strong.red {
  color: white;
  background-color: #c00;
}
#Notes .note .status strong.yellow {
  background-color: #f2f000;
}
#Notes .note .status strong.green {
  background-color: #00f900;
}
table.notes {
  margin-bottom: 1.5em;
}
/* @end */




