/* @group Text-Formatting */
#Content p,
#Content div,
#Content ul {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: 0.75em;
  color: #999;
}
span.notice {
  background: #FEA;
  color: #C30;
  display: block;
  padding: 0.5em;
  border: 1px dotted #FC9;
}
cite {
  font-size: 1.31em;
}
/* @end */



/* @group Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2.no-top-margin {
  margin-top: 0;
}
h1 {
  font-size: 1.69em;
  text-transform: uppercase;
  color: #00425f;
}
h2 {
  font-size: 1.31em;
  color: #155d91;
}
h3 {
  font-size: 1.15em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
/* @end */



/* @group Links */
#Content a {
  color: #155d91;
}
#Content a:hover {
  color: #C00;
}
#Content a:visited {
  color: #00425f;
}
a.download {
  background: url(/images/icons/download.gif) no-repeat left 50%;
  padding-left: 20px;
}
a.external {
  background: url(/images/icons/external.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.zoom {
  background: url(/images/icons/zoom.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.back {
  background: url(/images/back.gif) no-repeat left 0.33em;
  padding-left: 12px;
}
a.more {
  background: url(/images/more.gif) no-repeat right 0.33em;
  padding-right: 16px;
}
#Content a.sidebar_button {
  display: block;
  background: url(/images/sidebar_button_bg.gif) no-repeat;
  width: 155px;
  height: 24px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 0 10px;
  line-height: 24px;
}
#Content a.sidebar_button span {
  padding-right: 18px;
  background: url(/images/arrow_right.gif) no-repeat right 50%;
}
/* @end */



/* @group Lists */
#Content ul,
#Content ol {
  margin-left: 0;
}
#Content ul li {
  list-style: none;
  background: url(/images/li.gif) no-repeat left 0.7em;
  padding-left: 1em;
  margin-bottom: 1em;
}
#Content ol li {
  list-style-type: decimal;
}
ul li.pdf {
  list-style-image: url(/images/icons/pdf.gif);
}
ul li.jpg {
  list-style-image: url(/images/icons/jpg.gif);
}
#Content ul.benefits li {
  background: url(/images/li_benefit.gif) no-repeat left 50%;
  padding-left: 40px;
}
#Content ul li.benefits {
  background: url(/images/li_benefit.gif) no-repeat left 50%;
  padding-left: 40px;
}
#Content ul.restaurants li,
#Content div.notice {
  background: #bfd6e6 url(/images/box_corner.gif) no-repeat right bottom;
  padding: 1em;
  border-top: 2px solid #00425f;
  overflow: auto;
}
#Content div.notice ul li.current {
  background: #dcedf7;
  border-bottom: 1px solid #036;
}
#Content div.notice ul li.current a {
  font-weight: bold;
  text-decoration: none;
}
#Content ul.restaurants li img,
#Content div.notice img {
  border: 1px solid #659cc3;
  padding: 4px;
  background: #FFF;
}
#Content ul.restaurants li p {
  margin-bottom: 0;
}
#Content ul.restaurants li h3 {
  margin-bottom: 0.5em;
}
#Content ul.pagination {
  margin-bottom: 1em;
  overflow: auto;
}
#Content ul.pagination li {
  background: none;
  display: block;
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
}
#Content ul.pagination li.page {
  text-align: center;
}
#Content ul.pagination li.next {
  float: right;
  text-align: right;
}
#Content ul.pagination li.next a {
  background: url(/images/more.gif) no-repeat right 0.33em;
  padding-right: 12px;
}
#Content ul.pagination li.prev a {
  background: url(/images/back.gif) no-repeat left 0.33em;
  padding-left: 12px;
}
#Content ul.gastronomy li {
  background: none;
  padding: 0;
  margin-bottom: 1em;
  overflow: auto;
}
/* @end */



/* @group Pictures */
img.left {
  margin-right: 1em;
  float: left;
}
img.right {
  margin-left: 1em;
  float: right;
}
img.border.right {
  border-left: 1px solid #dbe3e9;
  padding-left: 1em;
}
img.border.left {
  border-right: 1px solid #dbe3e9;
  padding-right: 1em;
}
/* @end */



/* @group Texts */
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
p.clear-both,
h2.clear-both {
  clear: both;
}
.clearall {
  clear: both;
}
/* @end */



/* @group Tables */
table {
  margin-bottom: 1em;
}
th {
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  background: #222;
  text-align: left;
}
td, th {
  padding: 6px 8px 8px 6px;
  vertical-align: top;
}
/* @end */



/* @group Forms */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 0;
}
input,
textarea {
  font-family: "Calibri", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #d4d3d2;
  background: #ebebe9;
  color: #000;
  padding: 6px 4px;
}
input {
  vertical-align: middle;
}
input:focus,
textarea:focus {
  background: #FFF;
}
fieldset {
  margin-bottom: 1em;
}
legend {
  font-size: 1.25em;
  font-weight: bold;
  color: #999;
  display: block;
}
#Content fieldset p {
  margin-bottom: 0.5em;
  float: left;
}
fieldset label {
  clear: left;
  width: 240px;
  margin: 5px 10px 0 0;
  display: block;
  float: left;
}
fieldset input,
fieldset textarea {
  width: 280px;
  display: block;
  float: left;
}
fieldset textarea {
  height: 5em;
}
fieldset input.radio,
fieldset input.checkbox {
  width: auto;
  background: none;
  border: none;
}
input.submit {
  clear: both;
  width: auto;
  border: none;
  padding: 0;
}
#Content form.simple fieldset p {
  margin-bottom: 0.5em;
  float: none;
}
form.simple fieldset label {
  width: 240px;
  float: none;
}
form.simple fieldset input,
form.simple fieldset textarea {
  width: 280px;
  float: none;
}
label.postal_code {
  width: 10em;
}
input.postal_code {
  width: 5em;
}
input.instant_submit {
  float: right;
  width: auto;
}
input.submit_search {
  background: #ebebe9 url(/images/input_search.gif) no-repeat 50% 50%;
  padding: 5px 10px;
  border-left: none;
}
input.button {
  background: #0c6699;
  color: #FFF;
  padding: 5px 10px;
  border-color: #0c6699;
}
form div.left {
  width: 300px;
  float: left;
}
form div.right {
  width: 240px;
  float: left;
}
form div.left input,
form div.left textarea,
form div.right input,
form div.right textarea {
  width: 220px;
}
#ServiceForm input {
  width: 220px;
}
#ServiceForm input.form_postal_code {
  width: 56px;
}
#ServiceForm input.form_location {
  width: 150px;
}
/* @end */



/* @group Forms2 */
input {
  vertical-align: middle;
  line-height: 1.29em;
}
form.newsletter input.email {
  width: 160px;
}
form.standard fieldset legend {
  font-weight: bold;
  font-size: 1.29em;
  color: #0c6699;
  margin: 0;
}
form.standard fieldset fieldset legend {
  font-weight: bold;
  color: #333;
  font-size: 1em;
}
#Content form.standard fieldset {
  margin-bottom: 1em;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
}
form.standard fieldset fieldset {
  border-style: none;
  margin-bottom: 0;
  background: none;
  border: none;
}
form.standard label {
  margin-bottom: 1em;
  display: block;
  width: 210px;
  float: left;
  clear: left;
  font-weight: bold;
  line-height: 1.29em;
}
form.standard fieldset fieldset label {
  float: none;
  width: auto;
  margin-right: auto;
  font-weight: normal;
}
form.standard input,
form.standard textarea {
  font-size: 1em;
  font-family: "Trebuchet MS", Verdana, Helvetica;
  display: block;
  padding: 0.5em;
  border: 1px solid #c0c4c7;
}
form.standard input:focus,
form.standard textarea:focus {
  border: 1px solid #8d9093;
  background: #ebeff2;
}
form.standard input {
  float: left;
  width: 196px;
}
form.standard textarea {
  clear: left;
  width: 416px;
}
form.standard input.submit {
  width: 210px;
  left: 220px;
  position: relative;
}
#Content form.standard fieldset ol {
  padding: 0;
}
#Content form.standard fieldset li {
  list-style: none;
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 0.5em;
}
form.standard fieldset.submit {
  border-style: none;
}
form.standard fieldset fieldset ol {
  position: relative;
  top: -1em;
  margin: 0 0 0 210px;
  padding: 0;
}
form.standard input.radioitem {
  clear: left;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: auto;
}
form.standard label.radioitem {
  clear: none;
  margin: 0px 0px 0px 2em;
  padding: 0px 0px 1em 0px;
  width: 420px;
}
form.standard fieldset fieldset label.amount {
  width: auto;
  padding-right: 1em;
  float: left;
}
form.standard fieldset fieldset input.amount {
  width: 60px;
  margin: -0.25em 1em 0 0;
  vertical-align: middle;
  float: left;
}
/* @end */






/* @group Boxes */
#Content div.box {
  background: #d4d4d2;
  padding: 1em;
}
code {
  display: block;
  background: #EFD;
  border: 1px dotted #CF9;
  padding: 10px;
  color: #360;
}
/* @end */
/* @group Forms */
/* @group Fieldset */
#Sidebar fieldset,
#Content fieldset {
  position: relative;
  width: 100%;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  float: left;
  clear: left;
}
#Sidebar legend,
#Content legend {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-left: 0;
  padding: 0;
}
#Sidebar legend span,
#Content legend span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 0.5em;
}
#Sidebar fieldset ol,
#Content fieldset ol {
  margin: 0;
  padding: 3.5em 1em 0 0em;
}
#Sidebar fieldset li,
#Content fieldset li {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  float: left;
  clear: left;
}
#Sidebar fieldset label,
#Content fieldset label {
  width: 10em;
  margin-right: 1em;
  margin-top: 0.4em;
  display: block;
  float: left;
}
/* @end */



/* @group verschachtelte Fieldsets */
#Sidebar fieldset fieldset,
#Content fieldset fieldset {
  background: none;
  border-style: none;
  margin-bottom: -2.5em;
}
#Sidebar fieldset fieldset legend,
#Content fieldset fieldset legend {
  font-size: 1em;
  font-weight: normal;
  margin-left: 0;
}
#Sidebar fieldset fieldset ol,
#Content fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 11em;
  padding: 0;
}
#Sidebar fieldset fieldset label,
#Content fieldset fieldset label {
  width: auto;
  margin-right: auto;
  float: none;
  display: inline;
}
/* @end */



/* @group Fieldset Submit */
#Sidebar fieldset.submit,
#Content fieldset.submit {
  width: auto;
  padding-top: 0;
  padding-left: 11em;
  float: none;
}
/* @end */



/* @group Login-Box */
#Sidebar .box fieldset {
  color: #888;
  padding-bottom: 0.5em;
}
#Sidebar .box fieldset ol {
  padding: 0 0 0 0;
}
#Sidebar .box fieldset ol input.textfield {
  width: 150px;
  border: 1px solid #ccc;
  padding: 3px 2px;
}
#Sidebar .box fieldset label {
  width: 7.5em;
}
#Sidebar .box fieldset fieldset ol {
  margin: 0 0 0 8.5em;
}
#Sidebar .box fieldset.submit {
  padding: 0;
  margin-bottom: 0.5em;
}
#Sidebar .box fieldset.submit input.submit {
  display: block;
  padding: 0;
}
/* @end */
/* @end */