/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:url(images/html-bg.png) repeat-y center;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
	background:url(images/body-bg.png) no-repeat top center;
	line-height:1.6em;
	color:#000;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:16px;
}
	
h3 {
	font-size:14px;
}

#sub-menu-top h3 {
	font-size:11px;
	color:#FFF;
	padding:29px 0 0 30px;
}

.right-container-top h3 {
	font-size:11px;
	color:#FFF;
	padding:2px 0 0 6px;
}
	
h4 {
	font-size:12px;
}
	
h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5
{
	padding:2px;
	margin:2px;
}
a
{
	color:#007ac2;	
}

/* ----------------------------------------------------------------------- LAYOUT */




#container{
	width:998px;
	margin:0 auto;
	}
	
#header{
	width:998px;
	height:59px;
	float:left;
	}
	
#show-container{
	width:998px;
	height:279px;
	float:left;
	background:url(images/show-bg.png) no-repeat;
	}
	
#show{
	width:990px;
	height:278px;
	margin:1px 0 0 4px;
	}

#show-overlay{
	width:998px;
	height:279px;
	position:absolute;
	
	}

#menu{
	width:998px;
	height:44px;
	float:left;
	background:url(images/menu-bg.png) no-repeat;
	}
	
#marquee-container{
	width:998px;
	height:32px;
	float:left;
	background:url(images/marquee-bg.png) no-repeat;
	}

#marquee-box{
	width:990px;
	height:32px;
	float:left;
	color:#999;
	margin-left:4px;
	padding-top:8px;
	}
	
#main-container{
	width:998px;
	float:left;
	background:url(images/main-bg.png) repeat-y;
	}
	
#footer{
	width:998px;
	height:26px;
	float:left;
	}

#sub-menu-container{
	width:166px;
	float:left;
	}
	
#sub-menu{
	width:166px;
	float:left;
	background:url(images/sub-menu-bg.png) repeat-y;
	}

#sub-menu-top{
	width:166px;
	height:47px;
	background:url(images/sub-menu-top.png) no-repeat;
	}

#content-container{
	width:614px;
	float:left
	}

#content{
	width:614px;
	min-height:200px;
 	height:auto !important;
  	height:200px;
	float:left;
	background:url(images/content-bg.png) repeat-y;
	}
#content-inhoud{
	width:590px;
	margin:10px 0 0 10px;
	float:left;
	}

.right-container{
	width:186px;
	float:left;
	margin:0px 0 10px 10px;
	}
.right-container-top{
	width:186px;
	height:24px;
	float:left;
	background:url(images/sponsor-header-bg.png) no-repeat;}

.right-container-bg{
	width:186px;
	float:left;
	background:url(images/sponsor-content-bg.png) repeat-y;
	padding:8px;
	}





















/* -----------------------------------------------------------------------Login */



#f_email{
	width:165px;}
	
#f_password{
	width:165px;}

#f_submit{
	margin-top:3px;}






/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul
{
	margin:0 0 0 6px;
	padding:0;
	list-style-type:none;
}

#menu li
{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#menu li{
	background:url(images/button.png) no-repeat right;
	}
	
#menu li:hover{
	background:url(images/button-hover.png) repeat-x;
}
	
#menu li.on{
	background:url(images/button-hover.png) repeat-x;
}
	
#menu li.on:hover{
}

#menu li div{
}
	
#menu li a{
	height:44px;
	line-height:44px;
	display:inline-block;
	font-size:12px;
	padding:0 15px 0 15px;;
	text-decoration:none;
	font-weight:bold;
	color:#001c8b;
}
	
#menu li a:hover{
	height:44px;
	display:inline-block;
	line-height:44px;
	color:#FFF;
}
	
#menu li.on a{
	height:44px;
	display:inline-block;
	line-height:44px;
	color:#FFF;
}

/* ----------------------------------------------------------------------- SUB-MENU */

#sub-menu ul
{
	margin:0 0 0 24px;
	padding:0;
	list-style-type:none;
}
#sub-menu ul li ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#sub-menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#sub-menu li{
	background:url(images/sub-button.png) no-repeat;
	width:142px;
	}
	
#sub-menu li:hover{
	background:url(images/sub-button-hover.png) no-repeat;
	width:142px;
	color:#fff;
}
#sub-menu li:hover a{
	color:#fff;
}
	
#sub-menu li.on{
	background:url(images/sub-button-hover.png) top repeat-x;
}
	
	
#sub-menu li a{
	height:24px;
	line-height:24px;
	display:block;
	font-size:10px;
	padding:0 0 0 15px;;
	text-decoration:none;
	font-weight:bold;
	color:#001c8b;
}


#sub-menu li a:hover, #sub-menu li.on a{
	color:#FFF;
}
	


#sub-menu li li{
	padding:0 0 0 10px;
	margin:0;
	
}
#sub-menu li li:hover, #sub-menu li.on li:hover, #sub-menu li li.on, #sub-menu li.on li
{
	background:none;
}
#sub-menu li li a, #sub-menu li.on li a, #sub-menu li li.on a
{
	color:#000;	
	
}
#sub-menu li li a:hover
{
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- 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_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 #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	padding:3px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.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;
}


