body {
	margin: 0;

	/* Always show vertical scrollbars. */
	overflow-y: scroll;
}

a img {
	border-width: 0;
}

.hidden {
	display: none;
}

.column {
	float: left;
}

#header {
	width: 984px;
	margin: 0 auto;
	background-image: url(http://www.apeldoornsparket.nl/media/images/bgheader.jpg);
	background-repeat: repeat;
	background-position: top left;
	padding: 20px;
	height: 120px;
	position: relative;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	border-radius: 24px;
	
}

#logo {
	margin-right: 40px;
	margin-top: 5px;
	float: left;
	position: relative;
	width: 50px;	
}

h1 {
	background-image: url();
	text-indent: -3000px;
	display: block;
	width: 203px;
	height: 120px;
	float: right;
}



#body {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 0em;
	background-image: url(/images/content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ece4d9;
}

#article {
	background-image: url(/images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#body h3 {
	clear: left;
}

#footer {
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(/media/images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #654d2b;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	border-radius: 24px;
}

#footer .column {
	display: inline-block;
	width: 300px;
	margin-left: 30px;
	padding: 4px;
	color: #e3d9cc;
	vertical-align: top;
}

#footer li {
	
	/* list-style-image: url("/images/bullet.png");*/
}

#bottomfooter a {
	color: #5d4b31;
} 

#footer h3 {
	background-image: url("/images/bullet.jpg");
	background-repeat: no-repeat; 
	text-indent: 22px;
	lin-height: 9px;
}

#footer a: {
	underline: none;
	
} 
#bottomfooter a:hover {
	color: #8d7e68;
	
} 


.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//**
 * Grid
 */
#nav {
	height: 28px;
	position: absolute;
	bottom: 0;
	padding-left: 25px;
	padding-right: 20px;
}

#nav-content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul ul,
#nav ul div.submenu {
	display: none;
	position: absolute;
	float: left;
	left: -10px;
	width: 140px;
	/*
	margin-top: -5px;
	*/
	margin-top: 1px;
	padding-left: 10px;
	padding-bottom: .5em;
}

#nav ul div.submenu ul {
	display: block;
	position: static;
	float: none;
	margin: 0;
	padding: 0;
}

#nav li.has-submenu a {
	background-image: url(/media/images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

#nav li.has-submenu.active a,
#nav li:hover a {
	background-position: bottom right;
}

#nav li.has-submenu ul a {
	background-image: none !important;
}

#nav li.active ul,
#nav li:hover ul,
#nav li:hover div.submenu {
	display: block;
}

#nav li.active ul,
#nav li.active div.submenu {
	z-index: 2;
}

#nav li:hover ul,
#nav li:hover div.submenu {
	z-index: 3;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#nav li {
	position: relative;
	top: -8px;
	display: inline-block;
	height: 31px;
	padding-top: 7px;
}

#nav li li {
	height: auto;
	padding: 0;
	position: static;
}

#nav li:hover {
	background-image: url(/images/menu_current.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#nav li li:hover {
	background: none;
}

#nav ul ul li {
	margin-right: 10px;
}

#nav ul ul a {
	display: inline-block;
	padding: 0 !important; /* Overwrite of submenu link that has an arrow. */
	width: 130px;
	margin: 0;
}

#menu_collecties div.submenu {
	width: 600px !important;
}

#menu_collecties div.submenu ul {
	float: none;
}

/**
 * Color
 */
#nav {
	/*
	background-color: #725b3c;
	*/
}

#nav a {
	color: white;
}

#nav ul ul,
#nav ul div.submenu {
	background-color: #877152;
	border-top-width: 0;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#nav ul ul a {
	color: white;
}

/**
 * Type
 */
#nav ul {
line-height: 25px;
}

#nav ul ul {
	line-height: 1.5em;
}

#nav a {
	font-weight: none;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.active a {
	text-decoration: underline;
}

#nav ul ul a {
	text-decoration: none !important;
	font-weight: normal;
}

#nav ul ul a:hover {
	text-decoration: underline !important;
}

/**
 * Search box
 */
#form-search {
	position: absolute;
	top: 0px;
	right: 3.8em;
}

#search-pattern {
	width: 150px;
	border-width: 0;
	padding-left: .5em;
	margin-right: 5px;
	background-color: #ede2d2;
	border-bottom: 1px solid white;
	color: black;
	height: 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-style:italic;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}lid white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}lid white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}id white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}id white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}id white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}id white;
	color: black;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#search-pattern:focus {
	border-bottom: 1px solid white;
}

#search-submit {
}
body,
textarea {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#header {
	width: 984px;
	margin: 0 auto;
	background-image: url(http://www.apeldoornsparket.nl/media/images/bgheader.jpg);
	background-repeat: repeat;
	background-position: top left;
	padding: 20px;
	height: 120px;
	position: relative;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	border-radius: 24px;
	
}


small {
	font-size: 10px;
}

#footer {
	line-height: 1.5em;
}

#footer h3 {
	font-weight: normal;
	font-size: 1.3em;
}

#bottomfooter {
	text-align:center; 
	margin-bottom:10px;
} 

#header h6 {
	color: #fff;
	font-weight: bolder;
	font-size: 2.6em;
	margin-left: 0px;
	margin-top: 5px;
	width: 580px;
} 

#header h3 {
	color: #d3c2aa;
	font-weight: bolder;
	font-size: 1.5em;
	margin-left: 0px;
	margin-top: -70px;
	font-style: italic;
} 
	body {
	background-color: #d3c2aa;
	color: #111;
}

#body a {
	color: #725b3c;
}

#body a:hover {
	color: black;
}

#footer {
	background-color: #725b3c;
	color: white;
}

#footer a {
	color: white;
}.vertical_scroller {
	position: relative;
	overflow: hidden;
	height: 466px;
	width: 300px;
	border: 5px solid white;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.vertical_scroller ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 300px;
}

.vertical_scroller li {
	list-style-type: none;
	border-bottom: 4px solid white;
}

.vertical_scroller a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 75px;
}

.vertical_scroller .detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 150px;
	padding: 10px;
	z-index: 2;
	display: none;
	font-family: Tahoma;
	font-size: 14px;
	color: white;
}

.vertical_scroller .detail * {
	background-color: rgba(255, 255, 255, .2);
	float: left;
	clear: left;
	padding: 2px;
}

.vertical_scroller li.active .detail {
	display: block;
}

.vertical_scroller h2 {
	margin: 0;
}

.vertical_scroller img {
	position: absolute;
	left: 0;
	top: 0;
	border-width: 0;
	z-index: 1;
}

.vertical_scroller .first {
}

.vertical_scroller .second {
}

.vertical_scroller .third {
}

.vertical_scroller .fourth {
	border-bottom-width: 0;
}.column {
	float: left;
	display: block;
}

#header {
	background-image: url(http://www.apeldoornsparket.nl/media/images/bgheader.jpg);
}

#main_column {
	width: 620px;
	padding-left: 20px;
}

#sidebar {
	float: right;
	width: 340px;
}

#main_column,
#sidebar {
	padding-top: 1px;
}

h2 {
	color: #B29584;
	font-weight: normal;
	font-size: 1.4em;
}

#specials h2,
#sidebar h2 {
	color: white;
}

.section {
	clear: left;
}

.section h2 {
	clear: left;
}

.section img {
	border: 1px solid white;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

#specials {
	/*background-image: url(/images/one_col_bottom.png);
	*/
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.section {
	/*background-image: url(/images/one_col_bottom.png);
	*/
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}


.sections_vertical {
	margin-top: 20px;
}

.sections_vertical .section {
	width: 285px;
	background: none;
	padding-bottom: 0;
	float: left;
	clear: none;
}

.sections_vertical .section hr {
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #FAFAFA;
}

/*
#section_vloerverwarming {
	padding-right: 20px;
}

#section_luchtvochtigheid {
	padding-left: 20px;
}
*/

.sections_vertical .vr {
	height: 270px;
	float: left;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #FAFAFA;
	margin-left: 10px;
	margin-right: 10px;
}

.section h2 {
	margin-top: 0;
}

#specials {
	position: relative;
}

#specials ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}

#specials li {
	float: left;
	display: block;
	width: 300px;
	height: 105px;
	overflow: hidden;
	border: 0px solid white;
}

#specials li {
	list-style-type: none;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	float: left;
	margin-left: 0px;
}

#specials a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 150px;
}

#specials .detail {
	
	position: absolute;
	top: 0;
	left: 0px;
	width: 300px;
	height: 105px;
	padding-top: 18px;
	padding-left: 30px;
	z-index: 2;
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
}

#specials .detail * {
	/*background-color: rgba(255, 255, 255, .2);
	*/
	float: left;
	clear: left;
	padding: 0px;
}

#specials h2 {
	margin: 0;
	color: #fff;
}

#specials img {
	position: absolute;
	left: 0px;
	top: 10px;
	border: 1px solid white;
	z-index: 1;
	
}

#specials .price {
	position: absolute;
	right:2.6em;
	top: 75px;
	display: block;
	font-size: 1.5em;
}
