/*reset*/
html, body, td
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*main*/
.pages{
background-color: #000000;
}

.wit{
background-color: #ffffff;
}

.content{
background-color: #ffffff;
margin-top: 15px;
margin-left: 11px;
}

.error{
color: #ff0000;
}

.succes{
color: #009900;
}

.footer{
margin-left: 17px;
}
.mailto_footer{
color: #666666;
text-decoration: none;
}

.rood_randje_img{
border-style:solid;
border-width:2px;
border-color: #ff0000;
}

/*index*/
.col_left{
background: url(afbeeldingen/fill_left.jpg) repeat-y;
}
.margin5grey{
margin-bottom: 5px;
color: #666666;
}

/*vervolg*/
.col_leftV{
background: url(afbeeldingen/bg.jpg) repeat-y;
}

.knop_meer{
display:block;
width: 181px;
text-align: right;
line-height: 20px;
height: 22px;
background-color: #ff0000;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

/*menu*/
.menu{
display:block;
width: 253px;
text-align: center;
line-height: 25px;
height: 27px;
background: url(afbeeldingen/button.jpg)  no-repeat;
font-weight: bold;
color: #ffffff;
text-decoration: none;
margin-left: 17px;
}
.menu:hover {
	background-position: 0px -27px;
}
.menuactive{
display:block;
width: 253px;
text-align: center;
line-height: 25px;
height: 27px;
background: url(afbeeldingen/button.jpg)  no-repeat;
background-position: 0px -27px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
margin-left: 17px;
}


a{
	color: #000000;
}

/*admin menu*/
.admin_menu_titel{
margin-left: 10px;
font-size: 14px;
font-weight: bold;
}
.admin_menu_hoofdstuk{
margin-left: 10px;
font-weight: bold;
}
.admin_menu{
margin-left: 10px;
text-decoration: none;
}
.admin_menu_actief{
margin-left: 10px;
text-decoration: none;
color: #cc0000;
}

/*fotogallery*/
.drpdwn_cat {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 585px;
}
.klein{
font-size: 10px;
}

.navlink{
font-weight: bold;
text-decoration: none;
}

/*editer*/
p{
	margin:0;
	padding:0;
}
.border_rood_2px {
	border-style: solid;
	border-color: #ff0000;
	border-width: 2px;
}

.border_rood_2px_margin5px {
	border-style: solid;
	border-color: #FF0000;
	border-width: 2px;
	margin: 5px;
}

.geen_border{
	border-style: none;
	border-width: 0px;
}

.margin_5px {
	margin: 5px;
}

.geen_border_margin_5px{
	border-style: none;
	border-width: 0px;
	margin: 5px;
}

/* contact form */
.input_text{
width: 480px;
}

.input_textarea{
width: 480px;
height: 200px;
}