/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.6em;
	font-weight:normal;
	color: #a8002e;
	text-decoration:none;
	margin:0px;
	background:url(images/bodyback.jpg) top repeat-x #fde6b2;
	height:100%;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:16px;
}
	
h3 {
	font-size:14px;
}
	
h4 {
	font-size:12px;
}
	
h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5
{
	padding:2px;
	margin:2px;
}

/* ----------------------------------------------------------------------- LAYOUT */




#mainTable
{
	width:100%;
	height:100%;
}
#leftCell
{
	background:url(images/leftback.jpg) top right repeat-y;
	vertical-align:top;
}
	#leftTop
	{
		background:url(images/lefttop.jpg)	top right no-repeat;
		height:675px;
		width:100%;
	}
#midCell
{
	width:950px;
	vertical-align:top;
	background:#feeec9;
}
#header
{
	height:35px;
	width:950px;
	background:url(images/header.jpg);	
	vertical-align:top;
}
	#headerButtons
	{
		float:left;	
		width:160px;
		border:0px solid red;
		text-align:center;
	}
		#headerButtons img
		{
			border:0	
		}
	#lichtkrant
	{
		width:687px;
		border:0px solid red;
		padding-left:100px;
		padding-top:0px;
		float:left;
	}
		#lichtkrant a
		{
			color:#a17211;
			font-weight:normal;
			text-decoration:none;
		}
#showcaseCell
{
	width:950px;
	height:160px;
	background:url(images/showcaseback.jpg);
	vertical-align:top;
	text-align:right;

}
#container
{
	width:950px;
	height:160px;
	position:relative;
	overflow:hidden;
	vertical-align:top;
}
#showcase
{
	width:475px;
	height:158px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}
#mailingButton
{
	position:absolute;
	width:363px;
	height:276px;
	top:0px;
	right:0px;	
	z-index:4;
}
#menuCell
{
	vertical-align:top;
	width:194px;
	height:100%;
	background:url(images/menuback.gif) top right repeat-y;
}
#menu
{
	width:183px;
	margin-left:10px;
}
#loginContainer
{
	margin-left:14px;
}

#f_email{
	margin-left:36px;
	margin-bottom:5px;}

#f_password{
	margin-bottom:5px;}

#f_submit{
	margin-bottom:5px;
	margin-left:74px;}

#loginContainer input
{
	width:80px;
	background:#ffdea2;
	border:0;
}
#loginContainer form
{
	margin:0;
	padding:0;
}
#contentCell
{
	vertical-align:top;
	width:756px;
	height:100%;
}
#content
{
	width:710px;
	margin-left:20px;
	margin-top:5px;
	line-height:1.6em;
}	
#content h1
{
	font-size:14px;	
}
#content h2, h3, h4
{
	font-size:12px;	
}
#breadcrumbs
{
	text-align:right;
	width:740px;
	height:20px;
	margin-left:10px;
	background:url(images/pathbottom.gif) no-repeat bottom;
}
#breadcrumbs a
{
	text-decoration:none;
	color:#aa002f;
}
#breadcrumbs a:hover
{
	color:#000;	
}
#breadcrumbs h1, #breadcrumbs h2, #breadcrumbs h3
{
	font-size:12px;
	padding:0;
	margin:0;
	display:inline;
}




#rightCell
{
	background:url(images/rightback.jpg) top left repeat-y;
	vertical-align:top;
}

	#rightTop
	{
		width:100%;
		height:443px;
		background:url(images/righttop.jpg) top left no-repeat;
	}
#leftFooter
{
	height:112px;
	background:url(images/leftfooter.jpg) top right no-repeat;
}
#midFooter
{
	height:112px;
	background:url(images/midfooter.jpg) top no-repeat;
}
#rightFooter
{
	height:112px;
	background:url(images/rightfooter.jpg) top left no-repeat;
}























/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;	
	color:#000;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
#menu li{
	border-bottom:1px solid #F7DB9A;
	}
	
	
#menu li a{
	height:20px;
	line-height:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#AA002F;
}
	
#menu li a:hover{
	color:#000;
}
	
#menu li.on a{
	color:#00A030;
}

/* ----------------------------------------------------------------------- SUB-MENU */

#menu li li{
	border-bottom:none;
	padding:0 0 0 10px;}
	
	
#menu li li a, #menu li.on li a{
	height:16px;
	line-height:16px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#00A030;
}

#menu li li a:hover, #menu li li.on a{
	height:16px;
	line-height:16px;
	color:#000;
}
	

/* ----------------------------------------------------------------------- NEWS */

.news_item
{
	padding-bottom:20px;	
}
.news_title
{
	border-bottom:1px solid #ddd;	
	font-weight:bold;
}
.news_date
{
	font-style:italic;	
}
.news_image
{
	float:left;
	margin-right:5px;
}

/* ----------------------------------------------------------------------- SEARCH */
#search_site{
	width:170px;
	padding:5px;
}

#search_text
{
	width:150px;
	background-color:#ffdea2;
	border:none;
	margin-left:15px;
	float:right;
}

#search_button
{
	background:none;
	background-color:#ffdea2;
	border:none;
	margin-top:5px;
	float:right;
	cursor:pointer;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */
#spotlightContainer
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:10px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}

/* ----------------------------------------------------------------------- PROJECTEN */

#mod_projects_items
{ }

#mod_projects_items table
{ 
width:100%;
}
#mod_projects_items th
{ 
text-align:left;
}
#mod_projects_items tr
{ 
}
#mod_projects_items table
{ 
	border-bottom:1px solid #ccc;
	padding:5px;
}
#mod_projects_items img
{ 
	border:1px solid #ccc;
}
#mod


