/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	/*background-image: url(../image/web/body_bg.gif);
	background-position: top;
	background-repeat: repeat-y;*/
}


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


/* TEMPLATE ELEMENTS */
#tpl_body {
	width: 100%;
	height: 100%;
	/*background-image: url(../image/web/body_bg.gif);*/
	background-position: top;
	background-repeat: repeat-y;
	position: relative;
}
.tpl_width {
	width: 970px;
	margin: 0px auto;
	position: relative;
}
#tpl_head {
	background-color: #FFF;
	background-image: url(../image/web/header/bouwstenen.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 255px;
	overflow: hidden;
	position: relative;
}
#tpl_logo {
	position: absolute;
	top: 35px;
	left: 25px;
}
#tpl_map {
	position: absolute;
	top: 15px;
	left: 540px;
}
.tpl_naw, .tpl_naw * {
	font-size: 10px;
	line-height: 13px;
	color: #ed1943;
}
.tpl_naw font, .tpl_naw a:hover {
	color: #002e63;
}
#tpl_naw1 {
	position: absolute;
	top: 35px;
	left: 630px;
}
#tpl_naw2 {
	position: absolute;
	top: 35px;
	left: 750px;
}
#tpl_naw3 {
	position: absolute;
	top: 35px;
	left: 860px;
}
#tpl_middle {
	/* height: 300px; IE6.css */
	min-height: 300px;
	background-color: #FFF;
	position: relative;
}
#tpl_menu2 {
	position: absolute;
	width: 195px;
	top: 25px;
	left: 0px;
}
#tpl_menu2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#tpl_menu2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#tpl_content {
	margin-left: 205px;
	margin-right: 25px;
	padding: 25px 0px 16px 0px;
}
#tpl_content_nosubmenu {
	margin-left: 10px;
	margin-right: 25px;
	padding: 25px 0px 16px 0px;
}
#tpl_content_bouwstenen {
	margin-left: 525px;
	margin-right: 25px;
	padding: 25px 0px 16px 0px;
}
.tpl_content_plugin {
	position: relative;
	padding-bottom: 20px;
	z-index: 1;
}
#tpl_content_front {
	margin-left: 0px;
	margin-right: 350px;
	padding: 0px 0px 0px 0px;
}
#tpl_content_right {
	position: absolute;
	width: 315px;
	right: 0px;
	top: 0px;
}
#tpl_bottom {
	position: relative;
	background-image: url(../image/web/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 150px;
}
#tpl_menu1 {
	padding: 15px 25px;
}
#tpl_menu1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#tpl_menu1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#tpl_menu1 .tpl_menu_div {
	padding: 0px 4px;
	color: #FFF;
}
#tpl_bouwstenen {
	position: absolute;
	top: 25px;
	left: 220px;
}
#tpl_bouwstenen_item {
	position: relative;
	width: 305px;
	height: 315px;
	overflow: hidden;
}
.tpl_bouwstenen_large {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 315px;
	display: none;
	overflow: hidden;
}
.tpl_bouwstenen_small {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 95px;
	height: 95px;
	display: none;
	overflow: hidden;
}
#tpl_bouwstenen_small_2 {
	top: 110px;
}
#tpl_bouwstenen_small_3 {
	top: 220px;
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #002e63;
	border: 1px solid #001f43;
	border-left-color: #7b99bc;
	border-top-color: #7b99bc;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #666666; 
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 300px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formarea {
	color: #666666;  
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 300px;
	height: 100px;
	margin-bottom: 3px;
}
.formline:focus, .formarea:focus {
	border-color: #666666;
}
.formbut:hover {
	background-color: #ed1943;
	border-color: #950925;
	border-left-color: #f37991;
	border-top-color: #f37991;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
	border: 0px solid #eeeeee;
}
.formtable td {
	border: 0px solid #eeeeee;
	padding-top: 2px;
}
.formlabel {

}
.formrequired {
	background-color: #ed1943;
	color: #ffffff;
	padding-left: 5px;
}
.formnotify {
	background-color: #ed1943;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 10px;
}
td.formextra .formbut {
	float: right;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 8px;
}
.menu1selected, .menu1selected:hover {
	color: #FFF;
	background-color: #ed1943;
	text-decoration: none;
}
.menu2, .menu2selected {
	display: block;
	border-bottom: 1px solid #ed1943;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 20px;
	padding-left: 25px;
}
.menu2selected, .menu2selected:hover {
	background-color: #ed1943;
	color: #FFF;
	text-decoration: none;
}
.menu3, .menu3selected {
	display: block;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}


@media Print {
	html, 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, ul, li, ol, sub, sup {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.noprint {
		display: none;
	}
}
