/* 	Ronsers-trekking: Hoofd CSS bestand
	Auteur: Jan Fabri
	Update: Juli 2010 */

/*Reset all*/
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}
	
/*Body*/
body {
	color: #333333;
	background: #FDFDE0 url(../images/bg.jpg) repeat-y center top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*General Textlinks*/
a {
	color: #70818F;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #87641B;
}

/*Wrapper*/
.main {
	width: 780px;
	background: #FFFFFF url(../images/contentbg.jpg);
	border-right: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}

/*Header*/
.header {
	height: 176px;
	background: url(../images/header.jpg) no-repeat;
}
.main .header #logo {
	height: 90px;
	width: 304px;
	position: absolute;
	top: 10px;
}

/*Menu*/
#tabsB {
	margin-top: 141px;
	width: 780px;
	font: bold 14px Tahoma, Verdana, Arial, sans-serif;
	float: left;
}
#tabsB ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 15px;
}
#tabsB li {
	margin: 0;
	padding: 0;
	display: inline;
}
#tabsB a {
	margin: 0;
	padding: 0 0 0 4px;
	background: url(../images/tableftB.gif) no-repeat left top;
	font-style: normal;
	float: left;
}
#tabsB a span {
	padding: 5px 10px 4px 6px;
	color: #87641B;
	background: url(../images/tabrightB.gif) no-repeat right top;
	float: none;
	display: block;
}
#tabsB a:hover span {
	color: #5F4614;
	background-position: 100% -42px;
}
#tabsB a:hover {
	background-position: 0% -42px;
}
body#intro a#introlink,
body#wie a#wielink,
body#activ a#activlink,
body#leider a#leiderlink,
body#verslag a#verslaglink,
body#tocht a#tochtlink,
body#contact a#contactlink,
body#links a#linkslink {
	background-position:0% -42px;
	color:#5F4614;
}
body#intro a#introlink span,
body#wie a#wielink span,
body#activ a#activlink span,
body#leider a#leiderlink span,
body#verslag a#verslaglink span,
body#tocht a#tochtlink span,
body#contact a#contactlink span,
body#links a#linkslink span {
	background-position:100% -42px;
	color:#5F4614;
}

/*Submenu*/
#subnav {
	margin-bottom: 12px;
	padding-top: 5px;
	height: 23px;
	padding-right: 15px;
	padding-left: 15px;
}
#subnav li {
	padding-left: 13px;
	display: inline;
	padding-right: 12px;
	height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	background: url(../images/subnavn.gif) no-repeat left center;
	color: #87641B;
	margin-left: 0px;
	margin-right: 10px;
	border-right: 1px solid #CEC4BB;
}
#subnav li a {
	font-style: normal;
	color: #87641B;
	background-color: ;
}
#subnav li:hover {
	background: url(../images/subnavd.gif) no-repeat left center;
	margin-bottom: 0px;
}
#subnav a:hover {
	color: #5F4614;
}
body#intro a#introsub,
body#wie a#wiesub,
body#activ a#activsub,
body#leider a#leidersub,
body#verslag a#verslagsub,
body#tocht a#tochtsub,
body#contact a#contactsub,
body#links a#linkssub {
	color:#5F4614;
}
body#intro li#introsub,
body#wie li#wiesub,
body#activ li#activsub,
body#leider li#leidersub,
body#verslag li#verslagsub,
body#tocht li#tochtsub,
body#contact li#contactsub,
body#links li#linkssub {
	background: url(../images/subnavd.gif) no-repeat left center;
}
li#introsub,
li#activsub,
li#leidersub,
li#contactsub,
li#verslagsub,
li#tochtsub,
li#linkssub,
li#wiesub {
	color: #5F4614;
}

/*Main*/
.fullcontents {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.contents {
	background: url(../images/contenttop.jpg) no-repeat center top;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}
h1 {
	color: #87641B;
	font: bold normal 24px "Arial Black", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
h2 {
	color: #87641B;
	font: bold normal 18px/22px "Arial Black", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
h3 {
	color: #87641B;
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
}
h3.h3top {
	margin-top: 18px;
}
h4 {
	font-size: 14px;
	color: #87641B;
	margin-bottom: 2px;
}
li {
	font: 12px/16px Tahoma, Verdana, Arial, sans-serif;
}
img {
	border: 1px solid #87641B;
}
.bottomzero {
	margin-bottom: 0px;
}
p.auteur {
	color: #87641B;
	font-weight: bold;
	line-height: 16px;
}
span.plaats {
	font-size: 10px;
	color: #333333;
	margin-left: 5px;
	margin-right: 4px;
}
.tel {
	line-height: 14px;
	font-weight: bold;
	background: url(../images/tel.jpg) no-repeat left center;
	padding-left: 30px;
	padding-top: 2px;
}
.mail {
	background: url(../images/mail.jpg) no-repeat left center;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 4px;
}
.blog {
	padding-left: 30px;
	background: url(../images/blog.jpg) no-repeat 3px center;
	padding-top: 2px;
	padding-bottom: 4px;
}
.bank {
	background: url(../images/bank.jpg) no-repeat 1px top;
	padding-top: 2px;
	padding-left: 30px;
	height: 23px;
}
.web {
	background: url(../images/web.jpg) no-repeat left top;
	height: 22px;
	padding-left: 40px;
	padding-top: 4px;
}
.contact {
	width: 230px;
	border-left: 1px solid #E2D7CD;
	margin-left: 20px;
	background: #FDF2E5;
	padding: 10px 10px 2px;
}
.naam {
	margin-bottom: 8px;
}
img.skype {
	margin-left: 10px;
	vertical-align: bottom;
}
.extlink {
	margin-right: 5px;
	border-style: none;
}
.buttonlinks a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	width: 120px;
	margin-left: 100px;
	background: url(../images/button.jpg) no-repeat;
	color: #29533A;
	padding-top: 4px;
	font-style: normal;
}
.buttonlinks a:hover {
	color: #87641B;
	background: url(../images/button.jpg) no-repeat 0px -25px;
}
.download a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
	width: 120px;
	margin-left: auto;
	background: url(../images/download.jpg) no-repeat;
	color: #29533A;
	padding-top: 4px;
	font-style: normal;
	margin-right: auto;
}
.download a:hover {
	color: #87641B;
	background: url(../images/download.jpg) no-repeat 0px -25px;
}
p.break {
	clear: both;
}

/*Main Contents*/
.maincontents,
.begeleiders,
.links,
.beeldverslag {
	padding-right: 10px;
	padding-left: 15px;
	width: 490px;
	position: relative;
	float: left;
	padding-bottom: 15px;
}
.maincontents .edito {
	margin-bottom: 15px;
	background: url(../images/edito.jpg) no-repeat left bottom;
	border-top: 4px solid #87641B;
	padding: 7px 10px 4px;
}
.maincontents .edito h3 {
	margin-top: 10px;
	margin-bottom: 2px;
}
.maincontents .edito img {
	margin-top: 6px;
	margin-right: 8px;
	height: 165px;
	width: 250px;
	float: left;
}
.maincontents .maincontentssub {
	background: #FDF2E5 url(../images/leftcorners.jpg) no-repeat left bottom;
	border-top: 4px solid #87641B;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.maincontents .maincontentssubzero {
	background: #FDF2E5 url(../images/leftcorners.jpg) no-repeat left bottom;
	border-top: 4px solid #87641B;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.maincontents .maincontentssub h1,
.maincontents .maincontentssubzero h1 {
	display: block;
	background: #FDF2E5 url(../images/l_arrow.gif) no-repeat left center;
	padding-left: 10px;
	height: 36px;
}
.maincontents .maincontentssub p,
.maincontents .maincontentssubzero p {
	margin-right: 10px;
	margin-left: 10px;
}
.maincontents .maincontentssub h3 {
	font-style: italic;
	color: #29533A;
	margin: 0px 10px 2px;
}
.maincontents .maincontentssub h4 {
	margin-right: 10px;
	margin-left: 10px;
}
.maincontents .maincontentssub p.auteur {
	font-weight: bold;
}
.maincontents .maincontentssub .sub {
	background: url(../images/progbg.jpg) repeat-x left top;
	padding-top: 12px;
}
.maincontents .maincontentssub .subnone {
	margin-top: 12px;
}
.maincontentssubzero .buttonlinks a {
	margin-left: 350px;
}
img.more {
	margin-left: 10px;
	border-style: none;
}
h1 span {
	font: bold 14px Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
}
img.ronser {
	border-style: none;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
.maincontents .h1plus {
	margin-bottom: 6px;
}
.sub .activimg {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

/*Galleries*/
.tekstverslag {
	float: right;
	width: 320px;
}
.tekstverslag h4 {
	margin-left: 0px;
	margin-bottom: 2px;
}
.tekstverslag h3 {
	font-style: italic;
	color: #29533A;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.tekstverslag .auteur {
	margin-left: 0px;
}
.verslag .tekstverslag p {
	margin-left: 0px;
}
.verslag img.more {
	margin-left: 10px;
}
.verslag {
	margin-top: 10px;
}
img.fotoverslag {
	margin-left: 10px;
	height: 135px;
	width: 150px;
	margin-bottom: 10px;
	border-style: none;
}
.verslag p.break {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Begeleiders*/
.begeleiders img.leider {
	float: left;
	height: 140px;
	width: 120px;
	margin-left: 15px;
}
.begeleiders .tekstleider {
	float: right;
	width: 350px;
}
.begeleiders p.break {
	clear: both;
	background: url(../images/leiderbg.jpg) no-repeat left bottom;
	height: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 0px;
}
.begeleiders .leiderplus {
	float: left;
	height: 140px;
	width: 180px;
	border: 1px solid #87641B;
	margin-left: 15px;
}
.begeleiders .tekstleiderplus {
	float: right;
	width: 295px;
}
.begeleiders {
	padding-left: 0px;
	width: 500px;
}
.begeleiders h4.job {
	margin-left: 15px;
	margin-bottom: 10px;
}

/*Info*/
.info h4,
.artinfo h4 {
	color: #87641B;
	margin-bottom: 2px;
	font: 14px "Arial Black", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
.info p,
.artinfo p {
	font-size: 11px;
	line-height: 15px;
}
.info{
	height: 55px;
	margin-bottom: 15px;
	background: url(../images/info.jpg) no-repeat left top;
	margin-left: 15px;
	padding: 10px 10px 10px 70px;
}
.artinfo {
	height: 55px;
	background: url(../images/artinfo.jpg) no-repeat left top;
	margin-left: 25px;
	padding: 10px 10px 10px 70px;
	width: 385px;
}
.tochtinfo {
	height: 70px;
	margin-bottom: 15px;
	background: url(../images/tochtinfo.jpg) no-repeat left top;
	margin-left: 0px;
	padding: 8px 10px 12px 70px;
	width: 410px;
}

/*Links*/
.links .linkcat1 {
	background: url(../images/links/jeugdherberg.jpg) no-repeat left center;
	padding-left: 120px;
	border-bottom: 1px solid #E2D7CD;
	padding-bottom: 10px;
}
.links .linkcat2 {
	background: url(../images/links/natuurvrienden.gif) no-repeat left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat3 {
	background: url(../images/links/giwal.jpg) no-repeat left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat4 {
	background: url(../images/links/gr.jpg) no-repeat left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat5 {
	background: url(../images/links/ravel.gif) no-repeat left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat6 {
	background: url(../images/links/tragewegen.jpg) no-repeat left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat7 {
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2D7CD;
}
.links .linkcat8 {
	padding-left: 120px;
	padding-top: 10px;
	background: url(../images/links/ecotrotters.jpg) no-repeat left center;
}
.main .contents .links .linktekst {
	padding-left: 10px;
	margin-left: 10px;
}

/*Artikel*/
h5 {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #29533A;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #29533A;
	padding-bottom: 4px;
}
.indent {
	margin-left: 25px;
}
.topimg,
.topimgzero {
	border-right: 1px solid #87641B;
	border-bottom: 1px solid #87641B;
	border-left: 1px solid #87641B;
	border-top: 4px solid #87641B;
	margin-bottom: 18px;
}
.topimgzero {
	margin-bottom: 0px;
}
.imgtopleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 4px;
}
.imgright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
}
.imgleft {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 6px;
}
.artquote {
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top: 1px solid #87641B;
	border-right: 4px solid #87641B;
	border-bottom: 1px solid #87641B;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.artquote .zeroquote {
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}
.artquote p.bottomzero {
	font-weight: bold;
}
.indentend {
	margin-bottom: 0px;
	margin-left: 25px;
}
h1.arth1 {
	line-height: 26px;
	margin-top: 4px;
}
.artauteur {
	margin-top: 0px;
	margin-bottom: 12px;
	background: #28533A;
	color: #FFFFFF;
	width: 200px;
	display: block;
	padding: 2px 5px;
	font-style: italic;
	font-size: 10px;
	letter-spacing: 1px;
}
.indent span {
	font-size: 10px;
	font-style: italic;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
}
.sidebar .fiche li {
	list-style: none;
	border-bottom: 1px solid #E2D7CD;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px 0px 4px;
}
.sidebar .fiche li.nolirule {
	border-bottom-style: none;
}
p.onderschriftfull {
	font-style: italic;
	color: #333333;
	font-weight: bold;
	border-left: 3px solid #87641B;
	padding-left: 5px;
	margin-top: 4px;
	width: 300px;
	border-bottom: 1px solid #87641B;
	padding-bottom: 2px;
	margin-left: 25px;
	margin-bottom: 18px;
}

/*Fotoverslag*/
.subverslag p span {
	font-weight: bold;
	text-transform: uppercase;
	color: #29533A;
	margin-right: 8px;
}
.subverslag p {
	margin-bottom: 2px;
}
.subverslag {
	background: #FDF2E5;
	border-top: 1px solid #E2D7CD;
	padding: 4px 8px;
	clear: both;
}
p.fotobullet {
	font-size: 11px;
	line-height: 17px;
	background: url(../images/foto.jpg) no-repeat left top;
	padding-left: 25px;
	float: left;
}
p.fotonext {
	font-size: 11px;
	line-height: 17px;
	border-left: 1px solid #87641B;
}
.subverslag:hover {
	background: #FDF2E5  url(../images/verslagbg.jpg) repeat-x left top;
}
.subverslag a {
	font-style: normal;
}
.fotonext a {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #87641B;
}
.subverslag img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.subverslag .buttonlinks a {
	margin-top: 8px;
	margin-left: 350px;
	margin-bottom: 4px;
}
.citaat {
	text-align: center;
	margin-bottom: 15px;
	padding: 20px 10px;
	background: #FDF2E5 url(../images/rightcorners.jpg) no-repeat left bottom;
	border-top: 4px solid #29553A;
}
.citaat p {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #29553A;
}

/*Abonnement*/
.abo {
	background: #FFFFFF;
	margin-right: 10px;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #E2D7CD;
	margin-bottom: 8px;
}
.abobutton {
	float: left;
	text-align: center;
	height: 50px;
	width: 120px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.abobutton a {
	font-style: normal;
	font-weight: bold;
	color: #29533A;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
	background: url(../images/abo.jpg) no-repeat left top;
	height: 30px;
	width: 90px;
	float: left;
	padding: 10px 20px 10px 10px;
}
.abo p,
.aboinfo p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}
.abobutton a:hover {
	color: #87641B;
	background: url(../images/abo.jpg) no-repeat 0px -51px;
}
.maincontentssub .abo .abobutton p {
	margin-left: 0px;
}
.aboinfo {
	height: 70px;
	width: 405px;
	margin-right: 7px;
	margin-left: 8px;
	background: url(../images/aboinfo.jpg) no-repeat left top;
	padding: 8px 10px 12px 60px;
	margin-bottom: 8px;
}
h4.provincie {
	margin-left: 10px;
	margin-top: 14px;
}
.maincontentssub object {
	margin-right: 5px;
	margin-left: 8px;
}

/*Activiteiten*/
.activiteit {
	background: url(../images/activiteit.jpg) no-repeat left top;
	height: 45px;
	width: 490px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 9px;
}
.activiteit h2 {
	text-align: center;
}
.activmaand {
	text-align: center;
	width: 20px;
	padding-right: 5px;
	border-right: 1px solid #87641B;
	float: left;
}
.activmaand h2 {
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 8px;
	font-size: 22px;
}
.tocht {
	width: 450px;
	float: right;
	margin-bottom: 20px;
}
.tochtzero {
	width: 450px;
	float: right;
	margin-bottom: 0px;
}
.tochtfiche {
	background: #FDF2E5;
	padding-top: 8px;
	padding-bottom: 3px;
	width: 200px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.tochtfiche li {
	margin-bottom: 4px;
	border-bottom: 1px solid #E2D7CD;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.tochtfiche li.nolirule {
	border-bottom-style: none;
}
.tochtfiche img {
	float: left;
	margin-left: 10px;
	border-style: none;
	margin-right: 4px;
	margin-top: 2px;
}
.datum {
	height: 30px;
	margin-bottom: 4px;
}
.datum li {
	color: #FFFFFF;
	border-style: none;
	font: italic bold 14px/32px Georgia, "Times New Roman", Times, serif;
	display: inline;
	background: url(../images/datebg.jpg) no-repeat left 0px;
	padding: 10px 20px 4px 18px;
}
.datum li.nodat {
	background: url(none);
	color: #87641B;
	padding: 0px;
}
.tocht h3,
.tochtzero h3 {
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #29553A;
}
.tocht h4,
.tochtzero h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}
.activlijn {
	border-top: 1px solid #E2D7CD;
	clear: both;
}

/*Jaarprogramma*/
table.jaarprog {
	margin-top: 8px;
	margin-bottom: 0px;
}
th {
	font-size: 14px;
	background: #87641B;
	color: #FFFFFF;
	padding: 4px;
	border-right: 1px solid #FFFFFF;
}
table.jaarprog td {
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	border-bottom: 1px solid #87641B;
	border-right: 1px solid #87641B;
}
.fullcontents table.jaarprog td.norborder {
	border-right-style: none;
}
.fullcontents p {
	margin-bottom: 8px;
	line-height: 18px;
}
.fullcontents table.jaarprog h4 {
	margin-bottom: 0px;
	margin-left: 1px;
}
tr.maand {
	background: #FDF2E5;
}
th.tabinfo {
	width: 90px;
	border-right-style: none;
}
th.tabtocht {
	width: 150px;
}
.fullcontents .center {
	text-align: center;
	line-height: 16px;
	margin-top: 2px;
}
.fullcontents .h1center {
	text-align: center;
}

/*Table Vervoer*/
table.tochten {
	margin-top: 5px;
	margin-bottom: 10px;
	border-style: none;
	width: 487px;
}
table.fulltable th,
table.tochten th {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	background: #FDF2E5;
	border-right: 1px solid #87641B;
	border-bottom: 2px solid #87641B;
	border-left: 1px solid #87641B;
	border-top: 1px solid #87641B;
	text-align: center;
	padding: 4px;
	color: #333333;
}
table.fulltable td,
table.tochten td {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 6px;
	border-right: 1px solid #87641B;
	border-left: 1px solid #87641B;
	border-bottom: 1px solid #87641B;
	text-align: center;
	padding: 4px;
}
table.fulltable {
	width: 750px;
}
table.fulltable,
table.tochten {
	border: 1px solid #87641B;
	margin-top: 5px;
	margin-bottom: 10px;
}
table {
	margin-bottom: 16px;
}
table a {
	font-style: normal;
}
td {
	font-size: 12px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: none;
}
input.button {
	background: url(../images/formbut.jpg) no-repeat left top;
	padding-top: 4px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	height: 25px;
	width: 180px;
	color: #29533A;
	border-style: none;
}
input.button:hover {
	background: url(../images/formbut.jpg) no-repeat 0px -25px;
	color: #87641B;
}
a.button {
	display: block;
	background: url(../images/formbut.jpg) no-repeat left top;
	padding-top: 4px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	height: 22px;
	width: 180px;
	color: #29533A;
	border-style: none;
	font-style: normal;
	text-align: center;
}
a.button:hover {
	background: url(../images/formbut.jpg) no-repeat 0px -25px;
	color: #87641B;
}
.fullcontents .inputtable {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fullcontents .inputtable td {
	border-right-style: none;
	border-bottom-style: none;
}
.fullcontents li {
	font: 12px/16px Tahoma, Verdana, Arial, sans-serif;
	margin-right: 10px;
	margin-left: 25px;
	list-style: square;
}
.fullcontents ul {
	margin-bottom: 8px;
}
.fullcontents h1 {
	color: #87641B;
	font: bold 24px/12px "Arial Black", "Lucida Sans", Verdana, Tahoma, sans-serif;
	margin-bottom: 10px;
}
.fullcontents h2 {
	background: #87641B;
	color: #FFFFFF;
	display: block;
	height: 23px;
	padding-left: 5px;
	width: 150px;
	padding-right: 5px;
	text-align: center;
	padding-top: 2px;
}
.fullcontents h4 {
	margin-bottom: 0px;
}
input {
	background: #FDF2E5;
	padding: 2px;
	border-top: 1px solid #BBB4AC;
	border-right: 1px solid #E2D7CD;
	border-bottom: 1px solid #E2D7CD;
	border-left: 1px solid #BBB4AC;
}
textarea {
	font: 12px/16px Tahoma, Verdana, Arial, sans-serif;
	background: #FDF2E5;
	border-top: 1px solid #BBB4AC;
	border-right: 1px solid #E2D7CD;
	border-bottom: 1px solid #E2D7CD;
	border-left: 1px solid #BBB4AC;
}
table.tochten input {
	border-style: none;
}

/*Info Vervoer*/
.vervoerinfo p {
	font-size: 12px;
	line-height: 18px;
}
.vervoerinfo {
	height: 55px;
	background: url(../images/vervoerinfo.jpg) no-repeat left top;
	margin-top: 5px;
	width: 405px;
	padding: 10px 15px 10px 70px;
}
.infofull,
.infofullplus {
	margin-top: 8px;
	background: url(../images/infofull.jpg) no-repeat left top;
	height: 37px;
	width: 665px;
	padding: 18px 15px 20px 70px;
}
.infofullplus {
	margin-bottom: 8px;
}

/*Sidebar*/
.sidebar img {
	margin-bottom: 15px;
}
.sidebar img.krant {
	margin-bottom: 8px;
}
.sidebar .fotoactiv {
	margin-bottom: 2px;
}
.sidebar {
	float: right;
	width: 240px;
	margin-right: 15px;
	clear: both;
}
.sidebar .sidebarsub,
.sidebar .fiche {
	margin-bottom: 15px;
	background: #FDF2E5 url(../images/rightcorners.jpg) no-repeat bottom;
	border-top: 4px solid #29533A;
	padding-top: 9px;
	padding-bottom: 4px;
}
.sidebar .sidebarsub h2,
.sidebar .fiche h2 {
	color: #29533A;
	margin-bottom: 7px;
	background: url(../images/r_arrow.gif) no-repeat left 5px;
	padding-left: 10px;
}
.sidebar .sidebarsub h3 {
	margin: 14px 10px 2px;
	color: #29533A;
	font-size: 14px;
}
.sidebar .sidebarsub h3.quote {
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.sidebar .sidebarsub h4 {
	margin-right: 10px;
	margin-left: 10px;
}
.sidebar .sidebarsub p {
	line-height: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
.sidebar p {
	line-height: 16px;
}
.sidebar .sidebarsub img,
.sidebar .fiche img {
	margin: 4px 10px 10px;
	border-style: none;
}
.sidebar .sidebarsub .fig {
	float: left;
	margin: 4px 8px 0px 0px;
	border: 1px solid #87641B;
}
.sidebar .sidebarsub .fignoborder {
	float: left;
	margin: 8px 8px 0px 0px;
}
.sidebar .sidebarsub img.tijdschrift {
	margin: 0px 5px 5px;
	border-style: none;
}
.sidebar .sidebarsub .contact {
	width: 190px;
	background: #FFFFFF;
	margin-bottom: 15px;
	padding-left: 0px;
}
.sidebar .sidebarsub .kader {
	border: 1px solid #87641B;
	float: left;
	margin-bottom: 0px;
}
.sidebar .sidebarsub .paper {
	background: url(../images/papier.jpg) no-repeat center top;
	height: 247px;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 4px;
	padding-top: 55px;
}
.sidebar .sidebarsub .contact .tel {
	background: url(../images/telza.jpg) no-repeat left center;
}
.sidebar .sidebarsub .contact .mail {
	background: url(../images/mailza.jpg) no-repeat left center;
}
.sidebar .sidebarsub .contact .web {
	background: url(../images/webza.jpg) no-repeat left top;
}
.sidebar li {
	margin-bottom: 8px;
	margin-right: 10px;
	margin-left: 26px;
	list-style: square;
}
.sidebarsub li {
	margin-bottom: 0px;
}
.sidebarsub .liplus {
	margin-bottom: 8px;
}
.sidebar .sidebarsub p.centeri {
	font-style: italic;
	text-align: center;
	line-height: 18px;
}
.sidebarsub ul.icons {
	margin-bottom: 8px;
}
.sidebarsub .icons .icndownload {
	list-style: none;
	background: url(../images/fotoverslag/down.jpg) no-repeat;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 28px;
}
.sidebarsub .icons .icninfo {
	list-style: none;
	background: url(../images/fotoverslag/info.jpg) no-repeat;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 28px;
}
.sidebarsub .icons .icnvorige {
	list-style: none;
	background: url(../images/fotoverslag/vorig.jpg) no-repeat;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 28px;
}
.sidebarsub .icons .icnvolg {
	list-style: none;
	background: url(../images/fotoverslag/volgend.jpg) no-repeat;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 28px;
}
.sidebarsub .icons .icnshow {
	list-style: none;
	background: url(../images/fotoverslag/slideshow.jpg) no-repeat;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 28px;
}
/*Footer*/
.footer .footertexts p {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
.footer {
	background: url(../images/footerbg.jpg) repeat left top;
	padding: 10px 15px 15px;
	clear: both;
}
.footer .footertexts h4 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
.footer .footertexts h4.topzero {
	margin-top: 0px;
}
.footer .footertexts .copyright {
	margin-top: 10px;
}
.footer .footertexts a {
	color: #C9BFB1;
}
.footer .footertexts a:hover {
	background: #B28527;
	color: #FFFFFF;
}
.footertexts img.addthis {
	float: right;
}
.inputtable td {
	padding-right: 15px;
	padding-left: 15px;
}
