/* +++ general configurations, start +++ */
  html, body {
    width: 100%; /* >>> removeable */
    height: 100%;
    padding: 0px;
    margin:  0px;
    background-color: #FFFFFF; /* >>> removeable */
		font-family: Arial, Helvetica;
  }
  table {
    font-size: 13px;
  }
  a {
    color: #1EB41E;
    text-decoration: none;
  }
  a:hover {
    color: #1EB41E;
    text-decoration: underline;
  }
  input, textarea, select {
    border: 1px solid #A0B3C1;
    background-color: #EFF3F8;
		font-family: Arial, Helvetica;
    font-size: 13px;
  }
  input:focus, textarea:focus, select:focus {
    background-color: #DAE2EB;
  }
  .linkBorder {
    text-align: center;
    color: #C1C1C1;
  }
  td.navigationLinkCell {
    border: 1px solid #F0F0F0;
    background-color: #F0F0F0; /* >>> removeable */
    text-align: center;
  }
  div#layoutWrap {
    width: 100%; /* >>> removeable */
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }
  div#layoutWrapInner {
    padding: 0px 0px 65px 0px;
  }
  td#layoutWrapInnerTopLeft {
    background-image: url(../images/background_top_left.jpg);
    background-repeat: repeat-x;
  }
  td#layoutWrapInnerTopMiddleCenter {
    background-color: #F0F0F0;
  }
  td#layoutWrapInnerTopMiddleCenter a {
    color: #000000;
    text-decoration: none;
  }
  td#layout_navigationLinkCellAktive {
    border: 1px solid #9E9E9E;
    background-color: #CBCBCB;
    text-align: center;
  }
  td#layoutWrapInnerTopMiddleLower {
    background-image: url(../images/background_top_middle_lower.jpg);
    background-repeat: repeat-x;
  }
  div#layoutWrapInnerCenterMiddle {
    margin: 10px;
    /* border: 1px solid #000000; */ /* >>> removeable, only for testing */
  }
  td#layoutWrapInnerTopRight {
    background-image:url(../images/background_top_right.jpg);
    background-repeat:repeat-x;
  }
  div#layoutFooter {
    height: 65px;
    width: 100%; /* >>> removeable */
    margin-top: -65px;
    background-image: url(../images/background_bottom.jpg);
  }
  div#layoutFooter a {
    color: #000000;
    text-decoration: none;
  }
  div#layoutFooter a:hover {
    color: #000000;
    text-decoration: underline;
  }
  td#layoutFooterCopyright {
    font-size: 11px;
    text-align: right;
    color: #D5D5D5;
  }
/* +++ general configurations, end +++ */
/* +++ often used configurations, start +++ */
  .headlineCell {
    padding: 3px;
    border-left: 10px solid #057E3B;
    border-bottom: 2px solid #057E3B;
    font-weight: bold;
  }
  .tableHeadlineCell {
    background-color: #596A76;
    text-align: center;
    color: #FFFFFF;
  }
  .tableMainCell {
    background-color: #EFF3F8;
    text-align: center;
  }
  .errorText {
    color: #D53746;
  }
  input.feedName {
    width: 120px;
  }
  input.feedEmail {
    width: 245px;
  }
  input.feedPhone {
    width: 245px;
  }
  input#textStreet {
    width: 200px;
  }
  input#textStreetnumber {
    width: 40px;
  }
  input#textZipcode {
    width: 60px;
  }
  input#textCity {
    width: 180px;
  }
/* +++ often used configurations, end +++ */
/* +++ page home configuration, start +++ */
  td.newsHeadlineCell {
    border: 1px solid #8C9EC7;
    border-bottom: 0px;
    background-color: #CAD3E8;
    text-align: center;
  }
  td.newsMainCell {
    border: 1px solid #8C9EC7;
    border-top: 0px;
    background-color: #F4F7FF;
  }
  img.cmsPictureLeft {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  img.cmsPictureCenter {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  img.cmsPictureRight {
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
/* +++ page home configuration, end +++ */
/* +++ page reservation configuration, start +++ */
  input#textDate {
    width: 70px;
  }
  select#selectTimezone {
    width: 247px;
  }
  select.feedConfirm {
    width: 247px;
  }
  select.feedSport {
    width: 247px;
  }
  select.feedTime {
    width: 122px;
  }
  select.feedDuration {
    width: 121px;
  }
  textarea.feedMessage {
    width: 245px;
  }
/* +++ page reservation configuration, end +++ */
/* +++ page contact configuration, start +++ */
  textarea#textareaMessage {
    width: 245px;
    height: 200px;
  }
/* +++ page contact configuration, end +++ */
