/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:1.4em;
	background:url(images/bodyback.jpg) top repeat-x #ffe794;
}
	
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:5px 0px;
	margin:5px 0px;
}

/* ----------------------------------------------------------------------- LAYOUT */
#main
{
	background:url(images/mainback.jpg) no-repeat top center;	
	position:relative;
	padding-top:160px;
}
#header
{
	position:relative;
	margin:0 auto;
}
#collage
{
	position:absolute;
	z-index:100;
	top:-220px;
	margin-left:-190px;
}
#logo
{
	position:absolute;
	z-index:100;
	top:-230px;
	margin-left:670px;	
}
#logo2
{
	position:absolute;
	z-index:100;
	top:-200px;
	margin-left:30px;	
}

#menuContainer
{
	width:1005px;
	height:79px;
	background:url(images/menuback.png) top no-repeat;
	position:relative;
	margin:0 auto;
}
#container {
	width: 1005px;
	margin: 0 auto;
	position:relative;
	background:url(images/containerback.png) repeat-y;
}
#infoContainer
{
	width:208px;
	float:left;
	color:#e71217;
	background:url(images/infoback.png) top repeat-y;
	font-weight:bold;
}
#info
{
	padding-top:300px;	
	padding-left:25px;
}
#language
{

}
#language img
{
	border:0	
}
#contentContainer
{
	width:589px;
	float:left;	
	overflow:hidden;
}
#content
{
	background:url(images/contentback.jpg) top repeat-x;
	padding:5px;
	min-height: 350px;
	height:auto !important; /* voor moderne browsers */
	height:350px; /* voor IE */
}


#extraContainer
{
	width:200px;
	float:left;	
	padding-left:4px;
}
#extraMods
{
	padding:30px 0 5px 5px;	
	color:#e71217;
	font-weight:bold;
}
#extraMods a
{
	
	color:#e71217;
	font-weight:bold;
}
#extraMods img
{
	border:0;
}
#f_email
{
	width:80px;
	font-size:11px;
	background:url(images/inputback.gif) top left;
	border:0;
	padding:4px;
}
#f_password
{
	width:80px;
	font-size:11px;
	background:url(images/inputback.gif) top left;
	border:0;
	padding:4px;
}
#f_submit
{
	font-size:11px;
	margin-top:3px;
}


#showcase {
	width:600px;
	height:250px;
	overflow:hidden;
}

#breadcrumbs {
	color:#FC0;
		padding:5px 0 5px 0;
		text-align:center;
		font-size:12px;
		font-weight:bold;
		margin-bottom:10px;
		background:url(images/line.png) bottom no-repeat;
}
	#breadcrumbs a
	{
	color:#FC0;
		text-decoration:none;
	}


	
#footer {
	width:1005px;
	height:192px;
	background:url(images/footer.png) top no-repeat;
	margin:0 auto;
	color:#fff;
}

#ads
{
	height:60px;
	padding:10px 0 0 0;
	width:965px;
	margin:0 20px;
	overflow:hidden;
	border:0px solid red;
}
#ads td
{
}
#webburo
{
	display:block;
	clear:both;
	margin-top:60px;
	margin-left:20px;
}
.breaker
{
	clear:both;		
}

#search_text
{
	font-size:11px;
	background:url(images/inputback.gif) top left;
	border:0;
	padding:3px;	
}
#search_button
{
	background:none;
	border:0;
	font-size:12px;
	font-style:italic;
	color:#fffc00;
	cursor:pointer
}

/* ----------------------------------------------------------------------- LINKS */

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menuContainer ul, #menuContainer li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menuContainer a
{
	text-decoration:none;	
}
#menuContainer ul
{
	position:absolute;
	top:14px;
	left:180px;
	width:810px;
	z-index:200;
}
#menuContainer li
{
	float:left;	
	line-height:31px;
	padding: 0 10px;
	position:relative;
	background:url(images/hmenu_hover.jpg) top right no-repeat;
}
#menuContainer li:hover
{
	float:left;	
	line-height:31px;
	padding: 0 10px;
	background:url(images/hmenu_hover.jpg) repeat-x;
}
#menuContainer li a
{
	font-size:13px;
	font-style:italic;
	color:#fffc00;
}
#menuContainer li:hover a
{
	color:#fff;
}

#menuContainer li ul
{
	display:none;	
}
#menuContainer li:hover ul
{
	position:absolute;
	top:31px;
	left:0;
	background:#d30304;
	width:160px;
	display:block;
	z-index:200;
	padding:0; margin:0;
}
#menuContainer li li
{
	background:none;	
}
#menuContainer li li, #menuContainer li li:hover
{
	float:none;	

}
#menuContainer li li a
{
	font-size:12px;	
}


/* ----------------------------------------------------------------------- SUB-MENU */

#submenuContainer ul, #submenuContainer li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#submenuContainer a
{
	text-decoration:none;
	font-weight:bold;
}
#submenuContainer ul
{

}
#submenuContainer li
{
	float:left;	
	line-height:31px;
	width:170px;
	padding: 0 10px;
	background:url(images/smenuback.jpg) repeat-x top;
}
#submenuContainer li li
{
	float:left;	
	line-height:20px;
	width:170px;
	padding: 0 5px;
	background:none;
}

#submenuContainer li:hover
{
	float:left;	
	line-height:31px;
	padding: 0 10px;
	background:url(images/hmenu_hover.jpg) repeat-x;
}
#submenuContainer li li:hover
{
	float:left;	
	line-height:20px;
	padding: 0 5px;
	background:none
}
#submenuContainer li a
{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#fffc00;
}
#submenuContainer li li a
{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#C00;
}
#submenuContainer li li:hover a
{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
}

/* ----------------------------------------------------------------------- FOOTER */

#footer li, #footer ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}
#footer ul
{
	padding-left:15px;
	padding-top:25px;
}
#footer li
{
	float:left;
	border-right:1px solid #fff;
	font-size:10px;
	padding:0px 5px 0px 5px;
}
#footer a
{
	color:#fff;	
}
#webburo
{
	color:#F60;
}
#webburo a
{
	color:#F60;
}

/* ----------------------------------------------------------------------- NEWS SPOTLIGHT */

#spotlightContainer 
{
	padding-bottom:20px;	
	clear:both;
	position:relative;
	width:590px;
}
.news_item_spotlight
{
	width:180px;
	float:left;
	position:relative;	
	padding:0 10px 0 0;
}
#spotlightContainer .news_title
{
	border-bottom:0px solid #ddd;	
	font-weight:bold;
	font-size:12px;
	color:#FC0;
	
}
#spotlightContainer .news_date
{
	font-style:italic;	
	display:none;
}
#spotlightContainer .news_summary
{
	font-style:italic;	
}
#spotlightContainer .news_image
{
	border:0;
	width:150px;
	padding:0;
	margin:5px;
}

/* ----------------------------------------------------------------------- NEWS */

#content #loginform input
{
	display:block;
}

/* ----------------------------------------------------------------------- NEWS */

.news_item
{
	padding-bottom:20px;	
}
.news_title
{
	border-bottom:0px solid #ddd;	
	font-weight:bold;
	font-size:12px;
	color:#FC0;
}
.news_date
{
	font-style:italic;	
}
.news_image
{
	text-align:center;
	padding:3px;
	width:300px;
	border:1px solid #FC0;
	margin:10px auto;
}

/* ----------------------------------------------------------------------- FORMS */

.mod_form input
{
	font-size:11px;
}

.mod_form textarea
{
	width:300px;
	height:200px;
}




/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- 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 #FC0;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#FC0;
	padding:5px;
	color:#C00;
}
.guestbook_sig a
{
	color:#C00;	
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:190px;
	padding:3px;
	background:url(images/inputback.gif);
	margin:2px;
	border:0;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
#guestbook_form .submit
{
	background:none;
	color:#FC0;
}
.error
{
	color:#fff;	
	font-size:13px;
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:580px;
	text-align:center;}
	
#gal_title{
	width:580px;
	font-size:14px;
	font-weight:bold;
	color:#fff;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#fff;}

#gal_image_name{}
	
#gal_allthumbs{
	width:580px;}
	
#gal_viewer{
	width:580px;}

#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;
}


#mod_projects_items #gal_wrapper
{
	display:none;	
}

#mod_projects_items table
{
	width:100%;	
}
#mod_projects_items th
{
	color:#FC0;	
	border-bottom: 1px solid #af0000;
}
#mod_projects_items td
{
	padding:2px;	
}
#mod_projects_items img
{
	border:0;	
}

#mod_projects_items .td_leesmeer
{
	text-align:right;	
}
#mod_projects_items th
{

	text-align:left;
	
}
#mod_projects_items td
{
	border-bottom: 1px solid #af0000;
	text-align:left;		
}



#mod_links_items ul, #mod_links_items li
{
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
}
#mod_links_items h3
{
	clear:both;	
}
#mod_links_items li
{
	width:600px;	
	vertical-align:middle;
	line-height:60px;
}
#mod_links_items img
{
	float:left; 
	margin:2px 10px;	
}




