/* Catalogus */

.cat_container{
	position: relative;
	margin: 10px 10px 10px 100px;
}

.cab_title{
	margin: 10px 0px 0px 10px;
	padding: 1px;
	color: #269ab8;
	font-size: 20px;
	font-weight: bold;
}

.cat_header{
	position: absolute;		top: 0px;	left: 0px;
	width: 700px;
	height: 50px;
	background: #e0f1f6;
	
	border-left: 2px solid #cac8c7;
	border-bottom: 2px solid #cac8c7;
}

.cat_dropdown{
	float: left;
	clear: left;
	width: 100px;
	margin-top: 80px;
	font-size: 12px;
}


.cat_dropdown option{
	font-size: 12px;
	padding: 1px;
}

.cat_image{
	float: left;
	clear: left;
	margin-top: 10px;
}

.cat_textbox{
	float: left;
	clear: left;
	margin-top: 10px;
	width: 150px;
}

.cat_body{
	position: absolute;		top: 0px;	left: 150px;
	width: 610px;
}

.cat_table1{
	float: left;
}

.cat_table2{
	float: left;
	margin-left: 15px;
}

.cat_table_header{
	margin-top: 6px;
	color: #269ab8;
	font-weight: bold;
}

.cat_table_text{
	margin-top: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

.cat_border{
	border-right: 2px solid #000000;
}

.tbrow{
	position: relative;
	clear: left;
	height: 24px;
	width: 100%;
}

.tbrow div{
	height: 20px;
	float: left;
	padding: 2px 5px 2px 5px;
}

.tbrow a{
	position: absolute;		left: 0px;	top: 0px;
	height: 100%;
	width: 100%;
	display: block;
}

.tbrow a:hover{
	background: #d1d0dc;
	opacity:.25;
	filter:alpha(opacity=25);
	moz-opacity:.25;
}

.col1{
	width: 70px;
}
.col2{
	width: 60px;
}
.col3{
	width: 60px;
}

.bgbl{
	background: #f4fafd;
}




/* Catalogus einde background: #f4fafd;  */
