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

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#ffffff url(images/body-bg.jpg) repeat-x fixed 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;
}

/* ----------------------------------------------------------------------- FORM */

table {
	border-collapse:collapse;
	width:600px;
}

td {
	border-bottom:1px solid #eee;
	padding:6px 4px;
}

td.f_name {
	vertical-align:top;
	font-weight:bold;
}

textarea {
	width:400px;
	height:100px;
}

tr.bedrijf {
	display:none;
}

/* ----------------------------------------------------------------------- LAYOUT */

#container {
	width:990px;
	margin:0 auto;
}

#header {
	width:990px;
	height:185px;
	float:left;
}

#head-menu_container {
	width:990px;
	height:42px;
	float:left;
	background:url(images/head-menu_bg.png) no-repeat;
}

#head-menu{
	float:left;
}

#head-menu_spacer {
	width:218px;
	height:42px;
	float:left;
}

#main-container {
	width:990px;
	float:left;
	background:url(images/main_bg.png) repeat-y;
}

#footer {
	width:990px;
	height:28px;
	float:left;
	overflow:hidden;
}
	
#left_container {
	width:214px;
	float:left;
}

.side-top {
	width:214px;
	height:14px;
	float:left;
	background:url(images/side-top.png) no-repeat top;
}

.side-bg {
	width:214px;
	float:left;
	background:url(images/side-bg.png) repeat-y;
}

.side-bottom{
	width:214px;
	height:14px;
	float:left;
	background:url(images/side-bottom.png) no-repeat top;
}

#content-container {
	width:776px;
	float:left;
}

#show-overlay {
	width:710px;
	height:183px;
	z-index:20;
	position:absolute;
}

#show {
	width:710px;
	height:183px;
	margin-left:8px;
	z-index:10;
	float:left;
	position:relative;
	overflow:hidden;
}

#content {
	width:690px;
	margin:20px 0 20px 20px;
	float:left;
	line-height:1.6em;
	font-size:11px;
	color:#4a4d55;
}

#login {
	width:158px;
	height:70px;
	margin-left:54px;
	float:left;
	background:url(images/login-bg.png) no-repeat top left;
}

#login input{
	font-size:11px;
	color:#FFF;
	background:transparent;
	margin:4px 0 8px 4px;
	border:none;
	cursor:pointer;
}

#login a{
	font-size:10px;
	float:right;
	margin-right:6px;}

#group-photo{

}

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

#gallery a {
	display:block;
	float:left;
	width:60px;
	height:60px;
	margin:3px;
}

.zapp {
	clear:both;
}

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

a{
text-decoration:underline;
color:#767b0c;
font-weight:bold;}

a:hover{
text-decoration:none;}



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

#footerlinks {
	text-align:right;
	margin-right:60px;
	margin-bottom:15px;
	font-size:9px;
	color:#3e799b;
}

#footerlinks a {
	font-weight:normal;
	text-decoration:none;
	color:#3e799b;
}

#footerlinks a:hover {
	text-decoration:underline;
}

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

#head-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#head-menu li {
	list-style:none;
	float:left;
	margin:14px 0 0 0;
	padding:0px;
	height:28px;
	line-height:32px;
}
	
#head-menu li:hover{}
	
#head-menu li.on{}
	
#head-menu li.on:hover{}

#head-menu li div.left {
	width:9px;
	height:28px;
	float:left;
	background:url(images/head-menu-left.png) no-repeat bottom;
}

#head-menu li div.mid {
	height:28px;
	float:left;
	background:url(images/head-menu-mid.gif) repeat-x bottom;
}

#head-menu li div.right {
	width:7px;
	height:28px;
	float:left;
	background:url(images/head-menu-right.png) no-repeat bottom;
}

#head-menu li:hover div.left {
	width:9px;
	height:28px;
	float:left;
	background:url(images/head-menu-on-left.png) no-repeat bottom;
}

#head-menu li:hover div.mid {
	height:28px;
	float:left;
	background:url(images/head-menu-on-mid.gif) repeat-x bottom;
}

#head-menu li:hover div.right {
	width:7px;
	height:28px;
	float:left;
	background:url(images/head-menu-on-right.png) no-repeat bottom;
}

#head-menu li.on div.left {
	width:9px;
	height:28px;
	float:left;
	background:url(images/head-menu-on-left.png) no-repeat bottom;
}

#head-menu li.on div.mid {
	height:28px;
	float:left;
	background:url(images/head-menu-on-mid.gif) repeat-x bottom;
}

#head-menu li.on div.right {
	width:7px;
	height:28px;
	float:left;
	background:url(images/head-menu-on-right.png) no-repeat bottom;
}
	
#head-menu li a {
	padding:0 4px;
	height:28px;
	display:block;
	font-weight:normal;
	color:#717520;
	text-decoration:none;
}
	
#head-menu li a:hover {
	color:#40413b;
}
	
#head-menu li.on a {
	color:#40413b;
}

/* ----------------------------------------------------------------------- SIDE-MENU */

#side-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#side-menu li {
	list-style:none;
	margin:0 0 0 60px;
	padding:0px;
	height:26px;
	line-height:24px;
	clear:both;
}
	
#side-menu li:hover{}
	
#side-menu li.on{}
	
#side-menu li.on:hover{}

#side-menu li div{ 
	float:left;}
	
#side-menu li div img{
	padding:9px 4px 0 0;
	float:left;}

#side-menu li a {
	height:26px;
	width:140px;
	display:block;
	font-weight:normal;
	font-size:10px;
	color:#818285;
	text-decoration:none;
}
	
#side-menu li a:hover {
	color:#40413b;
}
	
#side-menu li.on a {
	color:#40413b;
}



