@IMPORT url('form.css');

html{
	height:100%;	
	/*background:url(../img/htmlback.gif);*/
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	background:url(../img/bodyback.jpg) bottom repeat-x fixed #a1c2ee;
	margin:0;
	height:100%;

}

div {
}
/** MAIN LAYOUT **/

#general
{
	width:100%;
	height:100%;
	height:auto !important;
	min-height:100%;
}
#spacer
{
	width:900px;
	height:20px;
	text-align:right;
	color:#b262b6;
	margin:auto;
	padding-top:5px;
}
#spacer a
{
	text-transform:uppercase;
	color:#fff;
	font-family:"Century Gothic", Arial, Tahoma;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}
#mainContainer
{
	width:900px;
	margin:auto;
	background: url(../img/contentswirl.jpg) bottom right no-repeat #fff;
	border:2px solid #ccb5d3;	
	position:relative;
}

#showcaseContainer
{
	width:690px;
	height:305px;
	overflow:hidden;
}
	#showcase
	{
		width:690px;
		height:295px;
		background:#CCC;
		margin-left:5px;
	}
#leftContainer
{
	float:left;
	width:200px;
	padding-left:5px;
	padding-bottom:5px;
}
#menuContainer
{
	background:#bba38f;
	width:200px;
	border-top:5px solid #fff;
}
	#menuContainer a
	{
		font-family:"Century Gothic", Arial, Verdana;	
		font-size:12px;
		text-transform:uppercase;
		font-weight:normal;
		font-style:italic;
		text-decoration:none;
		color:#fff;
		display:block;
		padding-left:5px;
	}
	#menuContainer ul, #menuContainer li
	{
		margin:0;
		padding:0;
		list-style-type:none;
		line-height:2em;
	}
	#menuContainer li a{
	color:#fff;
	text-decoration:none;
	padding-left:10px;
	}
	#menuContainer li a:hover{
	text-decoration:none;
	color:#5abcd3;
	padding-left:10px;
	}

	
#menuTop
{
	background:url(../img/menutop.jpg) top no-repeat;	
	text-align:left;
	padding-top:70px;
	padding-bottom:10px;
}
#menuFooter
{
	width:200px;
	height:100px;
	background:url(../img/menufooter.jpg);
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}
#contactContainer
{
	padding:40px 0 5px 10px;
	background:url(../img/contacttop.jpg) no-repeat #a070a7;
	font-family:"Century Gothic", Arial, Tahoma;
	color:#fff;
	line-height:1.4em;
	
}
#contentContainer
{
	float:left;
	border-top:5px solid #fff;
	width:690px;
	overflow:hidden;
}
	#content
	{
		width:670px;
		padding:10px;
		line-height:1.5em;
		color:#5e4a32;
		font-family:"Century Gothic", Arial, Tahoma;
	}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
	{
		font-size:14px;
		color:#881293;
	}
	#content td
	{
		vertical-align:top;	
	}
#submenuContainer li, #submenuContainer ul,
{
	display:inline;	
	text-align:center;
	padding:0 10px 0 10px;
}
	#submenuContainer a
	{
		font-family:"Century Gothic", Arial, Verdana;	
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold;
	}
	#submenuContainer li a{
	color:#871392;
	text-decoration:none;
	}
	#submenuContainer li a:hover{
	text-decoration:none;
	color:#5abcd3;
	}

/**	 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;
}


/**	 LINKS **/


a{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


/**	 MENU **/
.hoofd
{
	line-height:2em;
}
.hoofd2
{

}

a.menu_actief{
	text-decoration:none;
	color:#5abcd3;
}
a.menu_actief:hover{
	text-decoration:none;
	color:#5abcd3;
}

.sub
{
	width:140px;
	height:18px;
}
.sub2
{

}
a.subbiemenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.subbiemenu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.submenu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.submenu_actief:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.intern
{

}.intern2
{

}
a.intmenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu_actief:hover{
	color:#000000;
	font-weight:bold;
	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;
}

/** E-card **/

div.cardHolderSmall {
	float: left;	
	margin: 5px;

}

div.cardHolderSmall img {
	border: none;
	margin:0;
	border: #fff solid 5px;
}
