/*	oranje: #f7a11a
	lichtoranje: #fec991
	blauw: #005a9c
*/

body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	background-image: url(../../layout/www.thuiskantoor-jacobs.be/header_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}


#container{
	text-align:center;
	width:1100px;
	margin:0 auto;
	background-image: url(../../layout/www.thuiskantoor-jacobs.be/container_bg.gif);
	background-position: 100% 220px;
	background-repeat: no-repeat;
}
	#header{
		height:160px;
		margin: 0 auto 10px auto;
		background-image: url(../../layout/www.thuiskantoor-jacobs.be/headerlogo_bg.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	#sidebar{
		position: relative;
		left: 12px;
		float:left;
		width:217px;
		background-color: #f7a11a;

	}
		#sidebar_nav{
		width:197px;
		min-height: 283px;
		height: auto !important;
		height: 283px;
		padding: 10px;
		background-color: #f7a11a;
		text-align: right;
		}
		#static{
		width: 197px;
		height: 92px;
		padding: 125px 10px 0 10px;
		background-color: #005a9c;
		text-align: left;
		}
	#content{
		float:right;
		width:630px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
		padding-bottom: 20px;
		position: relative;
		left: -200px;
		text-align: left;
		background-color: none;
	}
	#footer{
		clear: both;
		float: right;
		width:630px;
		min-height:50px;
		position: relative;
		left: -200px;
		height: auto !important;
		height: 50px;
		text-align: left;
		border-top: 1px solid #005a9c;
	}

/* ELEMENTS
-----------*/
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
}
#content h1{
	font-size: 18px;
}
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 14px;
}
.page_title{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #005a9c;
	border-bottom: 2px solid #f7a11a;
}
#content p,#content ul,#content ol{
	margin:0 0 10px;
}
#content ul,#content ol{
	margin:0 0 10px 10px;
	padding-left:15px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content a:link, #content a:visited, #content a:active{
	color: #f7a11a;
}
#content a:hover{
	color: #005a9c;
}



#sidebar_nav ul{
	float: right;
	margin:0 0 10px;
	padding-left:15px;
	list-style:none;
	color: #FFF;
	width: 160px;
}
#sidebar_nav li{
	margin-bottom: 10px;
	border-bottom: 1px solid #fec991;
}
#sidebar_nav a:link, #sidebar_nav a:visited, #sidebar_nav a:active{
	color:#FFF;
	text-decoration: none;
	font-size: 14px;
}
#sidebar_nav a:hover{
	color:#005a9c;
}
#static p{
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	
}
#static a:link, #static a:visited, #static a:active{
	color:#FFF;
	text-decoration: none;
}
#static a:hover{
	color:#f7a11a;
}

#footer p{
	font-size: 10px;
	color: #005a9c;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #005a9c;
}
#footer a:hover{
	color: #f7a11a;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}