
html, body
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana;
	background: #efefef url('bg.jpg') ;

}
#body
{
	background: url(bgContainer.jpg) repeat-y;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
}

#header
{
	background: url("images/top.jpg") no-repeat;
	height:110px;
	width:760px;
	position:relative;
}

#footer
{
	background: #0f0f0f url(footer.jpg);
	height:16px;
	color:white;
	text-align:center;
	padding-top:4px;
	margin-top:40px;
	width:760px;
	clear:left;

}

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

#sideLeft
{
	float:left;
	margin-top:5px;
	width:220px;
}

#sideLeft ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom:30px;

}
#sideLeft ul li
{
padding:5px 0 6px 16px;
background: transparent url("menu.jpg") no-repeat;
}
#sideLeft ul li a
{
	color : #000;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	border-style:none;

}
#sideLeft ul li a:hover
{
	color: #f79b11;
}

#sideLeft ul li .selected
{
	color: #f79b11;
}

#main
{
	float:left;
	width:500px;
	padding-top:0px;
	padding-left:20px;
}

#main img
{
	padding-top:20px;
}

#main ul
{

	padding: 0;
	list-style-type:none;
	margin: 6px;
}

#main ul li
{
	padding-bottom:8px;
	background: transparent url("arrow.jpg") no-repeat;
	padding-left:9px
}

h4
{
	font-size:20px;
	margin:0;
	color:#6F9300;
	text-decoration:underline
}

h5
{
	font-size:12px;
	margin-bottom:0px;
	padding:0;
}

/* Navigatie */


div#primarynav
{ 
	height: 23px; 
	width: 494px; 
	margin: 0 0 0 0px; 
	padding: 0; 
	border: 0; 
	background: transparent; 
	position:absolute;
	top:69px;
}
div#primarynav ul#menu
{ 
	height: 23px; 
	width: 494px; 
	background: transparent url("images/menu.gif") top left no-repeat; 
	margin: 0; 
	padding: 0; 
	position: relative; 
}
div#primarynav ul#menu li
{ 
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0; 
}
ul#menu li,ul#menu a
{ 
	height: 23px; 
	display: block; 
}
div#primarynav ul#menu li a
{ 
	text-decoration: none; 
	text-indent: -9999px; /* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */ 
}

#quienesSomos
{ 
	left: 0; 
	width: 138px; 
}
#nuestrosServicios{ 
	left: 138px; 
	width: 175px; 
}
#contacto{ 
	left: 312px; 
	width: 102px; 
}



#quienesSomos .selected, #quienesSomos .selected:hover
{
	background: transparent url("images/menu.gif") 0 -23px no-repeat; 
}
#nuestrosServicios .selected, #nuestrosServicios .selected:hover
{ 
	background: transparent url("images/menu.gif") -138px -23px no-repeat; 
}
#contacto .selected, #contacto .selected:hover
{ 
	background: transparent url("images/menu.gif") -312px -23px no-repeat; 
}


#quienesSomos a:hover
{
	background: transparent url("images/menu.gif") 0 -46px no-repeat; 
}
#nuestrosServicios a:hover
{ 
	background: transparent url("images/menu.gif") -138px -46px no-repeat; 
}
#contacto a:hover
{ 
	background: transparent url("images/menu.gif") -312px -46px no-repeat; 
}
