img, div {
	behavior: url('iepngfix.htc');
}

html {
	overflow-y: scroll;
}

body {
	background-color: #ffd100;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #1a181c;
	padding: 0;
	margin: 0;
}

form, img {
	border: 0;
	padding: 0;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-size: 12px;
/*	text-transform: uppercase; */
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#top {
	position: static;
	width: 900px;
	height: 70px; 
}

#social {
	position: absolute;
	top: 20px;
	right: 95px;
}


#slider {
	position: static;
	width: 728px;
	height: 334px;
	background-color: #ffffff;
	margin: 0 0 0 162px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
}

#sticker {
	position:absolute;
	top: 100px;
	right: 40px;
	width: 250px;
	height: 150px;
	text-align: right;
/* 	border: 1px dotted #333; */
}

#sticker-laag {
	position:absolute;
	top: 425px;
	right: 30px;
	width: 250px;
	height: 150px;
	text-align: right;
/* 	border: 1px dotted #333; */
}

#newsletter {
	position: absolute;
/*
	top: 350px;
	left: 190px;
*/
	height: 28px;
	width: 90px;
	line-height: 25px;
	position: absolute;
	padding-bottom: 3px;
	top: 20px;
	right: 0px;
	text-align: center;
	color: #fff;
	background: #ffd100 url('../img/nieuwsbrief-bg.gif') no-repeat top left;
}

#newsletter a{
	height: 20px;
	width: 250px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#title {
	position: static;
	width: 728px;
	height: 40px;
	background-color: #ffd100;
	margin: 0 0 0 162px;
	line-height: 40px;
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 13px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	color: #E1011B;
}

#title ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #E1011B;
}

#title ul li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #E1011B;
	border-right: 1px solid #ffffff;
}

#title ul li a {
	padding: 0 10px 0 10px;
	text-decoration: none;
	width: 160px;
	font-weight: normal;
	color: #E1011B;
}

#title ul li.active a {
	font-weight: bold;
	color: #E1011B;
}

#content {
	position: static;
	width: 668px;
	min-height: 200px;
	background-color: #ffd100;
	margin: 0 0 0 162px;
	padding: 30px;
	line-height: 1.6em;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 1px solid #ffffff;
	overflow: auto;
}

#contact-left{
	float: left;
	width: 360px;
}

#contact-right{
	float: left;
	margin-left: 40px;
}

#logo {
	position: absolute;
	top: 11px;
	left: 0;
	width: 162px;
	height: 148px;
}

#menu {
	position: absolute;
	top: 160px;
	left: 0;
	width: 162px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	width: 147px;
	height: 31px;
	padding: 0 0 0 15px;
	line-height: 31px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1a181c;
	border-bottom: 1px solid #ffd100; /* Ipv margin voor IE6 */
}

#menu ul li.submenu a {
	background-color: #555555;
	padding-left: 15px;
	width: 147px;

}

#menu ul li a:hover, #menu ul li a:focus {
	background-color: #333333;
}

#menu ul li.active a {
	background-color: #e1011b;
}

#menu .newsletter a {
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	width: 900px;
	height: 80px;
	line-height: 1.2em;
}

#footer a {
	color: #1a181c;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #1a181c;
	text-decoration: underline;
}

#copyright {
	position: absolute;
	width: 900px;
	text-align: center;
	top: 20px;
	left: 81px;
	text-transform: uppercase;
	font-size: 9px;
}

#fitvak {
	position: absolute;
	width: 73px;
	height: 32px;
	top: 20px;
	right: 0;
}

#content ol {
	list-style: lower-latin;
}

.table td {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.table td.green {
	background-color: #c5c800;
}

.table td.red {
	background-color: #e1011b;
}

a {
	color: #e1011b;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.red {
	color: #e1011b;
}

.input {
	width: 250px;
}

.textarea {
	width: 350px;
	height: 150px;
}

.submit {
	border: 0;
	background-color: #e1011b;
	padding: 3px;
	margin: 10px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
	display: block;
}

/* bb */

#slider_container{
	padding: 35px 40px 0px 40px;
	background: #ffd100 url('../img/background_blokjes.jpg') no-repeat top center;
	height: 295px;
}

#slider_header{
	height: 45px;
	font-size: 1.1em;
}

span.slider_header{
	color: red;
	font-weight: bold;
	padding-right: 5px;
}

#slider_image{
	border: 1px solid #828282;
	float: left;
	width: 300px;
	height: 200px;
}

#slider_map{
	border: 1px solid #828282;
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 40px;
}

/* roster bram */

.roster-location-header{
	font-size: 1.2em;
	text-transform:uppercase;
	display:block;
	line-height: 30px;
	height:30px;
	width: 629px;
	background-color: #c50e1c;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	border-bottom: 1px solid white;
	border-left: 1px solid #c50e1c;
	border-right: 1px solid #c50e1c;
	border-top: 1px solid #c50e1c;
}

.roster-day-header-first{
	display:block;
	line-height: 30px;
	height:30px;
	width: 629px;
	background-color: #1a181c;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	border: 1px solid black;
	font-size: 1.1em;
	text-transform: uppercase;
}

.roster-day-header{
	display:block;
	line-height: 30px;
	height:30px;
	width: 629px;
	background-color: #444444;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	color: #fff;
	border: 1px solid black;
	font-size: 1.1em;
	text-transform: uppercase;
}

.roster-day-block{
	display:block;
	height:36px;
	width: 629px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.block-time{
	float:left;
	line-height: 36px;
	padding-right: 20px;
}

.block-title{
	float:left;
	line-height: 36px;
	padding-right: 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.block-course{
	float: left;
	line-height: 36px;
	padding-right: 10px;
}

.block-title a{
	text-decoration: none;
	color: #000;
}
.block-time-total{
	float:left;
	line-height: 36px;
	padding-right: 5px;
}	

.block-room{
	float:left;
	line-height: 36px;
}
.block-more{
	position: relative;
	top: 19px;
	left: 15px;
	float: right;
	text-align: right;
}
.block-colors{
	float:right;
	margin-top:11px;
	padding-left:25px;
	text-align:right;
}

.clear{
	clear: both;
}

.print-button{
 	float: right;
	text-transform:uppercase;
	line-height: 20px;
	height:20px;
	background-color: #c50e1c;
	margin-top: 10px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
}

.print-button a{
	color: #fff;
	display: block;
	text-decoration: none;
}

.print-button a:hover{
	text-decoration: none;
}

#print-wrapper{
	margin: auto;
}

.clear{
	clear: both;
}

h3.personal-trainer{
    color: #E1011B;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

.personal-trainer-left .more {
    margin: 20px 0 0;
    overflow: hidden;
}

.personal-trainer-right .more {
    margin: 20px 0 0;
    overflow: hidden;
}

.personal-trainer-left{
	float: left;
	width: 306px;
    height: 100px;
    line-height: 1.3em;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
	background-color: #fff;
	cursor: pointer;
}

.personal-trainer-left .intro{
    overflow: hidden;
	height: 100px;
}

.personal-trainer-right .intro{
    overflow: hidden;
	height: 100px;
}

.personal-trainer-left .intro img{
	float: left;
	margin-right: 10px;
}

.personal-trainer-right .intro img{
	float: left;
	margin-right: 10px;
}


.personal-trainer-right{
	float: left;
	width: 306px;
    height: 100px;
    line-height: 1.3em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
	background-color: #fff;
	cursor: pointer;
}

.no-trainers{
	width: 642px;
	background-color: #fff;
   	padding: 10px;
    margin: 0 0 10px;
}

#trainer-locations ul {
	padding: 0 0 30px 0;
	margin: 0;
}

#trainer-locations ul li {
	display: inline;
	padding: 0 7px 0 7px;
	/* was voorheen padding: 0 10px 0 0; ivm HHT nu 7 */
	text-transform: uppercase;
	border-right: 1px solid #FFFFFF;
}

#trainer-locations ul li a.active {
	font-weight: bold;
}

#location-title{
	color: #E1011B;
    font-weight: normal;
	text-transform: uppercase;
    padding: 0;
    text-decoration: none;
	width: 100%;
 	font-size: 13px;
	line-height: 13px;
}

.open-hours{
	width: 150px;
	float: left;
	height: 140px;	
/* 	background-color: #fff; */
/* 	padding: 20px; */
	margin-left: 0px;
}

.contact-data{
	width: 170px;
	float: left;
	height: 140px;
/* 	background-color: #fff; */
/* 	padding: 20px; */
	padding-left: 40px;
	border-left: 1px solid #fff;
}

.location-text{
	clear:both;
	padding-top: 20px;
	border-top: 1px solid #fff;
}

/* Faciliteiten tabel */

table.facilitiestable {
	color: #888888
	text-align: center;
}

table.facilitiestable td.head {
	color: #ffffff;
	font-weight: bold;
	background-color: #222222;
	text-align: left;
}

table.facilitiestable td.option {
	color: #555555;
	text-align: left;
}

table.facilitiestable td {
	color: #888888;
	background-color: #ffffff;
	text-align: center;
}

table.facilitiestable td.true {
	background-color: #ffffff;
	color: #54aa00;
}

table.facilitiestable td.false {
	background-color: #eeeeee;
}

/* Klantentservice */

#service {
	position: static;
	width: 728px;
	background-color: #ffd100;
	margin: 0 0 0 162px;
	line-height: 1.6em;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 1px solid #ffffff;
	overflow: auto;
}

#service h2 {
	font-size: 12px;
	color: #1a181c;
}

#service .titles {
	position: relative;
	width: 728px;
	height: 40px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	background: transparent url('../img/line.png') repeat-y top center;
}

#service .titles .title {
	position: relative;
	width: 354px;
	height: 40px;
	float: left;
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 13px;
	color: #e1011b;
	line-height: 40px;
	padding: 0 0 0 10px;
}

#service .titles .title.left {
}

#service .titles .title.right {
}

#service .headers {
	position: relative;
	width: 728px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	background: #ffe366 url('../img/line.png') repeat-y top center;
}

#service .headers .header {
	position: relative;
	width: 304px;
	float: left;
	padding: 30px;
}

#service .headers .header.left {
}

#service .headers .header.left ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#service .headers .header.left ul li, #service .headers .header.left ul li a {
	color: #e1011b;
	text-transform: uppercase;
}

#service .headers .header.left ul li.active, #service .headers .header.left ul li.active a {
	font-weight: bold;
}

#service .headers .header.left hr {
	height: 0;
	border-top: 0;
	border-bottom: 1px dotted #ffffff;
	margin: 15px 0 15px 0;
	padding: 0;
}

#service .headers .header.right {
}

#service .headers .header.right .singleline {
	width: 180px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}

#service .headers .header.right .multiline {
	width: 180px;
	margin: 0;
	height: 60px;
	font-family: Arial, Verdana, sans-serif;
}

#service .headers .header.right .select {
	margin: 0;
	width: 140px;
}

#service .headers .header.right .button {
	border: 0;
	background-color: #e1011b;
	padding: 3px;
	margin: 10px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
}

#service .faq {
	position: relative;
	width: 668px;
	padding: 30px;
}

#service .faq strong {
	color: #e1011b;
}

#service .faq b {
	color: #e1011b;
}
