@IMPORT url('form.css');

html{
	height:100%;	
}

body {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #585757;
	text-decoration:none;
	margin:0px;
	height:100%;

}

td {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	color:#585757;
	line-height:1.6em;
}

#content h1
{
	font-size:14px;	
}
#content h2, h3, h4
{
	font-size:12px;	
}


#breadcrumbs h1, h2, h3
{
	font-size:11px;
	padding:0;
	margin:0;
	display:inline;
}

/** MAIN LAYOUT **/


#container{
	width:100%;
	height:100%;
	background-color:#9b9ea4;}
	
#top{
	width:100%;
	height:25%;
	background:url(../img/top.jpg) no-repeat bottom center;}
	
#middle{
	width:100%;
	height:520px;
	background:url(../img/middle_bg.jpg) repeat-x top;}
	
#middle-left{
	height:520px;
	background:url(../img/backleft.jpg) no-repeat right top;}
	
#middle-mid{
	width:990px;
	height:520px;
	background:#FFF url(../img/main_bg.jpg) no-repeat top;}
	
#middle-right{
	height:520px;
	background: url(../img/backright.jpg) no-repeat left top;}

#bottom{
	width:100%;
	height:25%;
	vertical-align:top;
	background:#000 url(../img/bottom.jpg) no-repeat top center;}

#show{
	width:356px;
	height:520px;
	float:left;}

#menu{
	width:180px;
	height:520px;
	float:left;}

#content_container{
	width:453px;
	height:520px;
	overflow:auto;
	float:left;}
	
#content{
	width:428px;
	padding:10px 0 10px 8px;}














/**	 FORMS **/

input {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}
input.submit{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
textarea{

	font-weight:normal;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}

.trans{
	border:0px;
}


/**	 LINKS **/


a{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


/**	 MENU **/
.hoofd
{
	height:30px;
	width:180px;
	background:url(../img/knop1.gif) no-repeat bottom;
}

.hoofd_actief
{
	height:30px;
	width:180px;
	background:url(../img/knop2.gif) no-repeat bottom;
}
.hoofd2
{
margin-left:10px;
}
a.menu{
	color:#585757;
	font-weight:normal;
	text-decoration:none;
}
a.menu:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.menu_actief{
	color:#585757;
	font-weight:normal;
	text-decoration:none;
}
a.menu_actief:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

.sub
{
	width:180px;
	height:18px;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
}
.sub2
{
margin-left:10px;
}
a.subbiemenu{
	color:#888888;
	font-weight:normal;
	text-decoration:none;
}
a.subbiemenu:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.submenu_actief{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.submenu_actief:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.intern
{
	width:180px;
	height:18px;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
}
.intern2
{
margin-left:20px;
}
a.intmenu{
	color:#888888;
	font-weight:normal;
	text-decoration:none;
}
a.intmenu:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.intmenu_actief{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
a.intmenu_actief:hover{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

/* Horizontaal Menu */

div#head_navigation {

	width: 100%;
	clear: both;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

ul#headmenu {
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
}

li.headmenu {
	
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

li.headmenu a {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

a.secure {

	color: red;
}

li.headmenu a:hover {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

div#sub_navigation {

	width: 100%;
	clear: both;
	border: #CCCCCC solid 1px;
	background-color: #F3F3F3;
	height: 23px;
}

ul.submenu {
	
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}

li.submenu {
	
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

li.submenu a {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

li.submenu a:hover {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/* Einde Horizontaal Menu */


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


/**	 TELLAFRIEND **/


#show_tellafriend
{
	display: none;
}
#display_tellafriend
{
	display: block;
}



/**	 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
{
	border-bottom:1px solid #f1a400;
	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;
}

