html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;  
}

body {
  background: transparent url('images/Background.gif') repeat-y center;
  background-attachment: fixed;     
  cursor: default;
}

* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}  

p {
  margin: 0;
  color:#eee;
}

a {
  color:white;
}

h1 {
  font-size:18px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom:1px solid white;
  margin:8px 12px 0 12px;
  color:#eee;
}

img {
  border: 0;
}

/**
 * GENERAL BLOCK ELEMENTS
 */
div#transition {
	width: 674px;
	height: 220px;
	background: black url('images/Header/logo.png') no-repeat right top;
}

.align-center {
  text-align: center;
}

.light-gray {
  color: #bbbbbb;
}
.black {
  color: #000;
}

.font-11 {
  font-size: 11px;
}
.font-10 {
  font-size: 10px;
}
.font-italic {
  font-style: italic;
}

/**
 * WRAP 
 */
table#wrap {
  position: absolute;
  width: 674px;
  height: 100%;
  left: 50%;
  margin-left: -337px;
  _margin-left: -338px;
  background-image: url('images/Content/Pattern-Dark.gif');  
}

/** 
 * WRAP HEADER
 */
table#wrap thead#wrap-thead {
}
table#wrap thead#wrap-thead tr.wrap-thead-top {
  height: 4px;
  background: #c73e95;
  /* temporary */
  color:white;
  padding:4px !important;
  text-align:center;
  /**/
}
table#wrap thead#wrap-thead tr.wrap-thead-logo {
  height: 220px;
  background: #333333;
  text-align: center;
}

/**
 * WRAP HEADER MENU
 */
table#wrap thead#wrap-thead tr.wrap-thead-menu {
  height: 27px;
}
table#wrap thead#wrap-thead tr.wrap-thead-menu td {
  border-bottom: 2px solid #b33c83;
  background: transparent url('images/Menu/Background.gif') no-repeat;
}
  tr.wrap-thead-menu td div.menu {
    height: 100%;
  }
  tr.wrap-thead-menu td div.menu div {
    float: left;
  }
  tr.wrap-thead-menu td div.menu div.menu-item {
    width: 16.3%;
    padding: 6px 0px 5px 0px;
  }
  tr.wrap-thead-menu td div.menu div.menu-item a {
    color: #fff;
    text-decoration: none;
  }
  tr.wrap-thead-menu td div.menu div.menu-separator {
    width: 2px;
    background: transparent url('images/Menu/Separator.gif') no-repeat;
    height: 27px;
  }
  tr.wrap-thead-menu td div.menu div.menu-item a:hover {
    color: white;
  }

/**
 * WRAP BODY
 */
table#wrap tbody#wrap-tbody {
}
table#wrap tbody#wrap-tbody td.wrap-tbody-content {
  background: transparent url('images/Content/Gradient.gif') no-repeat;
}
table#wrap tbody#wrap-tbody td.wrap-tbody-content p {
  margin:4px 12px 4px 12px;
}

/**
 * WRAP FOOTER
 */
table#wrap tbody#wrap-tbody tr.wrap-tbody-footer td {
  height: 43px;
  padding: 0 12px 12px 12px;
  text-align: center;
}
table#wrap tbody#wrap-tbody tr.wrap-tbody-footer td div {
  padding: 15px 15px 12px 15px;
  background: #b33c83 url('images/Footer/Background.gif');
  color: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;  
}
table#wrap tbody#wrap-tbody tr.wrap-tbody-footer td div span {
  color: #77235b;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

/**
 * BLOCKS 
 */
div.block {
  padding-bottom: 10px;
  background: transparent url('images/Content/Block/Shadow.png') no-repeat right bottom;
  margin-bottom: 2px;
}

div.block div.block-inner-style1,
div.block div.block-inner-style2 {
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div.block div.block-inner-style1 {
	position: relative;
  background: white url('images/Content/Block/Gradient1.gif') repeat-x top;
}
div.block div.block-inner-style2 {
	position: relative;
  background: #d154b0 url('images/Content/Block/Gradient2.gif') repeat-x bottom;
}
div.block div.block-title {
  position: relative;
  height: 29px;
  padding: 0px 5px 0px 5px;
  margin-bottom: 2px;
  line-height: 29px;
  background-image: url('images/Content/Pattern-Light.gif');
}
div.block div.block-title h2 {
  font-weight: bold;
  color:white;
  text-transform:uppercase;
  text-decoration: none;
  margin:0;
  padding:0;
}


div.block div.block-content {
  position: relative;
  padding: 2px 4px 1px 2px;
}
div.block div.block-content p {
	margin: 0px 4px 12px 4px !important;
}
div.block div.block-content img.right {
	margin: 4px 0 4px 4px;
	border:2px solid white;
	display:block;
	float:right
}
div.block div.block-content img.left {
	margin: 2px 8px 4px 0px;
	border:2px solid white;
	display:block;
	float:left
}
div.block div.block-content div.block-images img {
	border:2px solid white;
	text-align: center
}

div.block div.block-inner-style1 div.block-content p {
  color: #333333;
}
div.block div.block-inner-style1 div.block-content a {
  color: #555555;
}
div.block div.block-inner-style2 div.block-content {
  color: #eeeeee;
}

/* Read More */ 
div.read-more {
	position:absolute;
	right:8px;
	bottom:6px;
	color:#620D46;
}
div.read-more a {
	background: transparent url('images/Bullet.gif') no-repeat right bottom;
	padding-right:16px;
	color:#620D46;
}
div.read-more a:hover {
	color:#77235B;
}

/**
 * HOOGTES
 */
.height-154px {
  height:154px;
}
.height-170px {
	height:170px;
}
.height-240px {
  height:240px;
}
/** 
 * TARIEVEN
 */
div.treatment, div.treatment-alternate {
  padding: 4px;
}
div.treatment-alternate {
  background-color: #e6e6e6;
}
div.treatment-title {
  position: relative;
  color: #333333;
}
div.treatment-title span, div.treatment-title span.clickable {
  color: #333333;
}
div.treatment-title span.clickable {
  cursor: pointer;
  text-decoration: underline;
}
div.treatment-title span.duration {
  font-size: 10px;
  font-style: italic;
  color: #555555;
}
div.treatment-price {
  position: absolute;
  color: #333333;
  right: 0px;
  _right: 10px;
  top: 0px;
}
div.treatment-description {
  padding-top: 0px !important;
  padding-left: 6px !important;
  color: #555555;
}

/**
 * FORM 
 */
form {
  margin: 0;
  padding: 4px;
}
form table th {
  text-align: left;
  font-weight: bold;
  padding-right: 5px;
  border-right: 1px solid #f577d2;
}
form table td {
  padding-left: 5px;
}
form table textarea {
  width: 100%;
}
form table tr.bottom td {
  border-top: 1px solid #f577d2;
}