body {
  background: #eee url('../img/ui/bg.jpg') no-repeat center top;
  color: #000;
  font-family: tahoma, arial, sans-serif;
  font-size: 14px;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 1px;
  margin: 18px 0;
}


a {
  color: #000;
  text-decoration: none;
}

a.selected {
  color: #999;
}

#wrapper {
  margin: 0 auto;
  width: 840px;
}

#header {
/*  background-color: #fff;*/
  height: 148px;
  margin: 20px 0;
}

#header .padding {
  padding: 15px 20px;
}

body#splash h1,
#logo {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#logo a {
  color: #333;
}

#navigation {
  float: right;
  font-size: 15px;
  text-transform: uppercase;
}

#navigation li {
  float: left;
}

#navigation li a {
  background: url('../img/ui/pipe.gif') no-repeat 0 2px;
  margin-left: 6px;
  padding-left: 6px;
}

#navigation li.first a {
  background-image: none;
}

#navigation li a.home {
  background-image: none;
}

#picturebar {
  position: relative; 
  width: 840px;
}

#picturebar img {
  float: left;
  height: 100px;
  width: 140px;
}

#picturebar a div.clubinfo {
  background-color: transparent;
  display: none;
  float: left;
  height: 340px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100px;
  width: 840px;
}

#picturebar div.clubinfo .padding {
  background-color: #fff;
  float: left;
  margin: 20px 0;
  width: 800px;
}

body.east-sporting-club #picturebar a.east-sporting-club div,
body.lokahi-loft #picturebar a.lokahi-loft div,
body.physicalpark #picturebar a.physicalpark div,
body.neptunbad-health-club-spa #picturebar a.neptunbad-health-club-spa div,
body.puls-fit #picturebar a.puls-fit div,
body.leos-sports-club #picturebar a.leos-sports-club div,
#picturebar a:hover div {
  display: block;
}

#picturebar div img {
  float: left;
  height: auto;
  width: auto;
}

.picturelayer {
  width: 540px;
}

.infolayer {
  float: right;
  font-size: 13px;
  width: 240px;
}

.infolayer p {
  margin-bottom: 12px;
}

.clublogo {
  border-bottom: 3px solid #eee;
  height: 140px;
  margin-bottom: 12px;
}


#main {
/*  background-color: #fff;*/
  height: 320px;
  margin: 20px 0 0 0;
  overflow: hidden;
}

#content h1 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

#content p {
  line-height: 22px;
}

#footer {
  padding-top: 20px;
}

#footer #cities a {
  padding-top: 20px;
}

#footer,
#footer a {
  color: #999;
  margin: 0 0 20px 0;
  text-align: justify;
}

body.east-sporting-club #footer a.east-sporting-club,
body.lokahi-loft #footer a.lokahi-loft,
body.physicalpark #footer a.physicalpark,
body.neptunbad-health-club-spa #footer a.neptunbad-health-club-spa,
body.puls-fit #footer a.puls-fit,
body.leos-sports-club #footer a.leos-sports-club,
#footer a.over,
#footer a:hover {
  color: #333;
}

#footer #cities {
  font-family: arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}

#footer #clubnames {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

body#nutzungsoptionen .columns {
  position: relative;
}

body#nutzungsoptionen #content .hint p {
  bottom: 0;
  font-size: 10px;
  line-height: 12px !important;
  position: absolute;
  width: 240px;
}

/* BEGIN KONTAKT */

body#kontakt {}

body#kontakt #content a {
  color: #666;
}

body#kontakt fieldset {
  margin-top: 12px;
}

body#kontakt input,
body#kontakt textarea {
  float: left;
}

body#kontakt input.text {
  width: 240px;
}

body#kontakt textarea.text {
  height: 100px;
  width: 244px;
}

body#kontakt label {
  clear: both;
  float: left;
  margin-bottom: 12px;
  margin-right: 24px;
  text-align: right;
  width: 120px;
}

body#kontakt .validation-error {
  color: #900;
  font-size: 11px;
  line-height: 20px;
  padding-left: 12px;
  text-transform: uppercase;
}



/* END KONTAKT */

/* BEGIN SPLASHPAGE */

body#splash {
  background-image: url('../img/ui/splash-bg.jpg');
}

body#splash #content {
  text-align: center;
}

body#splash #content h1 {
  color: #666;
  font-family: arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

body#splash #content p {
  margin-bottom: 24px;
}

body#splash #content a {
  text-decoration: underline;
}

/* END SPLASHPAGE */

/* BEGIN IMPRESSUM */

body#impressum #content {
  margin-left: 400px;
}

body#impressum #content ul {
  list-style-type: square;
  list-style-position: inside;
}

body#impressum #content li {
  line-height: 18px;
}

body#impressum #content a {
  text-decoration: underline;
}

/* END IMPRESSUM */

/* BEGIN HELPERS */

.columns {
  float: left;
}

.column {
  float: left;
  margin-right: 40px;
  width: 240px;
}


.last {
  margin-right: 0 !important;
}

.print-only,
.printonly {
  display: none;
}

.padding {
  padding: 20px;
}

.clearer {
  clear: both;
}

/* END HELPERS */