/* CSS Document */
html, body {
	height:100%;
	width:100%;
}

.print_only {
	display: none;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#vernieuwd{
	position:absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	width: 107px;
	height: 107px;
	background-image: url(../images/ribbon_vernieuwd.gif);
	background-repeat: no-repeat;
}

#container {
	position: relative; 
	z-index: 1;
 	width: 826px; 
	margin: 0px auto 0px auto;
	text-align: left;
	min-height:100%;
	_height:100%;
}

/******************************************************************************************************
 *                                           HEADER                                                   *
 ******************************************************************************************************/

#container #header{
	position: relative;
	height: 46px;
	padding-left: 20px;
	padding-top: 12px;
	background-image: url(../images/balneum_logo.gif);
	background-repeat:no-repeat;
	background-position: 670px 8px;
}

#container #menu{
	position: relative;
	height: 56px;
	width: 100%;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
}

#container #menu #menucontainer{
	position:relative;
	height: 29px;
	width: 824px;
	top: 14px;
	background-image: url(../images/bg_menu_container.gif);
	background-repeat: repeat-x;
	border: 1px solid white;
}

/******************************************************************************************************
 *                                           CONTENT                                                  *
 ******************************************************************************************************/

#container #content{
	position: relative;
	width: 100%;
}

#container #content_left{
	float: left;
	width: 199px;
	background-color: #ffffff;
	min-height: 506px;
	_height: 506px;
}

.left_home{
	background-image:url(../images/bg_content.gif);
	background-repeat: repeat-x;
}

#container #content_right{
	float: right;
	width: 616px;
	background-color: #ffffff;
	background-image: url(../images/bg_content_right.gif);
	background-repeat: repeat-x;
	background-position: 0px 113px;
	min-height: 506px;
	_height: 506px;
}

#container #content_right .balk{
	height: 22px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
	padding-left: 10px;
}

#textvlak{
	padding-left: 15px;
	padding-right: 15px;
}

/******************************************************************************************************
 *                                           FOOTER                                                   *
 ******************************************************************************************************/

#container #footer{
	position: relative;
	height: 30px;
	padding-top: 12px;
	padding-left: 22px;
	background: #ffffff;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.form_error{
	color: red;
}
