body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin: 0px;
  color: #5c5c5c;
  background-color: #E7E7E7;
  background-image: url( ../images/BG.jpg );
  background-repeat: no-repeat;
  height: 100%;
}

html {
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th, td {
  padding: 0px;
  font-size: 12px;
}

form {
  margin: 0px;
}

img {
  border: 0px;
}

hr {
  border: 1px solid white;
  border-bottom: 1px solid #7C7A7B;
  margin-bottom: 20px;
  size: 1;
  height: 2px;
}

a:link, 
a:hover, 
a:active, 
a:visited {
  font-weight: bold;
  color: #5c5c5c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  color: #232011;
  font-size: 12px;
}

h3 {
  color: #232011;
  font-size: 14px;
}

p {
}

/*DIVS*/

.MainContent {
 position: relative;
 width: 910px;
 margin: 0 auto;
}

.HeaderHolder {
  position: relative;
  padding-top: 10px;
  padding-left: 125px;
  width: 664px;
  height: 157px;
}

.ItemHolder {
  position: relative;
  width: 910px;
  height: 380px;
}

.ItemHolder .Item {
  display: block;
}

.ItemHolder #SportsIcon {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 210px;
  height: 306px;
}

.ItemHolder #HealthIcon {
  position: absolute;
  top: 53px;
  left: 333px;
  width: 210px;
  height: 294px;
}

.ItemHolder #SpaWellnessIcon {
  position: absolute;
  top: 62px;
  left: 560px;
  width: 210px;
  height: 321px;
}

.FooterMenu {
  padding-left: 0px;
  width: 410px;
  color: #C6C6C3;
}

.FooterMenu a:link,
.FooterMenu a:hover, 
.FooterMenu a:active, 
.FooterMenu a:visited {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #C6C6C3;
}

.FooterMenu .Links,
.FooterMenu .Links a:link,
.FooterMenu .Links a:hover,
.FooterMenu .Links a:active,
.FooterMenu .Links a:visited {
  color: #5c5c5c;
}

.FooterMenu #Sports {
  color: #CBD300;
}

.FooterMenu #Health {
  color: #D75396;
}

.FooterMenu #SpaWellness {
  color: #009CDA;
}

.FooterMenu #Links {
  height: 80px;
}

.FooterMenu #Links ul {
}

.FooterMenu #Links ul li {
}

.Overlay {
  height: 100%;
  width: 100%;
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.TekstHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 526px;
  height: 400px;
  margin-left: -273px;
  margin-top: -200px;
  background-color: white;
  padding: 10px;
  border: 1px solid #CBD300;
}

.TekstHolder h1, 
.TekstHolder h2,
.TekstHolder h3,
.TekstHolder h4,
.TekstHolder h5,
.TekstHolder h6 {
  color: #CBD300;
  font-size: 16px;
  padding: 0px;
}

a.Close:link,
a.Close:hover,
a.Close:active,
a.Close:visited {
  position: absolute;
  top: -28px;
  right: -1px;
  display: block;
  border: 1px solid #CBD300;
  background-color: white;
  height: 20px;
  width: 20px;
  color: #CBD300;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
}

