/* Style sheet Nieuwvliet*/
body{
	font-family		    : arial, helvetica, sans-serif;
	font-size		    : 10pt; 
	color			    : #584D43;
	background-color	    : #ECE5D2; 
	background-attachment	    : fixed; 
  	background-image	    : url('../images/back_main.jpg'); 
  	background-repeat	    : no-repeat;
	scrollbar-face-color:       #ECE5D2;
	scrollbar-shadow-color:     #C8C6D0;
	scrollbar-highlight-color:  #A1A7AD;
	scrollbar-3dlight-color:    #C8C6D0;
	scrollbar-darkshadow-color: #A1A7AD;
	scrollbar-track-color:      #C8C6D0;
	scrollbar-arrow-color:      #72A3D7;
}

h1 {
	font-size 			: 12px;
	margin-bottom 	: 3px;
	margin-top 			: 15px;
}

h2 {
	font-size 			: 9pt;
	margin-bottom 	: 1px;
	margin-top 			: 1px;
}

ul {
	list-style-type : square;
	color 					: #860707;
}


table {
	border-collapse : collapse;
}

td{
	font-family	: arial, helvetica, sans-serif;
	font-size	: 10pt;
	color		: #584D43;
}
a{
	font-family	: arial, helvetica, sans-serif;
	font-size       : 10pt;
	color           : #584D43;
}
a:hover{
  	color           : #2E8DBD;
}
img{
  border-color		: #1B1464;
}

/* ----------- ( welkom ) ----------------- */

#welkomtable {
	border						:1px solid #BEA897;
	border-collapse		:collapse;
	
	
}

#welkomtable a {
	font-size : 9px;
}
	
#welkomtable td {
	font-size 			: 9px;
	padding-top			:3px;
	padding-bottom	:3px;
	padding-left		:5px;
	padding-right		:5px;
	border-top 			: 1px solid #BEA897;
	white-space 		: nowrap;
}

#welkomtable th {
	background-color	:#BEA897;
	padding						:1px;
	color 						: #E8DDD4;
	font-size 				: 12px;
	text-align 				: left;
	padding-left 			: 5px;
}

#welkomtable .empty {
	border 						: none;
	padding 					: 0px;
}


/* --------------( NEWS ) --------------- */
.newstable {
	width 					: 100%;
}

.newstable td {
	vertical-align 	: top;
	padding 				: 5px;
}

.newstable td img {
	/*border : 1px solid #860707;*/
	border : none;
	float : right;
}

.newstable td.publish {
	white-space : nowrap;
	width : 70px;
}

#newsflash {
	float : right;
  margin-top : 5px;
  margin-bottom : 10px;
  padding: 15px;
  color: #000;
  /*background-color : #FCFBF7;*/
  border : 1px solid #1B1464;
}



#newsflash ul {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 10px;
	list-style-type : none;
}

#newsflash li {
	padding : 3px;
}

.imgright {
	border 					: 1px solid #860707;
	float	 					: right;
	margin-left			: 10px;
}

.imgrightnoborder {
	border 					: none;
	float	 					: right;
	margin-left			: 10px;
}

.imgleft {
	border 					: 1px solid #860707;
	float	 					: left;
	margin-right		: 10px;
}

.imgleftnoborder {
	border 					: none;
	float	 					: left;
	margin-right		: 10px;
}

.imgnoborder {
	border 					: none;
	float	 					: middle;
}

.imgborder {
	border 					: 1px solid #860707;
	float	 					: middle;
}

.thumb {
	border 					: 1px solid #860707;
}