@charset "utf-8";
/* CSS Kraameten */

/* Useful */

br.clear {
	height:0;
	width:0;
	clear:both;
}

img {
	border:0px;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

ul, ol {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
	font-family:"Cooper Std Black";
	font-size:22px;
	line-height:26px;
	color:#48639b;
}

form {
	margin:0;
	padding:0;
}

#breadcrumb {
	margin:0px 0px 5px 45px;
}

fieldset {
	padding: 1.1em 1.4em;
	margin: 20px 5px 0px 5px;
	float:left;
	width:388px;
	border: #d0d1d5 1px solid;
	background:#FFFFFF;
}

fieldset.top {
	height:275px;
}

fieldset.bottom {
	height:135px;
}

label {
	float:left;
	width:28%;
}

label.payment {
	float:none;
	cursor:pointer;
}

label#accept_terms {
	float:none;
	cursor:pointer;
}

input, select, textarea {
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#666666;
	padding:3px;
}

input {
	background:url(../img/input_bg.gif) repeat-x;
	border:#CCCCCC 1px solid;
	margin-bottom:2px;
}

.input_width {
	width:230px;
}

.input_width_sml {
	width:90px;
}

textarea {
	width:300px;
	height:70px;
	background:url(../img/textarea_bg.gif) repeat-x;
	border:#CCCCCC 1px solid;
}

select {
	width:100px;
	margin-bottom:2px;
	background:url(../img/input_bg.gif) repeat-x;
	border:#CCCCCC 1px solid;
}

input.radio, input.checkbox {
	border:0;
	background:none;
}

input.stap {
	font-weight:bold;
	clear:both;
	margin:10px 0px 20px 0px;
	cursor:pointer;
}

sup {
	margin-left:6px;
	color:#FF3300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.required {
	color:#FF3300;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:right;
}

.error {
	color:#FF3300;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:2px 0px 3px 25px;
	margin:15px 0px 0px 10px;
	background:url(../img/icons/error.png) no-repeat;
}

.success {
	color:#59a051;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:2px 0px 3px 25px;
	margin:10px 0px 10px 0px;
	background:url(../img/icons/success.png) no-repeat;
}


/* CSS */

body {
	background:url(../img/bg.gif) fixed;
	font:12px/1.5em Tahoma, Verdana, Arial, sans-serif;
	color:#003e7e;
	margin:0;
}

#main_container {
	margin:0 auto;
	width:955px;
}

#top {
	height:94px;
	width:100%;
	background:url(../img/top_bottom.png) no-repeat;
	_background:url(../img/top_bottom.gif) no-repeat;
}

#top a {
	display:block;
	width:375px;
	height:94px;
	text-indent:-9999px;
}

#header {
	width:951px;
	background:#FFF;
	border-left:#003e7e 2px solid;
	border-right:#003e7e 2px solid;
	overflow:hidden;
	height:50px;
}

#logo {
	width:374px;
	height:42px;
	float:left;
	margin-left:23px;
	_margin-left:12px;
	background:url(../img/sprite.png) 0px 0px no-repeat;
	_background:url(../img/sprite.gif) 0px 0px no-repeat;
}

#logo a {
	display:block;
	height:42px;
	text-indent:-9999px;
}

#menus {
	width:535px;
	float:right;
	margin-right:15px;
}

#top_menu {
	width:100%;
	font-size:11px;
	height:22px;
}

#top_menu ul {	
	float:right;
}

#top_menu ul li {
	display:inline;
	padding:0px 14px 0px 14px;
	border-right:#6f92b7 1px solid;
}
#top_menu ul li.last {
	border:0;
}

#top_menu ul li a {
	color:#6f92b7;
}

#main_menu {
	width:100%;
	clear:both;
}

#main_menu ul {	
	float:right;
	list-style:none;
}

#main_menu ul li {
	float:left;
	height:20px;
	margin-right:9px;
}

#main_menu ul li.last {
	margin-right:0px;
}

#main_menu ul a {
	background:url(../img/sprite.png) no-repeat;
	_background:url(../img/sprite.gif) no-repeat;
	text-indent:-9999px;
	display:block;
}

#main_menu ul a.home {
	background-position:0px -42px;
	width:49px;
}

#main_menu ul a.hoehetwerkt {
	background-position:-57px -42px;
	width:117px;
}

#main_menu ul a.heteten {
	background-position:-183px -42px;
	width:69px;
}

#main_menu ul a.prijs {
	background-position:-261px -42px;
	width:40px;
}

#main_menu ul a.bestellen {
	background-position:-310px -42px;
	width:75px;
}

#main_menu ul a.geboortemelden {
	background-position:-393px -42px;
	width:136px;
}

#main_menu ul a.home:hover {
	background-position:0px -269px;
	width:49px;
}

#main_menu ul a.hoehetwerkt:hover {
	background-position:-57px -269px;
	width:117px;
}

#main_menu ul a.heteten:hover {
	background-position:-183px -269px;
	width:69px;
}

#main_menu ul a.prijs:hover {
	background-position:-261px -269px;
	width:40px;
}

#main_menu ul a.bestellen:hover {
	background-position:-310px -269px;
	width:75px;
}

#main_menu ul a.geboortemelden:hover {
	background-position:-393px -269px;
	width:136px;
}

#flash_menu {
	width:529px;
	height:22px;
	z-index:100;
}

#wrapper {
	width:951px;
	clear:both;
	background:#FFF;
	border-left:#003e7e 2px solid;
	border-right:#003e7e 2px solid;
	overflow:hidden;
}

#index_left {
	width:593px;
	background:url(../img/bg_index.png) no-repeat;
	_background:url(../img/bg_index.gif) no-repeat;
	min-height:191px;
	margin-left:25px;
	_margin-left:10px;
	padding:0px 20px;
	float:left;
}

#index_left ol {
	margin-left:17px;
}

#index_right {
	width:250px;
	margin:34px 23px 0px 0px;
	_margin:34px 11px 0px 0px;
	float:right;
}

#index_wide {
	width:100%;
	background:url(../img/bg_index_wide.png) no-repeat;
	_background:url(../img/bg_index_wide.gif) no-repeat;
	min-height:191px;
	margin-left:25px;
	padding:0px 20px;
}

div#button_bekijkaanbod {
	width:221px;
	height:71px;
	margin: 5px 14px;
	background:url(../img/sprite.png) 0px -74px no-repeat;
	_background:url(../img/sprite.gif) 0px -74px no-repeat;
}
div#button_bekijkaanbod:hover {
	background:url(../img/sprite.png) -222px -74px no-repeat;
	_background:url(../img/sprite.gif) -222px -74px no-repeat;
}
div#button_bekijkaanbod a {
	display:block;
	height:71px;
	text-indent:-9999px;
}
#button_besteleten {
	width:221px;
	height:71px;
	background:url(../img/sprite.png) 0px -144px no-repeat;
	_background:url(../img/sprite.gif) 0px -144px no-repeat;
}
div#button_besteleten:hover {
	background:url(../img/sprite.png) -221px -144px no-repeat;
	_background:url(../img/sprite.gif) -221px -144px no-repeat;
}
div#button_besteleten a {
	display:block;
	height:71px;
	text-indent:-9999px;
}

#index_images {
	clear:both;
	height:100px;
	width:100%;
	margin-top:20px;
	background:url(../img/index_images.jpg) center center no-repeat;
}

#footer {
	clear:both;
	width:902px;
	margin:0px 25px 4px 25px;
	height:144px;
	background:url(../img/footer.gif) top repeat-x;
}

#footer h2 {
	margin:15px 0px 5px 0px;
}

#footer h2#hoewerkthet {
	text-indent:-9999px;
	width:200px;
	height:18px;
	background:url(../img/sprite.png) 0px -215px no-repeat;
	_background:url(../img/sprite.gif) 0px -215px no-repeat;
}

#footer h2#hoewerkthet a,
#footer h2#laatstereactie a,
#footer h2#heteten a {
	display:block;
	height:18px;
}

#footer h2#heteten {
	text-indent:-9999px;
	width:200px;
	height:18px;
	background:url(../img/sprite.png) 0px -233px no-repeat;
	_background:url(../img/sprite.gif) 0px -233px no-repeat;
}

#footer h2#laatstereactie {
	text-indent:-9999px;
	width:200px;
	height:18px;
	background:url(../img/sprite.png) 0px -251px no-repeat;
	_background:url(../img/sprite.gif) 0px -251px no-repeat;
}

#footer_left {	
	float:left;
	height:144px;
	width:8px;
	background:url(../img/footerbg_left.png) no-repeat bottom;
	_background:url(../img/footerbg_left.gif) no-repeat bottom;
}

#footer_right {	
	float:right;
	height:144px;
	width:8px;
	background:url(../img/footerbg_right.png) no-repeat bottom;
	_background:url(../img/footerbg_right.gif) no-repeat bottom;
}

.column {
	width:270px;
	float:left;
	margin-left:25px;
	border-right:#FFFFFF 1px solid;
	color:#3b3b3b;
}

.column ol {
	margin-left:5px;
}

.column ol li {
	background:url(../img/icons/ol_li.png) 0px 6px  no-repeat;
	line-height:24px;
	padding-left:3px;
	list-style:none;
}

.column ul li {
	background:url(../img/icons/ul_li.png) 0px 3px  no-repeat;
	line-height:24px;
	padding-left:20px;
	list-style:none;
}

#column_reactie {
	float:left;
	width:220px;
	margin-left:20px;
}

#column_reactie  p {
	font-size:14px;
	color:#3b3b3b;
}

#column_reactie span {
	font-size:11px;
	font-style:italic;
	color:#000;
}

#copyright {
	height:20px;
	width:900px;
	padding:1px 27px 0px 28px;
	background:url(../img/top_bottom.png) 0px -110px no-repeat;
	_background:url(../img/top_bottom.gif) 0px -110px no-repeat;
	color:#818181;
	font-size:10px;
}

#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color:#818181;
	text-decoration:none;
}

#copyright a:hover {
	color:#555;
	text-decoration:none;
}

#copyright .right {
	float: right;
}

#copyright .right a,
#copyright .right a:active,
#copyright .right a:visited {
	font-size: 11px;
	color:#6F92B7;
	text-decoration:none;
}

#copyright .right a:hover {
	font-size: 11px;
	color:#6F92B7;
	text-decoration: underline;
}