/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';} abbr,acronym {border:0;font-variant:normal;} sup {vertical-align:text-top;} sub {vertical-align:text-bottom;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} input,textarea,select{font-size:100%;} legend{color:#000;}

/* Standard settings */
body  {
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	background: #FFD4A6;
	text-align: center;
	color: #000;
}
a {
	outline: 0;
	text-decoration: none;
}
a img { border: 0; }

/* Containers */
#container { 
	width: 812px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
} 
#patroon { 
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: url(../img/bg.png) repeat;
} 
#container .container-top {
	margin: 0;
	background: url(../img/container-top.png) top left no-repeat;
	height: 15px;
	width: 812px;
} 
#container .container-mid {
	background: url(../img/container-mid.png) repeat-y;
	width: 812px;
	overflow: hidden;
} 
#container .container-bot {
	margin: 0;
	background: url(../img/container-bot.png) top left no-repeat;
	width: 812px;
	height: 26px;
	font-size: 11px;
	line-height: 30px;
	padding-left: 20px;
} 

/* Header */
#header-top {
	margin: 0;
	background: url(../img/header-top.png) top left no-repeat;
	height: 220px;
} 
#header-mid {
	margin: 0;
	background: url(../img/header-mid.png) top left no-repeat;
	height: 70px;
	padding-left: 40px;
	padding-top: 10px;
} 
#header-bot {
	margin: 0;
	background: url(../img/header-bot.png) top left no-repeat;
	height: 49px;
} 

/* Sidebars */
#sidebar_l {
	float: left;
	width: 178px;
	margin-left: 15px;
}
#sidebar_l a {
	color: #EE8648;
}
#sidebar_l .block-shell {
	margin-bottom: 10px;
}
#sidebar_l .block-shell .top {
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: url(../img/menu-top.png) top left no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#sidebar_l .block-shell .mid {
	background: url(../img/menu-mid.png) top left repeat-y;
	padding: 0 6px;
}
#sidebar_l .block-shell .bot {
	height: 7px;
	background: url(../img/menu-bot.png) bottom left no-repeat;
}

/* Content */
#content { 
	margin-left: 205px;
	width: 591px;
} 
#content .block-shell {
	margin-bottom: 10px;
}
#content .block-shell .top {
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	background: url(../img/content-top.png) top left no-repeat;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content .block-shell .mid {
	background: url(../img/content-mid.png) top left repeat-y;
	padding: 0 10px;
}
#content .block-shell .bot {
	height: 9px;
	background: url(../img/content-bot.png) bottom left no-repeat;
}