/**
* File:		   index.php
*  
* Project:     Standaard CMS
* Copyright:   © Regioproviders 2007 
* Last update: 10-09-2007
* Programmer:  Martin Ubeda
* Description: Website Bouwbedrijf van Els
* Changed: 	   -
*/

/* BEGIN CODE VOOR EEN 2 KOLOMMEN STRUCTUUR */

body, html{
	margin: 0 auto;
	height: 100%;											/* benut de volledige hoogte van de viewport */
	background-color:#4A5454;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-arrow-color:#7B7B7C;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-track-color:#FCFCFC;
	scrollbar-face-color:#F8F8F8;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#BFBFC0;
	scrollbar-3d-light-color:#FFFFFF;
}
 
#main_container{
	position: relative;
	float: left;											/* omdat de containers #links_container en #rechts_container ook float zijn */
	left: 50%; 
	width: 945px;											/* IE 7 */
	min-height: 100%;									/* altijd min 100%, wordt de inhoudt groter dan de viewport dan rekt hij mee */
	_height: 100%;										/* voor IE 6 */
	border: 20px solid #FFFFFF;
	margin: -90px 0px 0px -493px;			/* maakt plaats voor de footer die 30px hoog is */
}

#header_container{
	width: 945px;
	height: 174px;
	padding: 90px 0px 0px 0px;				/* heft het effect op van de -30 margin van #main container */
	background: #FFF;
	color: #FFF;
	text-align: center;
}

#links_container{
	float: left;
	width:550px;
	background-color: #E6E6E6;
	position:absolute;
	top: 294px;
	bottom: 0px;
	overflow:auto;	
	overflow-y: auto;
	overflow-x:hidden;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	line-height:15px;
}

	#links_container a{
	font-size:10px;
	color:#F26722;
	}
	#links_container a.breadcrumb:link {
	color: #333333;
	}
	#links_container a.breadcrumb:visited {
	color: #333333;
	}
	#links_container a.breadcrumb:hover {
	color: #F26722;
	}
	#links_container a.breadcrumb:active {
	color: #333333;
	}			

#links_container2{
	float: left;
	width:550px;
	background-color: #E6E6E6;
	position:relative;
	position:absolute;
	top: 294px;
	bottom: 0px;
	overflow:auto;	
	overflow-y: auto;
	overflow-x:hidden;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	line-height:15px;
}

	#links_container2 a{
	font-size:10px;
	color:#F26722;
	}
	#links_container2 a.breadcrumb:link {
	color: #333333;
	}
	#links_container2 a.breadcrumb:visited {
	color: #333333;
	}
	#links_container2 a.breadcrumb:hover {
	color: #F26722;
	}
	#links_container2 a.breadcrumb:active {
	color: #333333;
	}			

#rechts_container{
	float: left;
	width: 395px;
	background-color: #F26722;
	position:absolute;
	top: 264px;
	bottom: 0px;	
	left:550px;
}

#footer_container{
	position:relative;
	clear: both;										/* behandelt bovenliggende "float" elementen alsof ze normaal onderdeel van de pagina zijn */
	height: 30px;
	padding: 0px 0 0 0;
	background: #4A5454;
	width: 985px;
	text-align:right;
	color: #FFF;
	left: 50%;
	margin: 0px 0px 0px -493px;	
}
/* EINDE CODE 2 KOLOMMEN STRUCTUUR */


/* CODE BINNEN DE STRUCTUUR */
#logo{
	float: left;
	width:550px;
	height:139px;
	background-color:#666667;
}

#information{
	float: left;
	width:395px;
	height:139px;
	background-image:url(../images/information.gif);
}

	.information_text{
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		margin-top:22px;
		margin-right:20px;
	}
	
#menuDiv {
	clear: both;
	margin: 0 auto;
	width:945px;
	height:35px;
	background-color: #9A9E9C;
}

	#menu1{
		height:35px;
		width:550px;
		text-align:left;
		background-color:#F26722;
		float:left;
	}
			
		#menu1 ul{
			padding: 0px 0px 0px 0px;
			margin: 9px 0px 0px 14px;
		}
		
		#menu1 li{
			cursor:pointer;
			list-style-type:none;
			display:inline;
			border:0px;
			border-right:1px solid #FFFFFF;
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			text-transform:uppercase;
			padding: 0px 8px 0px 8px;
			margin: 0px 0px 0px 0px;
		}
/* EINDE CODE BINNEN DE STRUCTUUR */


/* EXTRA DIV's over de pagina heen */
#submenu{
	position:absolute;
	top:264px;
	left:0px;
	height:30px;
	width:550px;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: 900;
	color:#4A5454;
	z-index:1;
}

#submenu{
	position:absolute;
	top:264px;
	left:0px;
	height:30px;
	width:550px;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: 900;
	color:#4A5454;
	z-index:1;
}
	
	#submenu ul{
		padding: 0px 0px 0px 0px;
		margin: 7px 0px 0px 30px;
	}
		
		#submenu li{
			cursor:pointer;
			list-style-type:none;
			display:inline;
			border-right:1px solid #4B5356;
			margin-right:5px;
			padding-right:5px;
			padding: 0px 5px 0px 5px;
			margin: 0px 0px 0px 0px;
		}
		
		#submenu a{
			color:#4B5356;
			font:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
		}

#imageslider{
	width:395px;
	color:#FFFFFF;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	overflow:auto;	
	overflow-y: auto;
	overflow-x:hidden;
	background-image:url(../images/background_rechts.gif);
	background-repeat:no-repeat;
}

	#table2{
		margin-top:15px;
		margin-left:170px;
		text-align:right;
	}
	
		#table2 a{
			text-align:right;
			font-size:21px;
			line-height: 30px;
			font-family:Arial, Helvetica, sans-serif;
			letter-spacing:1px;
		}
	
	#imageslider li{
		margin-right:20px;
		cursor:pointer;
		list-style-type:none;
	}

/* EINDE EXTRA DIV's over de pagina heen */
