@IMPORT url('form.css');

html, body {
	background: #000 url(../img/background.jpg) repeat-x top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, tr, td {
	font-size: 12px;
	font-family: "arial";
	color: #fff;
}

a {
	color: #fff;
}
/** MAIN LAYOUT **/
#overall {
	background: url(../img/overall.jpg) no-repeat top center;
	width: 100%;
	min-height: 142px;
}

#container {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 954px;
	height: 142px;
}

#navigatie {
	width: 954px;
	height: 47px;
	padding-left: 24px;
}

	#navigatie ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#navigatie li {
		height: 47px;
		float: left;
		cursor: pointer;
	}

	#navigatie a {
		display: block;
		background: url(../img/navigatie.jpg) repeat-x;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 47px;
		font-family: "Lucida Sans";
		font-weight: bold;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}
	
	#navigatie a:hover, #navigatie a.active, #navigatie a#activehome{
		background: url(../img/navigatie_over.jpg) repeat-x;	
	}	
	

#links {
	background: url(../img/links.jpg) no-repeat top;
	width: 216px;
	padding-top: 3px;
	float: left;
}

	#links ul {
		width: 190px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#links li {
		border-bottom: solid #841e29 2px;
		cursor: pointer;
	}

	#links a {
		display: block;
		margin-left: 7px;
		margin-top: 7px;
		margin-bottom: 8px;
		line-height: 21px;
		font-family: "Lucida Sans";
		font-weight: bold;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}

#content {
	width: 530px;
	min-height: 100px;
	margin-top: 18px;
	float: left;
}

	#content #textfield {
		width: 521px;
		min-height: 100px;
		padding-bottom: 20px;
	}
	
	#content a {
		color: white;	
	}

#rechts {
	background: url(../img/rechts.jpg) no-repeat;
	width: 208px;
	padding-top: 18px;
	float: left;
}

	#rechts #freepage {
		padding-bottom: 20px;
		font-family: "Lucida Sans";
		font-size: 12px;
	}
	
		#freepage h1 {
			margin: 0px;
			padding: 0px;
			font-family: "Lucida Sans";
			font-size: 14px;	
		}

#footer {
	clear: both;
	background: #611718 url(../img/footer.jpg) repeat-x;
	width: 100%;
}

	#footer_container {
		width: 954px;
		margin-left: auto;
		margin-right: auto;
		font-family: arial;
		font-size: 11px;
		line-height: 150%;
	}

		#footer a {
			color: white;
			text-decoration:none;
		}
	
		#footer h1 {
			padding: 0px;
			margin: 0px;
			font-size: 12px;
		}

		#freepage1 {
			width: 20%;
			padding-top: 21px;
			float: left;
		}
	
		#freepage2 {
			width: 25%;
			padding-top: 21px;
			float: left;
		}
		
		#freepage3 {
			width: 20%;
			padding-top: 21px;
			float: left;
		}
		
		#freepage4 {
			width: 20%;
			padding-top: 21px;
			float: left;
		}
		
		#freepage5 {
			width: 19%;
			padding-top: 21px;
			float: left;
		}

/**	 FORMS **/

input {
	font-size:11px;
	color:#666666;
}
input.submit{
	font-size:11px;

}
textarea{

	font-weight:normal;
	font-family:verdana,arial;
	font-size:11px;
	color:#666666;
}

.trans{
	border:0px;
}


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


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

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



/** CONTACFORM **/

.contactFieldset
{
	color:#666;
}
.contactLegend
{
	font-weight:bold;
	font-size:10px;
	color:#666;
}




/** GASTENBOEK **/
.gastPost
{
	color:#666;
}
.gastInfo
{
	font-weight:bold;
	font-size:10px;
	color:#666;
	
}
.gast{
	width:10px;
	font-weight:bold;
	padding:2px;
}
.gastactief{
	color:#000000;
	font-weight:bold;
	padding:2px;
}
.gastTable
{
	width:100%;
}
.gastHeadTable
{
	width:100%;
	border-bottom:1px solid #333333;
}
.gastHead
{
	color:#333;
	font-weight:bold;
	text-align:left;
}
.gastHeadTime
{
	width:120px;
}
.gastHeadName
{

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




/** SMOELENBOEK **/
.smoelenboekTitle
{
	font-weight:bold;
}
.smoelenboekPicture
{
	width:110px;
	float:left;
}
	.smoelenboekPicture img
	{
		border:2px solid #d95936;
	}
.smoelenboekDescription
{
	float:left;
}
.smoelenboekLink
{
	float:right;
}
	/* SmoelenboekItem */
	
	#smoelenboekItemPicture
	{
		width:200px;
		float:left;
	}
		#smoelenboekItemPicture img
		{
			border:2px solid #d95936;
		}
	#smoelenboekItemDescription
	{
		float:left;
	}






/** INLOGGEN MODULE **/
#loginButton
{

}
/** NIEUWSBRIEF MODULE **/
#mailingButton
{

}



/**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**/

.newsTitle
{
	font-weight:bold;
	vertical-align:top;
}	
.newsDate
{
	font-weight:bold;
	vertical-align:top;
	text-align:right;
}
.newsLink
{
	text-align:right;
}
.newsLine
{
	border-top:1px solid #333;
}
.newsContent
{
	line-height:20px;
}
#newsBericht
{
	padding-top:10px;
	line-height:20px;
	padding-bottom:40px;
}	
.newsReageerHeader
{
	color:#28418d;
	font-weight:bold;
}
.newsReageerSpacer
{
	height:30px;
}
#newsReageerTable
{
	border:0px solid #dbf0f9;
}
.newsReageerKop
{
	font-weight:bold;
	color:#28418d;
}
#newsReageerOpslaan
{
	text-align:right;
}
.newsReageerText
{
	width:200px;
	height:100px;
}
.newsReageerNaam
{
	font-size:xx-small;
	color:#28418d;
	border-bottom:1px solid #E7E6FF;
	padding-bottom:3px;

}
.newsReageerReactieDH
{
	padding-left:30px;
}


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

div.mailingError {
	width: 99%;
	background-color: red;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 2px;
}

div.mailingError p {

	margin: 3px;
}

div.mailingMelding {
	width: 99%;
	background-color: #EBEBEB;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 2px;
}

div.mailingMelding p {

	margin: 3px;
}

h1.mailing {
	font-size: 14px;
}

