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

/* wrapper */

#wrapper {
	height: 100%;
	position: relative;
	background: #faf2da url(graphics/menu_bg.png) repeat-y;
}

html>body #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
}

#wrapper2 {
	height: 100%;
	position: relative;
	background: url(graphics/bg_right.png) repeat-y right;
}

html>body #wrapper2 {
	position: relative;
	height: auto;
	min-height: 100%;
}

/* logo */

#logo {
	position: absolute;
	top: 11px;
	left: 11px;
	margin-right: 11px;
}


/* header */

#header {
	background: #faf2da;
	height: 125px;
}

#headerWrapper {
	position: relative;
	padding-left: 175px;
	padding-top: 11px;
	padding-right: 0;
	
}

#headerRightTop {
	position: relative;
	z-index: 1; 
	background: #820f0f url(graphics/header_top_bg.png) no-repeat right;
	height: 76px;
}

#headerRightTop img {
	position: absolute; 
	right:0; 
	top: 0;
}

* html #headerRightTop img {
	position: absolute; 
	right: 0; 
	top: 0;
}

#headerRightBottom {
	position: relative;
	background: #820f0f url(graphics/header_bottom_bg.png) repeat-x right;
	height: 19px;
}

#headerShadow {
	position: relative;
	background: url(graphics/shadow_o.png) repeat-x;
	height: 6px;
}

/* content */

#contentWrapper {
	height: 100%;
	position: relative;
	padding: 25px 0 20px 155px;
	background: url(graphics/visual_bg_content.png) no-repeat 164px bottom;

}

#contentLeft {
	position: relative;
	height: 100%;
	min-height: 381px;
}

#content {
	position: relative;
	padding: 50px 200px 40px 130px;
	background: url(graphics/bg_content.png) no-repeat 130px 70px;
	z-index: 1000;
}

#content p {
	padding-left: 10px;
	padding-top: 18px;
}

#contentWrapper:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#contentRight {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

#content_rte {
	padding: 20px;
}

#content_game {
	padding: 0px 30px;
}
/* menu */

#menu {
	position: absolute;
	top:0;
	left: 11px;
	width: 153px;
	margin-top: 118px;
}	

#menu h2 {
	display: none;
}

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

* html #menu ul li a{
	height: 0.1em;
	
}

*+html #menu ul{
    min-height: 0;  /* clear floats for IE7 */
}


html>body #menu ul:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu li a {
	position: relative;
	display: block;
	padding: 0.5em 0.25em 0.25em 1em;
	font-family:"Century Gothic", Verdana, sans-serif;
	text-decoration: none;
	color: #F4E5AF;
	border-bottom: 1px solid #F4E5AF;
}

#menu li a:hover {
	background: #a41313;
	color: #F4E5AF;
}


/* submenu's */

#menu ul ul {
	position: relative;
	background: #820f0f;
}

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

#menu ul ul li {
	float: none;
}

#menu li li a {
	font-weight: normal;
	padding-left: 3em;
	border: none;
	color: #F4E5AF;
	border-bottom: 1px solid #F4E5AF;
}

/* sub-sub menu's */

#menu ul ul ul {
	border-left: 1px solid black;
	border-top: 1px solid black;
	left: 12em; /* position at the edge: 12em width + 2 x 0.5 padding */
	top: 0;
}


/* #menu hover-effect */

#menu ul li ul {
	/* level 1 */
	display: none;
}

#menu ul li:hover ul,
#menu ul li.hover ul,
#menu ul li.active ul,
#menu ul li.subactive ul {
	/* the li.hover is for MSIE, set by menu.js */
	display: block;
}

#menu ul li.active a,
#menu ul li.subactive ul li.active a {
	font-weight: bold;
}

#menu ul li.active ul li a{
	font-weight: normal;
}

#menu ul li:hover li ul,
#menu ul li.hover li ul {
	/* level 2 */
	display: none;
}

#menu ul li:hover li:hover ul,
#menu ul li.hover li.hover ul {
	display: block;
}

#menu ul li:hover li:hover li ul,
#menu ul li.hover li.hover li ul {
	/* level 3 */
	display: none;
}

#menu ul li:hover li:hover li:hover ul,
#menu ul li.hover li.hover li.hover ul {
	display: block;
}


/* footer */

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.25em 0;
	text-indent: 2em;
	font-size: 70%;
	color: #a41313;
	z-index: 50;
}

#footer #poweredByMaxNl {
	float: right;
	display: inline;
	margin-right: 1em;
}

#footer #poweredByMaxNl a {
	color: #a41313;
}
#footer #poweredByMaxNl a:hover {
	color: #61b5b5;
}

#adressInfo {
	color: #f4e5af;
	position: absolute;
	bottom: 25px;
	left: 11px;
	padding-left: 2px;
}

#kegels {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 300px;
	width: 199px;
	background: url(graphics/visual-right_bottom.gif) no-repeat bottom right;
}


/* OTHER TOOLS */

/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}


/* horizontal rules */

hr {
	display: none;
}

#content hr {
	display: block;
}


/* Progress Bar */

.modalDialogBox {
	text-align: center;
	position: absolute;
	border: 1px solid #0A72CD;
	top: 50%;
	left: 50%;
	width: 20em;
	margin: -12.5% 0 0 -10em;
	background-color: white;
}

.modalDialogBox h3, .modalDialogBox p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.barContainer {
	text-align: left;
	border: 1px solid #0A72CD;
	margin: 0.5em;
	background-color: #EBF5FE;
}

.bar {
	background-color: #0A72CD;
	height: 1em;
	width: 98%;
}

.caption, .percentage {
	margin: 0.5em;
}

.percentage {
	font-weight: bold;
}

#photoslide {
	padding: 1em 0.5em;
	border: 1px solid #820f0f;
	background: #faf2db url(graphics/photo_bg.png) repeat-x;
	overflow: auto;
	width: 500px;
	height: 90px;
}

#imagelibList {
	width: 500px;
}

