/* CSS Document */

/* CSS Document */

* {
	margin		: 0;
	padding 	: 0;
}

html,
body {

	scrollbar-arrow-color		: #01A0C7; 
	scrollbar-base-color		: #FFFFFF; 
	scrollbar-shadow-color		: #01A0C7; 
	scrollbar-face-color		: #FFFFFF; 
	scrollbar-highlight-color	: #01A0C7;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;

	text-align		:left;
	background-color:#FFFFFF;
}

/* CONTAINERS */

#container 
{
width				:100%;
	min-height		:575px;
 	height			:auto !important;
 	height			:575px;


background-image	:url(images/background_container.jpg);
background-repeat	:repeat-x;
}

#container_site
{
width:990px;
}
#subcontainer_site_left
{

width			:464px;
height			:575px;

float			:left;
}

#subcontainer_site_right
{
width			:526px;
height			:575px;

float			:left;
}


/* items subcontainer_site_LEFT */

#scs_left_logo
{
height			:101px;
width			:464px;

float			:inherit;
}

#scs_left_hoofdmenu
{
height			:40px;
width			:464px;

float			:left;
background-color:#01A0C7;

overflow:hidden;
}

#scs_left_submenu
{
height			:123px;
width			:464px;

float			:inherit;
background-color:#01A0C7;
}

#scs_left_afbeelding
{
height			:331px;
width			:464px;

float			:inherit;
}



/* items subcontainer_site_RIGHT */

#scs_right_visual
{
height			:196px;
width			:526px;

overflow		:hidden; /* voorkomt witruimte onder visual in IE6 */
float			:inherit;
}

#scs_right_grijzebalk
{
height			:18px;
width			:526px;

float			:inherit;
background-color:#999999;
overflow		:hidden; /* in IE6 anders  1px teveel */
}

#scs_right_lowlevelnavigatie
{
height			:50px;
width			:526px;

float			:inherit;
background-color:#01A0C7;
}

#scs_right_content
{
min-height		:331px;
height			:auto !important;
height			:331px;
width			:526px;

float			:inherit;
}



#logo{
padding-left:33px;
padding-top:24px;

float:left;


height:19px;
}


#adres {
padding-right:30px;
padding-top:24px;

float:right;

width:110px;
height:26px;

text-align:left;
}

#afbeelding_grijs {
float:left;

margin-left:33px;
margin-top:66px;

padding-left:5px;
padding-right:5px;
padding-top:5px;

background-color:#999999;
}

#onderschrift {
text-align:center;
padding-bottom:5px;

}


#action {
width:500px;
border-top:#01A0C7 0px solid;
border-bottom:#01A0C7 0px solid;
}

#contact_adres {
width:200px; 
float:left;
}

#contact_telefoon {
float:left; 
width:300px;
}
#contact_formulier {
float:left; 
width:526px;
}

#waterbehandeling {
float:left;
width:250px;
margin-top:20px;
margin-left:33px;
}

#waterbehandeling a{
background-color:#999999;
padding:5px;
color:#FFFFFF;
border-bottom:#01A0C7 2px solid;
border-right:#01A0C7 2px solid;
text-decoration:none;
}