
body{
	background-color:#333b2d;
	margin:auto;
	width:1000px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* div voor de hele pagina */
div#outer{
	width:1000px;
	margin:auto;
}

div#topnav{
	float:left;
 	margin-top:0px;
 	width:1000px;
 	background-color:#333b2d;
}

div#banner{
	float:left;
 	width:1000px;
 	height:122px;
}

/* content */
div#content{
	 width:1000px;
	 background-image:url('../images/website-back.jpg');
	 background-repeat:repeat-y;
	 min-height:300px;
	 height:auto !important;
	 height:300px;
}

div#content-noright{
	 width:1000px;
	 background-image:url('../images/website-backleft.jpg');
	 background-repeat:repeat-y;
	 min-height:300px;
	 height:auto !important;
	 height:300px;
}

/* div voor de links */
div#topnav-links{
	float:left;
	color:#ffffff;
	height:21px;
	padding-left:185px;
	padding-top:8px;
}

/* links voor de menulinks bovenaan */
a.top{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	/*color:#939489;*/

}
a.top:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#AAB300;
}

a.topsel{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#AAB300;
}

#rss-link{
	float:left;
	padding-top:8px;
	color:#ffffff;
}

/* het zoekvlak */
div#searchbar{
	float:right;
	width:265px;
	height:29px;
	border:0px solid blue;
	padding:0;
	margin:0;
}
form{
	margin:0;
	padding:0;
}
input.searchinput{
	margin-top:3px;
	border:1px solid #a0a0a0;
	width:180px;
}

.search-form{
	float:left;
}

.search-text{
	float:left;
	padding-top:5px;
	padding-left:10px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

div#lo_text{
	float:left;
	margin-top:0px;
	cursor:pointer;
}

div#reninge_text{
	float:right;
	width:816px;
	height:100px;
	padding-top:22px;
	/*background-image:url(../images/banner_bg.jpg);*/
	background-image:url('../images/text_la/2.jpg');
	cursor:pointer;
}

#kalender-top{
	float:right;
	margin-top:75px;
}

 div#left{
 	/*background-image:url('../images/left-back.jpg');
 	background-repeat:repeat-y;*/
	width:184px;
	min-height:600px;
	height:auto !important; /* voor moderne browsers */
	height:600px; /* voor IE */
	float:left;
	/*padding-top:14px;*/
 }

  div#menu{
 	width:184px;
 	/*background-color:#e0e3d2;*/
 	background-image:url('../images/left-back.jpg');
 	background-repeat:no-repeat;
 	background-color:#e0e3d2;
 	float:left;
 	padding-bottom:5px;
 }

 div#left-bottom{
 	background-color:#6d403b;
 	width:180px;
 	float:left;
 }

 .leftbottom{
 	padding-bottom:5px;
 }

 /* div voor 'evenementen/handelsgids' */
div.ev_ha{
	padding-left:15px;
	color:#ffffff;
}

a.evenementen:link, a.evenementen:active, a.evenementen:hover, a.evenementen:visited{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

/* het menu: hoofdings */
div.lnav{
 	margin-left:23px;
	margin-bottom:5px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

/* links voor het menu met headers */
a.lnavlink:link, a.lnavlink:visited{
 	color:#a2a000;
 	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}
a.lnavlink:hover, a.lnavlink:focus, a.lnavlink:active{
 	color:#6d403b;
 	font-size:15px;
	text-decoration:none;
	font-weight:bolder;
}

a.lnavlinksel{
 	color:#6d403b;
 	font-size:15px;
	text-decoration:none;
	font-weight:bolder;
}

div.lsubnav{
 	margin-bottom:2px;
	margin-left:38px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* links voor het menu met de subheaders */
a.lsubnavlink:link, a.lsubnavlink:visited{
 	color:#8d8c42;
 	font-size:13px;
	text-decoration:none;
}
a.lsubnavlink:hover, a.lsubnavlink:focus, a.lsubnavlink:active{
 	/*color:#6f6d0e;*/
 	color:#6d403b;
 	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

a.lsubnavlinksel{
 	color:#6d403b;
 	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

div.lsubsubnav{
	margin-bottom:2px;
	margin-left:53px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.leftmenu-divider{
	background-image:url('../images/leftmenu-divider.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	padding-bottom:5px !important;
	padding-bottom:0px;
}

/* links voor het submenu */
a.lsubsubnavlink:link, a.lsubsubnavlink:visited{
	color:#8d8d43;
	font-size:12px;
	text-decoration:none;
}
a.lsubsubnavlink:hover, a.lsubsubnavlink:focus, a.lsubsubnavlink:active{
 	color:#6d403b;
 	font-size:12px;
	text-decoration:none;
}

a.lsubsubnavlinksel{
 	color:#6d403b;
 	font-size:12px;
	text-decoration:none;
}

 div#page{
 	width:816px;
	height:auto !important;
	height:100%;
	float:right;
	background-color: white;
 }

div#middle{
	width:521px !important;
	width:510px;
	height:auto !important;
	height:100%;
	float:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:10px;
	font-weight:normal;
}

div#middle-global{
	width:780px !important;
	width:770px;
	height:auto !important;
	height:100%;
	float:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:15px;
	font-weight:normal;
}

.newstitlelink{
	color:#576034;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

.indexnewslink{
	font-style:italic;
	text-decoration:underline;
	color:#576034;
	font-weight:normal;
	font-size:12px;
}

.newsdate{
	padding-top:10px !important;
	padding-top:0px;
	padding-bottom:5px;
	color:#576034;
	font-weight:bold;
}

.newsshort{
	float:left;
	min-height:90px;
	height:auto !important;
	height:90px;
	width:362px;
}

.newsshortlong{
	float:left;
	min-height:90px;
	height:auto !important;
	height:90px;
	width:684px;
}

.newsshortlink{
	color:#8f985b;
	text-decoration:none;
}

.newsshort-title{
	padding-bottom:5px;
}

#firstnews{
	padding:10px;
}

a.firstnewslink{
	color:#576034;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.firstnewslink:hover{
	color:#576034;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.newsimg{
	float:left;
	width:145px;
}

.newsdivider{
	background-image:url('../images/news-divider.jpg');
	background-repeat:repeat-x;
	clear:both;
	width:510px;
	height:3px;
}

.newsdividerlong{
	background-image:url('../images/news-divider.jpg');
	background-repeat:repeat-x;
	clear:both;
	width:778px;
	height:3px;
}

.newstitlelang{
	color:#576034;
	font-size:22px;
	font-weight:bold;
}

.newsdesclang{

}

.newslangleft{
	width:260px;
	float:left;
	padding-right:10px;
}

.newslangleftlong{
	width:520px;
	float:left;
	padding-right:10px;
}

#newslanglinks{
	background-color:#c5c300;
	clear:both;
	float:left;
	width:506px;
	height:22px;
	margin-top:20px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
}

#newslanglinkslong{
	background-color:#c5c300;
	clear:both;
	float:left;
	width:770px;
	min-height:22px;
	height:auto !important;
	height:22px;
	margin-top:20px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
}

.newsdetaildate{
	padding-bottom:5px;
	color:#576034;
	font-weight:bold;
}

.news-photos{
	float:left;
}

.photo-big{
	padding-bottom:10px;
}

.photo-smalls{
	width:230px;

}

.photo-small{
	float:left;
	width:64px;
	height:64px;
}

.lijst-prev{
	float:left;
	width:168px;
}

.lijst-overview{
	float:left;
	width:168px;
}

.lijst-next{
	float:right;
}

.lijst-prevlong{
	float:left;
	width:310px;
}

.lijst-overviewlong{
	float:left;
	width:168px;
}

.lijst-nextlong{
	float:right;
	text-align:right;
	width:180px;
}

.lijst-img{
	float:left;
	padding-top:2px;
	padding-left:3px;
	padding-right:2px;
}

.lijst-nextimg{
	float:right;
	padding-top:2px;
	padding-left:3px;
	padding-right:2px;
}

a.lijstlink-white{
	color:#ffffff;
	text-decoration:underline;
}

a.lijstlink-black{
	color:#3d4815;
	text-decoration:underline;
}

/* events */
.eventmonth{
	padding-top:15px;
	color:#3b4812;
	font-size:20px;
	padding-bottom:0px;
}

#eventlanglinks{
	background-color:#c5c300;
	clear:both;
	float:left;
	width:506px;
	min-height:22px;
	height:auto !important;
	height:22px;
	margin-top:20px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
}

a.lijstlink-green{
	color:#c5c300;
	text-decoration:underline;
}

.lijstevents-overview{
	float:left;
	width:195px;
}

#verenigingen-search{
	border:1px solid #97a067;
	padding:5px;
	float:left;
}

.alfabet{
	float:left;
	text-decoration:underline;
	cursor:pointer;
}

a.alfalink{
	font-weight:normal;
	font-size:13px;
	color:#aab300;
}

a.alfalink:hover{
	font-weight:bold;
	font-size:13px;
	color:#aab300;
}

.alfa-letters{
	float:left;
	/*width:20px !important;
	width:18px;*/
	padding-right:12px;
	/*text-align:center;*/
}

.versearch-left{

}

.versearch-right{

}

.ver-labels{
	float:left;
	width:120px;
	padding-top:4px;
}

.ver-formfield{
	width:150px;
	border:1px solid #a0a0a0;
}

.ver-combo{
	width:152px;
	border:1px solid #a0a0a0;
}

.companyname{
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.companydata{
	padding-bottom:10px;
	width:300px;
	border:1px solid #97a067;
	padding:3px;
	margin-bottom:10px;
}

a.company-link{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}

a.company-link:hover{
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#333333;
}

.archiveletterdate{
	float:left;
}

.archivelettericon{
	float:left;
}

.archivelettertitle{
	float:left;
}

a.archivelink:hover{
	font-weight:bold;
}

#afvalsoorten{
	float:left;
	width:130px;
}

.afvalsoort{
	height:20px;
	width:130px;
	padding-bottom:5px;
}

.afvalsoort-lbl{
	float:left;
	padding-left:5px;
	padding-top:3px;
	font-size:13px;
	font-weight:bold;
}

#afval-detail{
	clear:both;
	float:left;
	width:312px;
	margin-top:10px;
	border:1px solid #97a067;
	padding:3px;
}

#afvalshowall{
	float:left;
	width:150px;
}

.afvalsoort-all{
	float:left;
	width:150px;
	padding-left:10px;
	padding-top:4px;
	height:21px;
}

a.afvallink{
	font-size:12px;
}

li{
	margin-left:13px;
	margin-left:0px !ie;
}

#right-afvalinfo{
	padding:10px;
}

/* right */
 div#right{
 	float:right;
	width:265px;
	height:auto !important;
	height:100%;
	color:#61690f;
 }

 div#right-global{
	width:245px !important;
	width:235px;
	height:auto !important;
	height:100%;
	float:right;
	margin-left:10px !important;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0px;
	color:#61690f;
 }

#kalender{
	float:left;
	/*background-color:#a2a000;*/
    background-color:#E0E3D2;
	min-height:205px;
	height:auto !important;
	height:205px;
	margin-top:0px;
}
#cultuurnet-layout-2529 {
    margin-left: 8px;
}

.righttitle{
	width:265px;
	margin-top:5px;
	text-align:center;
}

.rightcontent{
	width:265px;
	font-weight:normal;

}

td.kalenderpijl{
	font-size:14px;
	font-weight:bold;
	color:#444607;
}

a.kalenderpijl{
	color:#000000;
	text-decoration:none;
}

td.titel1l{
	text-align:center;
	width:31px;
	color:#61690f;
	font-weight:bold;
}

td.titel2l{
	text-align:center;
}

td.titel3l{
	text-align:center;
	background-color:#8a8800;
}

td.titel4l{
	text-align:center;
}

#deelgemeentes{
	min-height:246px;
	height:auto !important;
	height:246px;
	float:left;
	text-align:center;
}

#deelgemeentes-text{
	padding-bottom:3px;
	text-align:center;
	color:#706d0e;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

a.deelgemeentelink{
	color:#706d0e;
	text-decoration:underline;
}

#handigeinfo{
	text-align:center;
	padding-bottom:10px;
}

#rightnews{
	padding:15px;
}

.rightnews-sub{
	padding-bottom:10px;
}

#newsletter-naarlijst{
	padding-bottom:10px;
}

.newsletter-head{
	font-size:16px;
	color:#6d403b;
	font-weight:bold;
}

#newsletterbody{
	width:510px !important;
	width:500px;
	padding:5px;
	border:1px solid #97a067;
}

/* contact */

#contact-left{
	float:left;
	width:300px;
}

#contact-right{
	float:left;
	width:470px;
}

label{
	font-size:11px;
	color:#576034;
}

.contacterror{
	display:none;
}

.contacterror_visible{
	display:block;
	font-size:12px;
	color:#de1900;
	line-height:18px;
	font-weight:bold;
}

.error{
	font-size:11px;
	color:#de1900;
}

span.errorZalen{
	font-size:12px;
	font-weight:bold;
	color:#de1900;
}

input.inputobliged{
	width:245px;
	width:243px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #000000;
}

input.inputobliged_error{
	width:245px;
	width:243px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #de1900;
}

input.inputlong{
	width:245px;
	width:243px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

input.inputlong_error{
	width:245px;
	width:243px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #de1900;
}

input.inputshort{
	width:60px;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

input.inputshort_error{
	width:60px;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #de1900;
}

input.inputmedium{
	width:178px;
	width:174px !ie;
	height:18px;
	margin-left:7px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

input.inputmedium_error{
	width:178px;
	width:174px !ie;
	height:18px;
	margin-left:7px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #de1900;
}

input.inputdateobliged{
	width:100px;
	width:100px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #000000;
}

input.inputdate_error{
	width:100px;
	width:100px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #de1900;
}

input.inputdate{
	width:100px;
	width:100px !ie;
	height:18px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

.ctcountry{
	width:245px;
	width:243px !ie;
	height:18px;
	height:25px !ie;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

textarea.contacttextareaobliged{
	width:245px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #000000;
}

textarea.contacttextarea_error{
	width:245px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #de1900;
}

textarea.contacttextarea{
	width:245px;
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#e0e3d2;
	border:0px solid #000000;
}

textarea.textareainfo{
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #000000;
}

textarea.textareainfo_error{
	font-size:12px;
	color:#505050;
	line-height:18px;
	background-color:#c5c300;
	border:0px solid #000000;
}

/* feestmateriaal */
#feestmateriaal-text{
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
}

#feestmateriaal-left{
	float:left;
}

#feestmateriaal-right{
	padding-top:52px;
	padding-top:53px !ie;
}

#zalen-left{
	float:left;
	width:270px;
}

#zalen-right{
	padding-top:52px;
	padding-top:56px !ie;
}

.feesttable{
	border:1px solid #97a067;
}

.feesttable th{
	border:1px solid #97a067;
}

.feesttable td{
	border:1px solid #97a067;
}

/* faq */
.faqcat{
	border:0px solid #000000;
	padding-top:2px;
	padding-bottom:10px;
	padding-left:5px;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#333333;
}
.faqanswer{
	border:1px solid #97a067;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
	padding:4px;
	clear:both;
}
a.faq{
}
.faqquestion{
	margin-top:12px;
	margin-left:25px;
	text-decoration:none;
}
.faqquestion:hover{
}
.faqitem{
	cursor:pointer;
	border:0px solid green;
	margin-bottom:10px;
	margin-left:5px;
}



/* pagefoot */
#foot{
	height:10px;
	margin-bottom:20px;
	padding-top:5px;
	border:0px solid red;
	color:#666666;
	text-align:center;
	font-style:italic;
	font-size:11px;
}

a.footerlink{
	text-decoration:none;
	font-style:italic;
	font-size:11px;
	color:#666666;
}

a.footerlink:hover{
	text-decoration:underline;
	font-style:italic;
	font-size:11px;
	color:#666666;
}

/* HIGHSLIDE */

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	border: 0px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
    border: 0px;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

.control:hover {
	color: black !important;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {
	background: url(../images/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: -15px;
	border: 0px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
	border: 0px;
}
.controlbar a:hover {
	background-image: url(../images/graphics/controlbar4-hover.gif);
	border: 0px;
}
.controlbar .previous {
	width: 50px;
	border: 0px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
	border: 0px;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
	border: 0px;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
	border: 0px;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*End Highslide*/

/* stadplan */
div#map{
float: left;
margin-right: 20px;
}
div#street{
float: left;
}
div#street ul{
margin: 0px;
padding: 0px;
list-style: none;
width: 230px;
overflow: auto;
height: 365px;
clear: left;
margin-top: 10px;
}
div#street ul *{
margin: 0px;
padding: 0px;
}
div#street ul li a{
display: block;
padding: 3px;
background: #e0e3d2;
margin-bottom: 1px;
text-decoration: none;
color: #6f6d0e;
}
div#street ul li a:hover{
color: #aab300;
}
.leftbar{
width: 230px;
}
/* algemeen */
.whiteitalicunderline{
	color:#ffffff;
	font-style:italic;
	text-decoration:underline;
}

.underline{
	text-decoration:underline;
}

.formfield{
	border:1px solid #a0a0a0;
}

.formfieldlong{
	margin-top:3px;
	border:1px solid #a0a0a0;
	width:180px;
}

.formlabel{
	font-size:12px;
	color:#8f985b;
}

.formerror{
	font-size:12px;
	color:#de1900;
}

.button{
	background-color:#6f6d0e;
	border:0px;
	color:#ffffff;
	cursor:pointer;
}

select{
	border:1px solid #a0a0a0;
}

h1{
 	margin-top:0px;
 	margin-bottom:10px;
	color:#aab300;
	/*color:#6d403b;*/
	font-size:26px;
}

h4{
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
}

a{
	color:#0e64c5;
	font-size:12px;
	text-decoration:underline;
}

a.rightlink{
	color:#0e64c5;
	font-size:12px;
	text-decoration:underline;
}

a.h1link{
	margin-top:0px;
 	margin-bottom:10px;
	color:#aab300;
	font-size:26px;
	text-decoration:none;
}

.cleardiv
{
	clear:both;
	font-size:0px;
	overflow:hidden;
	margin:0;
	height:0;
}

#crumbpath{
	clear:both;
	width:500px;
	font-size:11px;
	color:#6d403b;
	padding-left:2px;
}

a.crumblink{
	font-size:11px;
	color:#6d403b;
	text-decoration:none;
}

a.crumblink:hover{
	font-size:11px;
	color:#6d403b;
	text-decoration:underline;
}

/* STIJLEN */

.groot{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
color:#8f985b;
}

.normaal{
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
color:#8f985b;
}

.klein{
font-family:Arial,Helvetica,sans-serif;
font-size: 10px;
color:#8f985b;
}

.groot-gekleurd{
font-family:Arial,Helvetica,sans-serif;
font-size: 16px;
color:#6d403b;
}

.normaal-gekleurd{
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
color:#6d403b;
}

.klein-gekleurd{
font-family:Arial,Helvetica,sans-serif;
font-size: 10px;
color:#6d403b;
}

.groot-vet{
font-family:Arial,Helvetica,sans-serif;
font-size: 16px;
color:#8f985b;
font-weight:bold;
}

.normaal-vet{
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
color:#8f985b;
font-weight:bold;
}

.klein-vet{
font-family:Arial,Helvetica,sans-serif;
font-size: 10px;
color:#8f985b;
font-weight:bold;
}