* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial;
	font-size:12px;
	color:#676767;
	background-color:#ebebeb;
}
h1 {
	font-size:14px;
	margin-bottom:20px;
}
h2 {
	font-size:12px;
	color:#669933;
	margin-bottom:20px;
}
p {
	margin-bottom:10px;
}
a {
	text-decoration:none;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}


/* ------------------------------------------------------ DECO ROSSEEL ------------------------------------------------------ */
#container {
	width:100%;
	background-color:#fff;
}

#topcontainer {
	width:100%;
	height:133px;
	border-top:#669933 1px solid;
}


/* TOP
------------------------------------ */
#top {
	position:relative;
	top:0px;
	left:50%;
	width:960px;
	height:107px;
	margin-left:-480px;
	margin-top:17px;
	margin-bottom:17px;
}

#top-nav {
	position:absolute;
	right:90px;
	top:0px;
	float:left;
}
#top-nav a {
	padding-top:7px;
	text-align:center;
	color:#ebebeb;
	font-size:14px;
}
#top-nav ul {
	list-style:none;
	float:right;
}
#top-nav li.home,
#top-nav li.home a,
#top-nav li.home a:hover {
	float:left;
	list-style:none;
	background-image:url(/theme/img/btn_topnav-home.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	width:82px;
	height:31px;
}
#top-nav li.home a:hover {
	background-image:url(/theme/img/btn-hover_topnav-home.jpg);
}
#top-nav li.submit, 
#top-nav li.submit a, 
#top-nav li.submit a:hover {
	float:left;
	list-style:none;
	background-image:url(/theme/img/btn_topnav-toevoegen.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	width:145px;
	height:31px;
}
#top-nav li.submit a:hover {
	background-image:url(/theme/img/btn-hover_topnav-toevoegen.jpg);
}
#top-nav li.new-links,
#top-nav li.new-links a,
#top-nav li.new-links a:hover {
	float:left;
	list-style:none;
	background-image:url(/theme/img/btn_topnav-nwelinks.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	width:111px;
	height:31px;
}
#top-nav li.new-links a:hover {
	background-image:url(/theme/img/btn-hover_topnav-nwelinks.jpg);
}
#top-nav li.popular-links,
#top-nav li.popular-links a,
#top-nav li.popular-links a:hover {
	float:left;
	list-style:none;
	background-image:url(/theme/img/btn_topnav-plinks.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	width:111px;
	height:31px;
}
#top-nav li.popular-links a:hover {
	background-image:url(/theme/img/btn-hover_topnav-plinks.jpg);
}
#top-nav li.sitemap,
#top-nav li.sitemap a,
#top-nav li.sitemap a:hover {
	float:left;
	list-style:none;
	background-image:url(/theme/img/btn_topnav-sitemap.jpg);
	background-repeat:no-repeat;
	margin-right:1px;
	width:79px;
	height:31px;
}
#top-nav li.sitemap a:hover {
	background-image:url(/theme/img/btn-hover_topnav-sitemap.jpg);
}
#top-nav li.directions,
#top-nav li.directions a,
#top-nav li.directions a:hover {
	list-style:none;
	background-image:url(/theme/img/btn_topnav-directories.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:1px;
	width:94px;
	height:31px;
}
#top-nav li.directions a:hover {
	background-image:url(/theme/img/btn-hover_topnav-directories.jpg);
}

#top-kader {
	position:absolute;
	top:31px;
	left:0px;
	width:960px;
	height:76px;
	background-color:#ebebeb;
}
#top-logo {
	position:absolute;
	top:16px;
	left:22px;
	width:182px;
	height:48px;
}

#top-zoeken {
	position:absolute;
	top:25px;
	left:243px;
}
#top-zoeken input.zoekvak {
	width:448px;
	height:25px;
	padding:5px 1px 0px 1px;
	border:#ccc 1px solid;
	float:left;
	margin-right:11px;
	font-size:16px;
}
#top-zoeken input.zoekbtn {
	width:70px;
	height:31px;
	background-image:url(/theme/img/btn_zoek.jpg);
	background-repeat:no-repeat;
	border:none;
	padding:none;
	color:#555;
	font-size:14px;
}


/* CONTENT
------------------------------------ */
#content-container {
	width:100%;
	background-color:#fff;
}
#content {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
}

#content-left {
	float:left;
	width:243px;
	margin-right:10px;
}
#content-left #snelmenu,
#content-left #partners {
	background-image:url(/theme/img/snelmenu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ebebeb;
	width:235px;
	height:136px;
	padding:42px 0px 0px 8px;
	margin-bottom:15px;
}
#content-left #partners {
	background-image:url(/theme/img/partnerdirectories.jpg);
}

#content-left #snelmenu ul,
#content-left #partners ul {
	list-style:none;
}
#content-left #snelmenu li,
#content-left #partners li {
	list-style:none;
	background-image:url(/theme/img/arrow_leftnav.jpg);
	background-repeat:no-repeat;
	padding-left:27px;
	height:25px;
	padding-top:3px;	
}
#content-left #snelmenu a,
#content-left #partners a {
	color:#676767;
}
#content-left #snelmenu a:hover,
#content-left #partners a:hover {
	color:#595959;
}

#content-right {
	float:left;
	width:692px;
	padding-left:15px;
}

#content-right #breadcrumbs {
	height:24px;
	padding-top:7px;
	border-bottom:#b1b1b1 1px solid;
	border-top:#b1b1b1 1px solid;
	font-size:11px;
	color:#676767;
	margin-bottom:15px;
}
#content-right #breadcrumbs a {
	color:#676767;
	text-decoration:underline;
}
#content-right #breadcrumbs a:hover {
	text-decoration:none;
}

#content-right .categorieen,
#content-right .subcategorieen {
	float:left;
}
#content-right .categorieen ul,
#content-right .categorieen ul.last,
#content-right .subcategorieen ul,
#content-right .subcategorieen ul.last {
	float:left;
	list-style:none;
	margin-right:15px;
	margin-bottom:20px;
	width:150px;
}
#content-right .categorieen ul.last,
#content-right .subcategorieen ul.last {
	margin-right:0px;
}
#content-right .categorieen li,
#content-right .subcategorieen li {
	float:none;
	list-style:none;
	background-image:url(/theme/img/arrow_cats.jpg);
	background-repeat:no-repeat;
	height:15px;
	padding-left:18px;
}
#content-right .categorieen a,
#content-right .subcategorieen a {
	color:#676767;
}
#content-right .categorieen a:hover,
#content-right .subcategorieen a:hover {
	color:#669933;
}
#content-right .categorieen strong a {
	color:#669933;
}

#content-right #featured {
	border-top:#ccc 1px solid;
	float:none;
	clear:both;
	padding-top:20px;
}
#content-right #featured .featuredlink {
	height:110px;
}
#content-right #featured .featuredlink a {
	color:#669933;
	text-decoration:underline;
}
#content-right #featured .featuredlink a:hover {
	text-decoration:none;
}
#content-right #featured .featuredlink img {
	border:#669933 1px solid;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

#content-right #gewonelinks {
	border-top:#ccc 1px solid;
	float:none;
	clear:both;
	padding-top:20px;
	margin-bottom:15px;
}
#content-right #gewonelinks .links {
	height:120px;
}
#content-right #gewonelinks .links a {
	color:#669933;
	text-decoration:underline;
}
#content-right #gewonelinks .links a:hover {
	text-decoration:none;
}
#content-right #gewonelinks .links img {
	border:#669933 1px solid;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

#content-right #follow {
	text-align:center;
}
#content-right #follow a {
	color:#669933;
}

#content-right #text ul {
	list-style:none;
}
#content-right #text li {
	list-style:none;
	background-image:url(/theme/img/arrow_cats.jpg);
	background-repeat:no-repeat;
	height:15px;
	padding-left:18px;
}



input.veldnorm {
	width:218px;
	height:18px;
	padding:2px 0px 0px 2px;
	border:#669933 1px solid;
}
textarea.veldtextarea {
	width:278px;
	height:118px;
	padding:2px 0px 0px 2px;
	border:#669933 1px solid;
	font-family:Arial;
	font-size:12px;
}
textarea.retourtextarea {
	width:278px;
	height:48px;
	padding:2px 0px 0px 2px;
	border:#669933 1px solid;
}
select {
	width:180px;
}

.gray {
	color:#ababab;
}
.red {
	color:#ff0000;
}
.line {
	border-bottom:#c0d5de 2px solid;
	margin:20px 0px;
}
.small {
	font-size:10px;
}


/* FOOTER 
------------------------------------ */
#footer {
	width:100%;
	border-top:#669933 2px solid;
	height:90px;
	color:#669933;
	padding-top:10px;
}
#footer a {
	color:#669933;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer-content {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
}

input.error,
textarea.error,
p.error {
	border:1px solid #ff0000;
}
p.error{padding:5px;color:#f00;}

/* sitemap */
#sitemap ul{margin-left:1em;padding:0;list-style-type:none;background:url('../img/sitemap/vline.png') repeat-y;}
#sitemap li{margin:0;padding:0 1.5em;line-height:30px;background:url('../img/sitemap/node.png') no-repeat;}
#sitemap li.last{background:#fff url('../img/sitemap/lastnode.png') no-repeat;}
#sitemap a{color:#414141;}

.ads{margin:2em auto;width:160px;}
