h1 {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #d0e2ff;
	background: #eef4fe;
	color: #3074cb;
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
.link-back {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}
.link-back a, .print a {
	background-image: url('../../../images/default/button-toon-alle-advertenties.gif');
	background-repeat: no-repeat;;
	display: block;
	width: 200px;
	height: 27px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 13px;
	text-indent: 38px;
}
.print a {
	background-image: url('../../../images/default/button-print.gif');
	width: 175px;
	text-indent: 48px;
}

.images {
	border: 1px solid #c9c9c9;
	width: 310px;
	padding: 10px;
	float: left;
	clear: none;
}
.images .main {
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0 10px;
	height: 225px;
	background: #eee;
	padding: 0;
}
.images .thumbs {
	width: 300px;
	float: left;
	margin: 0;
}
.images .thumbs .thumb {
	background:#FFFFFF none repeat scroll 0%;
	float:left;
	padding:0pt 0pt 10px 5px;
	width:70px;
}
.newline {
	clear: left;
}
.images .thumbs .thumb a img {
	border: 0;
}
.images .thumbs .small {
	 float: left;
	 clear: both;
	 width: 310px;
	 text-align: center;
	 font-size: 8pt;
	 margin-bottom: 10px;
}

.grid table {
	border-collapse: collapse;
	border: 1px solid #d0e2ff;
	width: 100%;
}
.grid td, .grid th {
	text-align: left;
	padding: 5px;
}
.grid .light {
	background: #fff;
}

.block-admin {
	border: 1px solid #f99;
	background: #fee;
	padding: 10px;
	margin-bottom: 10px;
}
.block-admin h2 {
	margin: 0;
	color: #c00;
}
.block-admin a {
	color: #c00;
}
.block {
	border: 1px solid #d0e2ff;
	background: #eef4fe;
	padding: 10px;
	margin-bottom: 10px;
}
.block h2 {
	margin: 0;
	color: #3074cb;
}

.column-left {
	float: left;
	clear: left;
	width: 538px;
	padding: 0 14px 0 0;
}
.column-right {
	float: left
	width: 332px;
}

.tabs {
	position: relative;
	float: left;
	width: 882px;
	margin: 0 0 15px 0;
	border-bottom: 5px solid #003B9B;
}
.tabs ul, .tabs li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 9pt;
}
.tabs li {
	margin-left: 5px;
	* margin-left: 3px;
	float: left;
	display: block;
	background: url(../../../images/default/tabs/tab_bg.gif) no-repeat top right;
}
.tabs li.active {
	background: #003b9b url(../../../images/default/tabs/tab_active_bg.gif) no-repeat top right;
}
.tabs li.active a {
	color: #fff;
	background: url(../../../images/default/tabs/tab_active_bg_left.gif) no-repeat top left;
}
.tabs a {
	text-decoration: none;
	color: #3770cd;
	display: block;
	padding: 5px;
	background: url(../../../images/default/tabs/tab_bg_left.gif) no-repeat top left;
}
.tabs .l_left {
	background: url('../../../images/default/corners/blue_u_left.gif') no-repeat top left;
	width: 2px;
	height: 5px;
	position: absolute;
	left: -1px;
	bottom: -5px;
}
.tabs .l_right {
	background: url('../../../images/default/corners/blue_u_right.gif') no-repeat top left;
	width: 2px;
	height: 5px;
	position: absolute;
	right: -1px;
	bottom: -5px;
}
