html, body, body * {
  margin: 0;
  font-family: Helvetica;
}

ul {
  margin-left: 25px;
}

body { height: 100%; }

#body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: center;
}

a, a:hover, a:visited {
  background: none;
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #FFF;
}

#logo {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

#logo #ic {
  width: 275px;
  height: 73px;
  position: absolute;
  left: 100px;
  bottom: 0;
}

#menu {
  width: 800px;
  height: 30px;
  margin: 0 auto;
}

#menu table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  width: 800px;
  height: 30px;
  table-layout: fixed;
}

#menu #left {
  width: 6px;
  background-image: url( /weceem/WeceemFiles/Image/golfsuite/menu_links.png );
}

#menu #right {
  width: 6px;
  background-image: url( /weceem/WeceemFiles/Image/golfsuite/menu_rechts.png );
}

#menu #mid {
  text-align: center;
  vertical-align: center;
  font-family: Tahoma;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url( /weceem/WeceemFiles/Image/golfsuite/menu_mitte.png );
}

#head {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  padding: 7px 0;
}

#lang {
  width: 800px;
  height: 0;
  margin: 0 auto;
  position: relative;
}

#lang #flags {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#lang img {
  border: none;
}

#content {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: static !important;
  position: relative;
  z-index: 1;
  text-align: left;
}

#content a, #content a:hover, #content a:visited {
  color: rgb( 123, 184, 68 );
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footblock {
  height: 100px;
}

#foot {
  width: 100%;
  height: 154px;
  margin-top: -154px;
  background: url( /weceem/WeceemFiles/Image/golfsuite/ground-smaller.png ) bottom repeat-x;
  z-index: 0;
  text-align: center;
}

#fcontent {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 600px;
  font-size: 10px;
  font-family: Helvetica;
  height: 154px;
}

#copyright, #contact {
  position: absolute;
  bottom: 54px;
}

#copyright { left: 0; }
#contact {
  right: 0;
  background-color: #FFF;
}

#fcontent a {
  color: #000;
  text-decoration: none;
}

#fcontent a:hover {
  text-decoration: underline;
}

#overlay {
  z-index: 4;
  position: absolute;
  background-color: #000;
  width: 100%;
  display: none;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

#overlay2 {
  z-index: 5;
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  top: 0px;
  left: 0px;
}