/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
}
body, html, input, textarea, select, form, p, span, div, td, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub {
	color: #ffffff;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* TEMPLATE ELEMENTS */
#tpl_body {
	position: relative;
	padding-bottom: 20px;
	min-width: 1000px;
}
.tpl_wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
}
#tpl_links {
	height: 30px;
	margin-right: 50px;
	background-color: #e24026;
}
#tpl_links ul, #tpl_links li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	float: left;
}
#tpl_links ul {
	margin-left: 40px;
}
#tpl_logo {
	text-align: right;
}
#tpl_naw {
	position: absolute;
	top: 80px;
	left: 50px;
	z-index: 100;
}
#tpl_naw ul, #tpl_naw li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#tpl_naw ul {
	width: 220px;
}
#tpl_menu {
	width: 230px;
	margin: 20px 50px 40px 50px;
	float: left;
	background-image: url(../image/web/menu/bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#tpl_menu ul, #tpl_menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#tpl_menu li.menu1li {
	padding-top: 20px;
}
#tpl_content {
	width: 300px;
	padding: 40px 0px;
	min-height:400px;
	float: left;
}
#tpl_content_wide {
	width: 520px;
	padding: 40px 0px;
	min-height: 400px;
	float: left;
}
#tpl_header {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 230px;
	overflow: hidden;
	height: 100%;
	background-image: url(../image/web/header/standaard.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#tpl_header_thumbs {
	width: 250px;
}
#tpl_header_thumbs img {
	float: left;
	width: 55px;
	height: 55px;
	margin: 5px 5px 0px 0px;
}
#tpl_netgemak {
	background-color: #f3f3f3;
	padding: 15px 50px;
	text-align: right;
}

#tpl_footer {
	background-color: #f3f3f3;
	text-align: center;
}
	#tpl_menuextra1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#tpl_footer #tpl_menuextra1 a {
		color: #781E12;
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
	}
.tpl_submenu {
	
}
	.tpl_submenu ul,
	.tpl_submenu li {
		display: block;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.tpl_submenu .menu2, .tpl_submenu .menu2selected, .tpl_submenu .menu2:hover, .tpl_submenu .menu2selected:hover {
		display: block;
		text-decoration: none;
		padding-left: 68px;
		padding-left: 29px;
		color: #f4b6ac;
		line-height: 20px;
		background-image: url(../image/web/menu/2_bg.gif);
		background-position: -37px top;
		background-repeat: no-repeat;
	}
	.tpl_submenu .menu2:hover, .tpl_submenu .menu2selected, .tpl_submenu .menu2selected:hover {
		color: #e24026;
		background-position: -37px bottom;
	}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #e24026;
	border: 1px solid #e24026;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #781e12;
	border: 1px solid #FFFFFF;
	height: 14px;
	background-color: #FFFFFF;
	width: 194px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin: 0px;
}
.formarea { 
	color: #781e12;
	border: 1px solid #FFFFFF;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 194px;
	height: 100px;
	margin: 0px;
}
.formline:focus, .formarea:focus,.formline.focus, .formarea.focus {
	border-color: #000;
}
.formbut:hover,.formbut.hover {
	background-color: #000;
	border-color: #000;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #781e12;
}
td.formlabel {
	background-color: #e24026;
	border-right: 2px solid #781e12;
	padding: 0px 5px;
	width: 100px;
}
td.formrequired {
	background-color: #b33220;
}
.formnotify {
	border: 1px dottet #000;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 10px;
}
td.formextra .formbut {
	float: right;	
}


/* MENU STYLES */
.menu0, .menu0selected, .menu0:hover, .menu0selected:hover {
	display: block;
	line-height: 30px;
	height: 30px;
	float: left;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
}
.menu0:hover {
	background-color: #781e12;
}
.menu0selected, .menu0selected:hover {
	background-color: #fff;
	color: #e24026;
}
.menu1, .menu1selected, .menu1:hover, .menu1selected:hover {
	display: block;
	text-decoration: none;
	padding-left: 68px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	background-image: url(../image/web/menu/1_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.menu1:hover, .menu1selected, .menu1selected:hover {
	color: #e24026;
	background-position: bottom left;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	text-decoration: none;
	padding-left: 68px;
	color: #f4b6ac;
	line-height: 20px;
	background-image: url(../image/web/menu/2_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.menu2:hover, .menu2selected, .menu2selected:hover {
	color: #e24026;
	background-position: bottom left;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photoframe {
	position: relative;
	margin-right: -10px;
	padding-top: 30px;
}
	.selectedphoto {
		text-align: left;
	}
	.photoname {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 200;
	}
	.photonav {
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 100;
		text-align: right;
		white-space: nowrap;
	}
	.photothumb {
		border-width: 0px;
		border-collapse: 0px;
		width: auto;
		height: auto;
		margin-right: 10px;
		margin-bottom: 10px;
	}
		.photothumb td {
			vertical-align: middle;
			border-width: 0px;
			border-collapse: 0px;
			background-position: center;
			background-repeat: no-repeat;
		}
		.photothumb a,
		.photothumb a:hover {
			width: 70px;
			height: 70px;
			display: block;
			line-height: 70px;
			text-decoration: none;
		}
	.photonext {
		font-size: 18px;
		margin-left: 10px;
	}
	.photoprev {
		font-size: 18px;
		margin-right: 10px;
	}
.webitem {
	max-width: 100%;
	min-height: 20px;
	clear: both;
}


@media Print {
	html, body, #tpl_body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, h4, h5, ul, li, ol, sub, sup {
		/*color: #000000;*/
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		/*color: #000000;*/
	}
	.noprint {
		display: none;
	}
}
