@IMPORT url('form.css');

body {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
	margin:0px;
	background:#000000;

}

td {
	font-size:11px;
	font-family: tahoma, verdana, arial;
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
/** MAIN LAYOUT **/

#mainTable
{
	width:100%;
	height:100%;
}
#leftCell
{
	background:url(../img/leftback.jpg) top right no-repeat;
}
#midCell
{
	width:762px;
	vertical-align:top;
}
#midTable
{
	width:762px;
	background:url(../img/contentback.gif) repeat-y;
}
#header
{
	width:762;
	height:271px;
	background:url(../img/header.jpg);
}
#menuCell
{
	vertical-align:top;
	width:200px;
	background:url(../img/menutop.jpg) top left no-repeat;
}
#menu
{
	margin-left:10px;
	margin-top:40px;
	width:190px;

}
#contentCell
{
	vertical-align:top;
	width:570px;	
	min-height: 250px;
	height:auto !important; /* voor moderne browsers */
	height:250px; /* voor IE */
}
#pathContainer
{
	height:25px;
	width:550px;
	background:url(../img/pathback.jpg) bottom left no-repeat;
	border-bottom:1px solid #930214;
}
#path
{
	margin-top:5px;
	margin-left:30px;
}
#path a
{
	text-decoration:none;
}
#path a:hover
{
	color:#930214;
}
#content
{
	width:540px;
	margin:6px;
}
#footer
{
	background:url(../img/footer.jpg) top no-repeat;
}
#rightCell
{
	background:url(../img/rightback.jpg) top left no-repeat;
}
/**	 FORMS **/

input {
	background:transparent;
	border:1px solid #000;;
	font-weight:normal;
	font-family: tahoma, verdana, arial;
	font-size:11px;
	color:#000;
}
input.submit{
	color:#000;
	font-weight:normal;
	font-family: tahoma, verdana, arial;
	font-size:11px;
	background-color:#eeeeee;
}
textarea{
	background:transparent;
	border:1px solid #000;;
	font-weight:normal;
	font-family: tahoma, verdana, arial;
	font-size:11px;
	color:#000;
}

.trans{
	border:0px;
}

/**	 LINKS **/


a{
	font-family: tahoma, verdana, arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-family: tahoma, verdana, arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


/**	 MENU **/
.hoofd
{
	width:175px;
	height:20px;
	border-bottom:1px dashed #000
}
.hoofd2
{

}
a.menu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}
a.menu:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;

}
a.menu_actief{
	color:#930214;
	font-weight:bold;
	text-decoration:none;

}
a.menu_actief:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;

}

.sub
{
	width:140px;
	height:18px;
}
.sub2
{
	margin-left:10px;
}
a.subbiemenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}
a.subbiemenu:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
a.submenu_actief{
	color:#930214;
	font-weight:bold;
	text-decoration:none;

}
a.submenu_actief:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;

}
.intern
{

}.intern2
{
	margin-left:25px;
}
a.intmenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}
a.intmenu:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;

}
a.intmenu_actief{
	color:#930214;
	font-weight:bold;
	text-decoration:none;

}
a.intmenu_actief:hover{
	color:#555;
	font-weight:bold;
	text-decoration:none;

}



ul.lnieuws{
	margin-left:3px;
}


/**	 TELLAFRIEND **/


#show_tellafriend
{
	display: none;
}
#display_tellafriend
{
	display: block;
}
td.tdtopfriend
{
	background-color:#000000;
	color:#ffffff;
}



/**	 PROJECTEN **/
.projectkop
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #000;
}
.projectkopLink
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #000;
	text-align:right;
}
.projectLink
{
	font-weight:bold;
	color:#000000;
	text-align:right;
}
.projectThumb
{
	border:2px solid #000;
}

#deafbeelding
{
	border:2px solid #000;
}








/** GASTENBOEK **/

.gast{
	width:10px;
	border:1px solid #a62a32;
	font-weight:bold;
	padding:2px;
}
.gastactief{
	color:#000000;
	font-weight:bold;
	padding:2px;
}
.gastTable
{
	width:100%;
}
.gastHeadTable
{
	width:100%;
	background:#a62a32;
}
.gastHeadTable td
{
	color:#eeeeee;
}
.gastHeadTime
{
	width:120px;
}
.gastHeadName
{

}
.gastHeadIcons
{
	width:100px;
}
.gastContent
{
	text-align:left;
	vertical-align:top;
	width:100%;
	border:1px solid #a62a32;
	padding:2px;
}
.gastReactie
{
	padding-left:3px;
	padding-right:3px;
	border-left:1px solid #6f6f6f;
	color: #2d2d2d;
	vertical-align:top;
}



/** NIEUWSBRIEF MODULE **/

#nieuwsbriefTitle
{
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
}
.nb-input
{
	width:155px;
	height:15px;
}
.nb-div
{
	width:155px;
	height:15px;
}
.nb-aanmelden
{
	width:155px;
	margin-top:6px;
}

iframe#payment
{
	width: 100%;
	border-width: 0px;
	height: 45em;
}



/** INLOGGEN MODULE **/

#loginTitle
{
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
}
