/* -------------------------------------------- */
/* STANDARD HTML TAG RESET                      */
/* -------------------------------------------- */

body,
h1, h2,
ul, li,
p {
  	border: 0;
  	margin: 0px;
  	padding: 0px;
}

ul { 
	list-style: none; 
}
a { 
	text-decoration: underline;
	outline:none;
	cursor:hand;
}

img{
	border:none;
}

#contentright img, #delaatstefoto img{
	border: 3px solid #ffa250;
}

p{
	text-align: justify;
}

h1, h2, h3, h4, h5, h6{
	color:#da5700;
	padding-left: 24px;
}

/* -------------------------------------------- */
/* STANDARD HTML TAG DEFINITION                 */
/* -------------------------------------------- */
html {
	height: 100%;	
}

body {
  	font-family: arial, helvetica, verdana, sans-serif;
  	font-size: 12px;
  	background: #fff6f0;
  	margin: 0;
	padding: 0;
}


/* -------------------------------------------- */
/* PAGE ELEMENTS                                */
/* -------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width:1000px;
	min-height: 650px;
	height: 100%;
}

#header{
	margin: 0 auto;
	width: 1000px;
	height: 230px;
	background: url('../images/standaard/header.png') no-repeat;
	clear: both;
}

h2{
	font-size: 18px; 
}

#rImage{
	float: left;
	margin-left: 80px;
	margin-top: 17px;
	
}

#logo{
	margin-right: -15px;
	float: left;
	margin-left: 55px;
	margin-top: 27px;
}

#content{
	float:left;
	width:1000px;
	min-height: 650px;
	height: 100%;
	background: url('../images/standaard/back.png') repeat-y;
	
}

#forumcontent{
	float:left;
	width:1000px;
	min-height: 650px;
	height: 100%;
	background: url('../images/forum/back2.png') repeat-y;
}

.arrowsidemenu{
	float: left;
	width: 160px; 
	padding-right: 10px;
}
	
.arrowsidemenu div a{ 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: url('../images/standaard/button.png') no-repeat;
	color:#ffffff;
 	height: 30px; 
	padding: 6px 0 4px 34px;
	line-height: 24px; 
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #ffffff;;
}

.arrowsidemenu div a:hover, .arrowsidemenu div.menuheaders a:hover{
	color: #da5700;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color:  #da5700;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	width: 130px;
	margin-bottom: 2px;
	margin-left: 26px;
}


.arrowsidemenu ul li a{ 
	color: #da5700;
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 130px;
	border: 1px solid #da5700;
	background-color: #fff6f0; 

}

.arrowsidemenu ul li a:hover{
	background: #ffffff;
	color: #ffa250;
}

.arrowsidemenu img{
	padding-right: 12px;
	margin: 0 0 -3px -24px;
}

#contentcenter{
	float: left;
	width: 646px;
	line-height: 16px;
	text-align: justify
}

#contentcenter a{
	font-weight: bold;
	text-decoration: none;
	color: #da5700;
}

#contentcenter a:hover{
	color:#240863;
}

#contentcenter li{
	list-style: circle;
}

#contentcenter li a{
	color: #da5700;
}

hr{
	color: #da5700; 
	background-color: #da5700;
	border-color: #da5700;
	margin-top: -2px;
}

#contentcenter p{
	color: #da5700;
	padding: 12px 24px;
}

.center{
	text-align: center;
}

#contentcenter h2{
	color:#da5700;
	text-align: center;
	margin-bottom: 3px;
}

#nieuws table{
	padding: 0px 20px;
	margin-top: -6px;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background: #fff6f0;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 6px 24px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

#nieuws td{
	min-width: 200px;
	min-height: 150px;
	color:#da5700;
	text-align: justify;
	vertical-align: top;
}

#delaatstefoto, #forumupdate, #vragen, #boeken {
	float: left;	
	width: 318px;
}
#delaatstefoto, #vragen {
	padding-right: 10px;	
}
#delaatstefoto table{
	padding-right: 5px;
	padding-left: 20px;
}

#delaatstefoto td{
	text-align: justify;
	vertical-align: top;
	max-width: 120px;
}

#recepten table{
	color:#da5700;
	width: 646px;
	padding-right: 20px;
	padding-left: 20px;
}

#recepten td{
	text-align: justify;
	vertical-align: top;
	min-width: 250px;
}

#recepten #poster{
	text-align: right;
	padding-right: 20px;
}

#nieuwsfoto{
	width: 200px;
	height: 150px;
	vertical-align: top;
}

#vragen table{
	color:#da5700;
	width: 646px;
	padding-right: 20px;
	padding-left: 20px;
}

#vragen td{
	text-align: justify;
	vertical-align: top;
	min-width: 150px;
}

#vragen td a {
	text-decoration: none;
	color:#da5700;
}

#boeken td a {
	text-decoration: none;
	color:#da5700;
}

#search_box {
	color:#da5700;
	margin: 6px 24px;
	float: right;
    width: 201px;
    height: 31px;
    background: url('../images/standaard/bg_search_box.png');
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
	height: 20px;
    background: none;
	color:#da5700;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


#forumupdate table{
	color:#da5700;
	width: 646px;
	padding-right: 20px;
	padding-left: 20px;
}

#forumupdate th{
	border-bottom: 1px solid #da5700;
	font-weight: bold;
	text-align: justify;
}

#forumupdate td{
	text-align: justify;
	vertical-align: top;
	min-width: 80px;
	
	padding-right: 8px;
}

#forumcontent p{
	color: #da5700;
	padding: 12px 24px;
}

#kruimelpad{
	margin-top:-24px;
	margin-bottom: 0;
	text-align: center;
	font-size: 10px;
}

#kruimelpad a{
	color: #da5700;
	font-size: 10px;
}

#kruimelpad a:hover{
	color:#240863;
}

#contentright{
	float: left;
	width: 165px;
}

#contentright img{
	margin: 12px 0 24px 26px;
}

.contenttussen{
	float: left;
	width: 7px;
	background-color: #ffa250;
}

.forumcontenttussen{
	float: left;
	width: 12px;
}

.aligning{
	text-align: right;
}

.aligning a{
	font-style: normal;
	color:#da5700;
}

.aligning a:hover{
	color:#240863;
}

.down{
	margin-bottom: -18px;
	margin-left: 20px;
	cursor: pointer;
}

.up{
	margin-bottom: -18px;
	cursor: pointer;
}

/* -------------------------------------------- */
/* FORUM                                        */
/* -------------------------------------------- */

#forum{
	float: left;
	width: 780px;
	height: 100%;
}

#forumtop h2{
	padding-top: 6px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

#forumtop p{
	padding: 6px 12px 16px;
	color: #ffffff;
	text-align: justify;
}

#forumtop ul{
	color:#da5700;
	font-weight: bold;
}

#forumtop li{
	display: inline;
	padding-left: 12px;
	padding-right: 13px;
}

#forumtop #nietingelogd{
	margin-top: 6px;
	color:#da5700;
}

#forumtop{
	width: 780px;
	height: 120px;
	background: url('../images/forum/forumtop.png') no-repeat;
}

.subforum{
	float: left;
	min-height: 70px;
	width: 780px;
	height: auto;
	background: url('../images/forum/subforum.png') no-repeat;
}

.subforum h3{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.subforum table{
	width: 780px;
		margin-top: -12px;
		border-left: 1px solid #ffa250;
		border-right: 1px solid #ffa250;
}

.subforum th, .subforum td{
	color:#da5700;
	padding-left: 12px;
	padding-top: 8px;
	min-width: 30px;
	max-width: 300px;
	text-align: left;
}

.subforum #een, .subforum #vier{
	width: 300px;
}

.subforum twee, .subforum drie{
	width: 80px;
}

.subforum a{
	color:#da5700;
	font-weight: bold;
}

/* -------------------------------------------- */
/* FOOTER                                       */
/* -------------------------------------------- */

#footer{
	clear:both;
	width: 1000px;
	height: 51px;
	background: url('../images/standaard/footer.png') no-repeat;
}

#footer p{
	color: #ffffff;
	text-align: right;
	padding: 12px 24px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #240863;
}

#adsenseleft{
	margin-left: 24px;
	margin-top: 12px;
}

ol, ul, li, table, tr, td{
	color:#da5700;
}

ul, table{
	padding-left: 24px;
}

li{
	padding-left: 12px;
	padding-right: 24px;
	padding-bottom: 6px;
}

.vragenaan li {
	padding-left: 100px;	
}

.h2home{
	background-color:#fff6f0;
	padding: 4px 0;
}

.h2home img{
	float: right;
	margin-right: 6px;
	margin-top: 2px;
}

.textblok{
	border: 2px solid #da5700;
	background-color:  #fff6f0;
	overflow: hidden;
	width: 400px;
	height: auto;
	margin-left: 123px;
}

.textblok p{
	text-align: center;
}

.textblok strong{
	color: #da5700;;
}

.textblok ul{
	text-align: center;
}

.link{
	color:#da5700;
}

.koekjes{ 
	width: 150px; 
	}
