body {
	background-color: #e7efc2;
	margin: 0;
	padding: 0;
	font: 13px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #8db226;
	border-top: 0px;
	width: 960px;
	background: url(images/faux_gray_white.gif) repeat-y;
}

#header #header_3 img {
	border: none;
	border-style: none;
	outline: none;
}
a img {
	border: none;
	border-style: none;
	outline: none;
}

/* @group structure */

#header {
	margin: 0;
	/*background: #dfda7f;*/
}
/* adres */
#header #header_1 {
	background-color: #f1ec30;
	padding: 4px 10px;
	color: #726f00;
	font-size: 12px;
	border-bottom: 1px solid #fffdb7;
	letter-spacing: 1px;
}
#header #header_1 a {
	text-decoration: none;
	color: green;
}
#header #header_1 a:hover {
	color: black;
}
#header #header_1 .bullit {
	font-size: 7px;
	vertical-align: 1px;
	color: #99961e;
}
#header #header_2 {
	background: #a4c936 url(images/logoback.jpg) repeat-x;
	height: 94px;
}
/* logo */
#header #header_2 #header_2_l {
	width: 280px;
	padding-top: 10px;
	padding-left: 20px;
	display: inline-block;
	float: left;
}
/* header text */
#header #header_2 #header_2_r {
	display: inline-block;
	margin-left: 10px;
	margin-top: 61px;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: #6d8624 1px 1px 3px;
	font-weight: bold;
}
/* Maakt de ikonen onzichtbaar */
#header #header_3 {
	height: 94px;
	/*display: none;*/
}


#links {
	float: left;
	width: 680px;
}
#links #content {
	margin: 20px;
}

#rechts { 
	margin: 0;
	float: left;
	width: 280px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#rechts #sidebar {
	margin: 20px 10px;
}
#navbar {
	height: 24px;
	line-height: 24px;
	color: white;
	background-color: #c00;
}
#nav-container {
	width: 960px;
}
#nav {
	/*padding-left: 10px;*/
}

#footer {
	clear: both;
	background: #83a622;
	padding: 5px 20px;
	border-top: 1px solid #787800;
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
}

#footer .bull {
	font-size: 8px;
	color: #c6e473;
}

#footer a {
	color: #edff00;
	text-decoration: none;
}
#footer a:hover {
	color: white;
}

.clearer, .clear {
	clear: both;
}

/* @group language switchers */

#header #header_2 #header_2_tr {
	display: block;
	text-align: right;
	background-color: transparent;
	z-index: 8;
	margin-top: -60px;
	margin-right: 10px;
	font-size: 12px;
	color: #c4e46b;
}
#header #header_2 #header_2_tr a {
	color: white;
	text-decoration: none;
}
#header #header_2 #header_2_tr a:hover {
	color: black;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Styling */

.imageStyle {
	background: transparent;
}

.image-right {
	float: right;
	padding: 4px 0px 2px 16px;
}

.image-left {
	float: left;
	padding: 4px 16px 2px 0px;
}

h1, h2, h3 {
	font-size: 18px;
	padding-top: 8px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:  #c00;
}

#breadcrumbcontainer {
	border-bottom: 1px solid #ffd9d9;
	font-size: 10px;
}
#breadcrumbcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#breadcrumbcontainer ul li {
	display: inline;
}
#breadcrumbcontainer a {
	color: #c00;
	text-decoration: none;
}
#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: black;
}
/* @end */

/* @group TOOLBAR */

/* @group SIDEBAR TOOLBAR */
#sidebar ul {
	font-size: 11px;
	line-height: 13px;
}
#sidebar ul li {
	list-style-type: square;
	margin-left: -20px;
}
#sidebar ul li ul li {
	list-style-type: disc;
}
#sidebar ul li ul li ul li {
	list-style-type: circle;
}
#sidebar a.currentAncestor {
	font-weight: bold;
}
#sidebar a#current {
	color: black;
	font-weight: bold;
}
/* @end */

/* @group sidebar widgets */

#rechts #sidebar .overzicht {
	background-color: #fcffe5;
	padding: 1px 10px 10px 10px;
	border: 1px solid #8db226;
	width: 200px;
	margin-left: 20px;
}
#rechts #sidebar .overzicht h3, #rechts #sidebar .overzicht h2, #rechts #sidebar .overzicht h4 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	background-color: #91b628;
	margin-top: -2px;
	padding: 4px 4px 6px;
	margin-right: -10px;
	margin-left: -10px;
}
#rechts #sidebar .overzicht ul {
	margin-left: 20px;
	font-size: 12px;
	line-height: 18px;
}
#rechts #sidebar .overzicht ul li {
	text-decoration: none;
	color: #578acb;
	list-style-type: disc;
}
#rechts #sidebar .overzicht ul li a {
	text-decoration: none;
	color: #506c00;
}
#rechts #sidebar .overzicht ul li a:hover {
	text-decoration: none;
	color: red;
}
#rechts #sidebar .overzicht ul ul {
	margin-left: 0px;
	font-size: 11px;
	line-height: 16px;
}
#rechts #sidebar .overzicht ul ul li {
	text-decoration: none;
	color: #578acb;
	list-style-type: square;
}
#rechts #sidebar .overzicht ul li.huidige a {
	color: black;
	font-weight: bold;
}
#rechts #sidebar .overzicht ul li.huidige ul li a {
	color: #008382;
	font-weight: normal;
	font-style: normal;
}
#rechts #sidebar .overzicht ul ul li.huidige_sub a {
	color: black;
	font-weight: bold;
}
/* @end */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* ========= colors for menus =========== */

#nav ul li a {  /* topmenu text color */
	color: white; 
}
#nav ul li a:hover {  /* topmenu text hover color */
	color: black; 
	background-color: white;
}
#nav ul li a#current {  /* topmenu CURRENT text color */
	color: #c00;  
	background-color: white;
}
#nav ul li a.currentAncestor {  /* topmenu CURRENT text color */
	color: #c00;  
	background-color: white;
}

#nav ul ul li a { /* submenu colors */
	color: black;
	background-color: #ccc;
}
#nav ul ul li a:hover { /* submenu colors */
	color: white;
	background-color: #999;
}
#nav ul ul li a#current {  /* submenu CURRENT text color */
	color: white;  
	background-color: #888;
}
#nav ul ul li a.currentAncestor {  /* submenu CURRENT text color */
	color: white;  
	background-color: #888;
}

/* ====================================== */



#nav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	display: block;
	/* THIS WIDTH = TOTAL WIDTH - LEFT/RIGHT PADDING */
  	padding: 0 10px;
	/* MENU ITEM HEIGHT = PADDING-TOP + PADDING-BOTTOM + FONT-SIZE(in Px) BELOW */
  	border-right: 1px solid #ded97e;
	/* FOR TOP MENUS ONLY */
	text-decoration: none;
}

#nav a:hover {
	/*color: white;
	background-color: #800;*/
}


/*color for topmenu text */
#nav ul li a { 
	/*color: #fff;*/ 
}

/* color of topmenu text when current */
#nav ul #current { 
	/*color: black;*/ 
	/*background-color: #fff;*/
}
#nav ul a#current:hover {
	/*color: white;*/
	/*background-color: red;*/
}


#nav ul .currentAncestor { 
	/*color: white;*/ 
}
#nav ul a:hover.currentAncestor {
	/*color: white;*/ 
}


/* MENUS LEVEL 2 CSS STYLES */

#nav ul ul {
	position: absolute;
	top: 100%;
	/*left: -1px;*/
	width: 170px;
	line-height: 12px;
	/* SET TO TOTAL LINK WIDTH; THIS IS TO BREAK <li> FLOATS INTO ONE COLUMN */
  	background-color: #ccc; /* color of back of dropdown */
	font-size: 12px;
	border-left: 1px solid #c00;
	/* ====== VISIBILITY ==== */
	display: none;
}
/* Visibility */

/* color of text in dropdowns */
#nav ul ul li a {
	/*color: #744;*/
}

* html #nav ul ul {
	position: absolute;
	top: 30px; /* only for IE5.5, IE6 */
	left: -1px;
}

#nav ul ul li {
	/* color of the menu dividers*/
	/*border-top: 1px solid black;*/
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}

/*#nav ul ul li:hover, #nav ul ul li.sfhover {
	background-color: black;  color of dropdown back when hovered over
}*/

#nav ul ul a {
	border: none;
	/* REMOVE BORDERS SET ABOVE */
  	width: 150px; /* "nav ul ul" WIDTH - PADDING */
	border: none;
	padding: 5px 10px;
	/*color: black;*//* color of text in dropdown */
}

#nav ul ul a #current {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	/*color: #000; 
	background-color: #b7b469;*/
}

#nav ul ul currentAncestor {
	text-decoration: none;
	font-weight: normal;
	/*color: white;*/ 
	font-size: 12px;
}

/* @group sub-sub menu's */

/* MENUS LEVEL 3 CSS STYLES */

#nav ul ul ul {
	display: none;
	border-left: 1px solid #800;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul {
	display: block;
	top: -1px;
	left: 160px;
/* SET HORIZ OFFSET */
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 4 CSS STYLES */

#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 5 CSS STYLES */

#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 6 CSS STYLES */

#nav ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 7 CSS STYLES */

#nav ul ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* @end */


/* @end */


/* @group CONTACT FORM */

form {
	margin-bottom: 18px;
}

.message-text {
	padding: 3px;
	text-align: left;
}

.form-input-field {
	width: 90%;
	border: 1px solid #333333;
	background-color: #EFEFEF;
	color: #000000;
	font-size:  12px;
	line-height: 17px;
}

.form-input-button {	
}

.required-text {
	font-weight: bold;
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */

.album-title {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.25em;
}

.album-description {
	padding-bottom: 30px;
	line-height: 1.4em;
	font-size: 12px;
}

.album-wrap {
	display: block;
	width: 98%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 21px;
}

* html .thumbnail-wrap {
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.thumbnail-frame:hover {
	color: red;
}

.thumbnail-frame a {
	border: none;
}

.thumbnail-frame a:hover {
	color: #c00;
}

.thumbnail-frame img {
	margin: auto;
    	padding: 0;
    border: 1px solid gray;
}

.thumbnail-caption {
	height: 40px;
	display: block;
	text-align: center;
	font-size: 11px;
	/*width: 99%;*/
	margin: 0;
	padding: 0;
	color: #555;
}

#flashcontent {
	margin-top: 22px;
	text-align: center;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

.photo-navigation {
	position: relative;
	margin: 0px;
		border-bottom: 1px solid #252525;
}

.photo-title {
	margin: 0px;
	padding: 26px 20px 0px 24px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-shadow: #040404 1px 1px 1px;
}

.photo-caption {
	margin: 0px;
	font-size: 14px;
	color: silver;
	padding-top: 10px;
	padding-bottom: 21px;
	padding-left: 24px;
}

.photo-links {
	margin: 0px;
	padding: 7px 20px 6px 24px;
	font-size: 12px;
	line-height: 12px;
	background: #446ED8 url(images/menubar.gif) repeat-x;
	color: silver;
}

.photo-links a {
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: white;
}

.photo-links a:link, .photo-links a:visited, .photo-links a:active {
	text-decoration: none;
}

.photo-links a:hover {
	text-decoration: none;
	color: red;
}

.photo-frame {
	margin: 24px;
	background: transparent;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* @end */

/* @end */

/* @group BLOG */

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.blog-entry-title a:link, .blog-entry-title a:visited {
	text-decoration: none;	
	font-size: 15px;
	font-weight: bold;
}

.blog-entry-title a:hover,
.blog-entry-title a:active {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

.blog-entry-date {
	color: #666666;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-entry img {
}

.blog-entry a:link, a:visited, a:active {
	text-decoration: none;
}

.blog-entry a:hover {
	text-decoration: none;
}

.blog-entry-body a {
	text-decoration: underline;
}

.blog-entry-comments {
	margin: 5px 0px 0px 0px;
}

.blog-entry-comments a {
}

.blog-read-more {
	display: block;
	padding-top: 6px;
	font-style: italic;
}

.blog-read-more a:link, .blog-read-more a:visited, .blog-read-more a:active {
	text-decoration: underline;
}

.blog-read-more a:hover {
	text-decoration: none;
}

.blog-entry-category {
	font-size: 12px;
	margin-bottom: 3px;
}

.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the comments which appear at the end of each blog page entry */

.blog-entry-comments {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 6px 0px 0px 0px;
}

.blog-entry-comments a {
}

.blog-entry-comments a:hover {
	text-decoration: none;
}

.blog-entry-comments-inline {
	font-size: 11px;
	line-height: 15px;
	text-align:  left;
	font-style: italic;
	margin-top: 8px;
	padding-bottom: 8px;
}

p.blog-entry-tags {
	font-size: 11px;
	line-height: 15px;
	text-align:  left;
	margin-top: 6px;
	padding-left: 22px;
	font-style: normal;
	background: transparent url(images/tag_gray.gif) center left no-repeat;
}

p.blog-entry-tags a:link,
p.blog-entry-tags a:active, 
p.blog-entry-tags a:visited {
	font-style: normal;
	text-decoration: underline;
}

p.blog-entry-tags a:hover {
	font-style: normal;
	text-decoration: none;
}

/* @end */


/* @group BLOG ARCHIVE */

.blog-archive-background {	
}

.blog-archive-headings-wrapper {	
}

.blog-archive-entries-wrapper {	
}

.blog-archive-entries-wrapper .blog-entry {	
}

.blog-archive-month {
	padding: 8px 15px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

.blog-archive-link {
	margin: 0px;
	padding: 4px 20px 20px 0px;
	font-size: 13px;
	line-height: 1.4em;

	text-align: left;
}

.blog-archive-link a:link, .blog-archive-link a:visited, .blog-archive-link a:active {
	text-decoration: underline;
	font-weight: normal;
}

.blog-archive-link a:hover {
	text-decoration: none;
	font-weight: normal;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 6px;
	line-height: 18px;
	font-weight: normal;
}

.blog-archive-link-enabled {
	font-size: 12px;
	font-weight: normal;
}

.blog-archive-link-disabled {
	font-size: 12px;
	font-weight: normal;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin: 10px 0 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.blog-category-link-enabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
}

.blog-category-link-enabled a:link, .blog-category-link-enabled a:visited, .blog-category-link-enabled a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.blog-category-link-enabled a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.blog-category-link-disabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin: 12px 0 10px 0;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) center left no-repeat ;
	padding-left: 18px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) center left no-repeat ;
	padding-left: 18px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

a.blog-trackback-link {
	padding-left: 16px;
}

/* @end */

/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */

/* @group FILE SHARING */

.filesharing-description {
	line-height: 1.4em;
	margin-bottom: 25px;
}

.filesharing-item {
	margin-bottom: 25px;
}

.filesharing-item a {
}

.filesharing-item-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

.filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	text-decoration: underline;

	padding: 0px;

}

.filesharing-item-title a:hover {
	text-decoration: none;
	padding: 0px;
}

.filesharing-item-description {
	line-height: 1.4em;
}

/* @end */

/* @group QUICKTIME ALBUM */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 25px;
	padding-top: 4px;
	line-height: 1.4em;
	text-align: left;
}

.movie-thumbnail-frame {
	position: relative;
	margin: 0 25px 25px 0;
	float: left;
	display: inline;
	text-align: left;
}

* html .movie-thumbnail-frame {
	margin: 0 15px 25px 0;
}

.movie-thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: none;
}

.movie-thumbnail-caption {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 5px 0;
	padding: 0;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin: 27px 14px 7px 14px;
}

.movie-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: none;
	margin: 5px 0 0 0;

	padding: 3px 8px 3px 8px;
}

/* @end */

/* @end */

/* @group tabel */

#tabel {
	font: 11px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
}
#tabel thead tr th{
	padding: 4px 0;
	background-color: #7d9b27;
	color: white;
	font-size: 13px;
	border-bottom: 1px solid gray;
}
#tabel tfoot tr td{
	padding: 3px 3px;
	background-color: #b3c874;	
	border-top: 1px solid gray;
	color: #fff;
}
#tabel .tit {
	background-color: #fff4b7;
	border-right: 1px solid #a1a7c2;
	border-bottom: 1px solid #a1a7c2;
	padding: 3px;
	padding-right: 6px;
	text-align: right;
	color: black;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#tabel .tit_last {
	background-color: #ffe243;
	border-right: 1px solid #a1a7c2;
	padding: 3px;
	padding-right: 6px;
	text-align: right;
	color: black;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#tabel .eerst {
    border-left: 0px solid #d1d7e2;
	text-align: center;
}
#tabel tr th {
	background-color: #e0f2ac;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px;
	text-align: center;
	font-size: 12px;
}
#tabel tr td {
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#tabel .last_row {
         border-bottom: 0px solid #ddd;
}

/* @end */

