/* @override http://www.kringwinkel.be/css/home.css */

/*
Duall CSS by Bart @ 2010/2/15 for De Kringwinkel
*/

/* @group Eric */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	background: #998c7c url('images/bg.png') repeat-x left top;
}

body#home #wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

body#home #navigatie ul {
	overflow: hidden;
	margin: 11px auto;
	width: 650px;
	height: 29px;
	background: url('images/telnr.png') no-repeat right top;
}

body#home #navigatie ul li {
	list-style: none;
	display: inline;
}

body#home #navigatie ul li a#nav_a,
body#home #navigatie ul li a#nav_b,
body#home #navigatie ul li a#nav_c,
body#home #navigatie ul li a#nav_d,
body#home #navigatie ul li a#nav_e,
body#home #navigatie ul li a#nav_f,
body#home #navigatie ul li a#nav_g {
	display: block;
	float: left;
	height: 19px;
	margin: 0 12px;
	background: none no-repeat;
	text-indent: -9999em;
}

body#home #navigatie ul li a#nav_a {
	display: none;
}

body#home #navigatie ul li a#nav_b {
	width: 66px;
	background-image: url('images/organisatie.png');
}

body#home #navigatie ul li a#nav_c {
	width: 66px;
	background-image: url('images/coordinatie.png');
}

body#home #navigatie ul li a#nav_d {
	width: 34px;
	background-image: url('images/missie.png');
}

body#home #navigatie ul li a#nav_e {
	width: 60px;
	background-image: url('images/inzamelen.png');
}

body#home #navigatie ul li a#nav_f {
	width: 54px;
	background-image: url('images/winkelen.png');
}

body#home #navigatie ul li a#nav_g {
	width: 54px;
	background-image: url('images/adressen.png');
}

body#home #navigatie ul li a#nav_a:hover,
body#home #navigatie ul li a#nav_b:hover,
body#home #navigatie ul li a#nav_c:hover,
body#home #navigatie ul li a#nav_d:hover,
body#home #navigatie ul li a#nav_e:hover,
body#home #navigatie ul li a#nav_f:hover,
body#home #navigatie ul li a#nav_g:hover {
	border-bottom: 1px solid #72685c;
}

body#home #content {
	position: relative;
	width: 960px;
	height: 600px;
}

