/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#efefef url(images/bg.png) repeat-x top;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:0px;
}




/* ----------------------------------------------------------------------- LAYOUT */

#container {
	width: 996px;
	margin: 0 auto;
}

#header{
	width:996px;
	height:135px;
	float:left;}
	
	#logo{
		width:320px;
		height:135px;
		float:left;
		background:url(images/logo-offringa-creilbv.png) no-repeat;}
		
	#creilbv{
		width:168px;
		height:135px;
		float:left;
		background:url(images/creilbv.png);
		cursor:pointer;}
	
	#creilbv:hover{
		width:168px;
		height:135px;
		float:left;
		background:url(images/creilbv-hover.png);
		cursor:pointer;}
	
	#heftrucks{
		width:168px;
		height:135px;
		float:left;
		background:url(images/heftrucks.png);
		cursor:pointer;}
	
	#heftrucks:hover{
		width:168px;
		height:135px;
		float:left;
		background:url(images/heftrucks-hover.png);
		cursor:pointer;}
		
	#tractoren{
		width:168px;
		height:135px;
		float:left;
		background:url(images/tractoren.png);
		cursor:pointer;}
	
	#tractoren:hover{
		width:168px;
		height:135px;
		float:left;
		background:url(images/tractoren-hover.png);
		cursor:pointer;}
	
	#speciaalbouw{
		width:172px;
		height:135px;
		float:left;
		background:url(images/speciaalbouw.png);
		cursor:pointer;}
	
	#speciaalbouw:hover{
		width:172px;
		height:135px;
		float:left;
		background:url(images/speciaalbouw-hover.png);
		cursor:pointer;}

#menu{
	width:996px;
	height:40px;
	float:left;
	background:url(images/menu_bg.png) no-repeat;
	padding-left:10px;}

#main-top{
	width:996px;
	height:21px;
	float:left;
	background:url(images/main_top.png) no-repeat;}
	
#main{
	width:996px;
	float:left;
	background:url(images/main_bg.png) repeat-y;}
	
#main-bottom{
	width:996px;
	height:35px;
	float:left;
	background:url(images/main_bottom.png) no-repeat;}

#menu-vertical{
	width:263px;
	float:left;}
	
#menu-vertical img{
	margin:0;
	padding:0;
	float:left;}

#content{
	width:715px;
	float:left;
	line-height:1.6em;}
	
#show{
	width:715px;
	height:231px;
	margin-bottom:10px;
	float:left;}
	
#show-overlay{
	width:715px;
	height:231px;
	position:absolute;}





/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;	
}




/* ----------------------------------------------------------------------- HEAD-MENU */
#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float:left;
	background:url(images/menu_border.png) no-repeat right;
	padding-right:2px;}

#menu li div{}
	
#menu li a{
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
	
#menu li a:hover{
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	background:url(images/menu-hover.png) repeat-x;
}
	
#menu li.on a{
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	background:url(images/menu-hover.png) repeat-x;
}




/* ----------------------------------------------------------------------- VERTICAL-MENU */
#menu-vertical ul, #menu-vertical li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-vertical li{
	width:263px;
	background:url(images/menu-vertical-button.png) no-repeat bottom;}

#menu-vertical li div{
	margin-left:40px;}
	
#menu-vertical li a{
	width:200px;
	height:27px;
	line-height:27px;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
	
#menu-vertical li a:hover{
	width:200px;
	height:27px;
	line-height:27px;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#000;
}
	
#menu-vertical li.on a{
	width:200px;
	height:27px;
	line-height:27px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}




/* ----------------------------------------------------------------------- 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;
}


