/*
 Fietswereld
 Layout Stylesheet
 06-06-2007 i-Aspect B.V.
*/

html{
	background:url(/images/fw/bg.gif) repeat-x #fff;
	margin:0px;
	padding:0px;
}

body{
	background:url(/images/fw/bg_body.gif) no-repeat center top;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d447f;
}

.hide{ display:none; }

div#container{
	width:778px;
	margin:auto;
}

img#headerimage{
	float:left;
}

/* locatie balk met het (gele) navigatie pad */
	div#locationbar{
		float:left;
		background-color:#feda3c;
		border-bottom:5px solid #fde681;
		height:22px;
		width:776px;
		margin-top:1px;
		margin-bottom:2px;
		padding:1px;
	}
		div#locationbar ul{
			list-style:none;
			width:765px;
			height:12px;
			overflow:hidden;
			margin:0px;
			padding:5px;
			border-top:1px solid #fdeb9a;
			border-right:1px solid #fdeb9a;
		}
			div#locationbar ul li{
				color:#494948;
				float:left;
				padding-right:5px;
			}
				div#locationbar ul li strong{
					padding-right:1px;
					padding-left:10px;
				}
				div#locationbar ul li a{
					color:#494948;
				}

/* content vlak*/
	div#pagecontainer{
		float:none;
		clear:both;
		overflow:hidden;
		width:100%;
		background:url(/images/fw/bg_page.gif) repeat-y;
	}
		div#menu{
			float:left;
		}
		div#content{
			float:left;
			width:400px;
			padding:10px;
			padding-bottom:0px;
			margin-right:2px;
			margin-left:1px;
			background:url(/images/fw/bg_content.gif) repeat-x;
		}
		div#sidebar{
			float:left;
			width:169px;
			margin-left:1px;
			background:url(/images/fw/bg_sidebar.gif) repeat-y right;
		}

div#footer{
	height:141px;
	background:url(/images/fw/bg_footerbar.gif) repeat-x bottom;
}
	div#footer strong{
		display:block;
		font-weight:normal;
		text-align:center;
		margin:auto;
		width:780px;
		font-size:11px;
		margin-top:1px;
		padding-top:117px;
		background:url(/images/fw/bg_footer.gif) no-repeat left top;
	}