/*Link styles*/
a, a:link, a:active, a:visited
{
   color : #0066FF;
   text-decoration: none;
   cursor:pointer;
} 

a:hover
{
   color : #0066FF;
   text-decoration: underline;
}

.blacklink a:link, .blacklink a:active , .blacklink a:visited , .blacklink a:hover
{
	color:	#333333;
	text-decoration: none;
}

/*Headings - voor koppjes en tussenkopjes - H1 is de grootste*/
h1
{
	font-weight : bold; 
	font-size : 15px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333; 
	line-height: 30px;
	
	background:#CCCCCC;
	padding-left: 5px;
	vertical-align:middle;
	margin: 0;
}

h2	
{
	font-weight : bold; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333; 
	line-height: 18px;
		
	background:#CCCCCC;
	padding-left: 5px;
	vertical-align:middle;
	margin: 0;
}

h3
{
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 18px;
	
	background-color: #EFEFEF;
	padding-left: 5px;
	vertical-align:middle;
	margin: 0;	
}

/*Paragraaf stijl - Voor gewone teksten op de site. */
p
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333; 
	line-height:normal;
	
	padding-right:5px;
	padding-left: 5px;
}

p.center
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333; 
	line-height:normal;
	
	text-align:center;
}

/*Formulierstijlen*/
label
{
	float: left;
	
	width: 100px;

	margin-right: 10px;
	display: block;
	
	font-weight : bold; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333; 
	line-height: 18px;
}

label.right
{
	float: none;
	
	width: auto;

	margin-right: 0px;
	margin-left: 5px;
	display:inline-block;
	
	font-weight: normal;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color : #333333; 
	line-height: 18px;
}


label.radiobutton
{
	float:none;
	
	width:125px;

	margin-left: 10px;
	display:inline-block;
	
	font-weight : bold; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333; 
	line-height: 18px;
}

textarea
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333; 
}

input
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333; 
}

select
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333; 
}

/*Tabel stijlen*/
table.forumtabel
{
	border-collapse: collapse;
	
	width:515px;
}

table.forumtabel th
{
	font-weight : bold; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333;
	
	text-align:left;
	
	background:#CCCCCC;
	
	padding-left:5px;
}

table.forumtabel tr
{
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	
	line-height:20px;
}

table.forumtabel td
{
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	
	padding-left:5px;
	padding-right:5px;
}

/*Images*/
.titletriangle
{
	border:0px;
	vertical-align:middle;
}


/*OUDE STIJLEN**/


.buttonclass
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #cccccc;	
}

.suggest_link
{
	color:#000000;
	padding: 2px 6px 2px 6px;
	cursor:default;
}
.suggest_link_over
{
	background-color: #3366CC;
	color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	cursor:default;
}
#search_suggest 
{
	position:absolute;
	
	background-color:#666666; 
	text-align: left; 
	cursor:default;
	visibility:hidden;	
	cursor:default;
	
	z-index:99;
}	

.dropdownclass
{
	width:190px;
	font-weight : bold; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #333333;  
}

/*plaatjes*/
.picboxopen
{
	margin: 1px;
	padding:1px;
	
	height:14px;
	width:14px;
	
	cursor:pointer;
	
	background-color:#707070;
	
	font-size:10px;
	color:#eeeeee;
	
	overflow:hidden;
	
	text-align:center;
	
	display:inline-block;
	position:relative;
}

.picbox
{
	margin: 1px;
	padding:1px;
	
	height:14px;
	width:14px;
	
	cursor:pointer;
	
	background-color:#eeeeee;
	
	font-size:10px;
	color:#707070;
	
	overflow:hidden;
	
	text-align:center;
	
	display:inline-block;
	position:relative;
}

.picture_fullsize_thumbnail
{
	width:50px;
	height:50px;
	
	padding: 5px;
	
	overflow:hidden;
	
	border:#000000 1px solid;
	
	background: #ffffff;
	
	opacity:0.4;filter:alpha(opacity=40);
	
	vertical-align:middle;
	
	margin-right:10px;
	margin-bottom:10px;
	
	display:inline-block;
}

.picture_fullsize_thumbnail:hover
{	
	opacity:1;filter:alpha(opacity=100);
}


.a4c1b1 {
   font-size : 11pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: bold;
   text-decoration: none;
}
.a6c1b1 {
   font-size : 13pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: bold;
   text-decoration: none;
}
.a8c1b1 {
   font-size : 20pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: bold;
   text-decoration: none;
}
.a20c1b1 {
   font-size : 30pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: bold;
   text-decoration: none;
}
.a1c1b1 {
   font-weight : bold; 
   font-size : 9pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333;  
}
.a4c1 {
   font-weight : bold; 
   font-size : 9pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333;  
}
.a1 {
   font-size : 9pt; 
   font-family : Arial, Helvetica, sans-serif;
   color : #333333; 
   font-weight: normal;
} 
.a0 {
   font-size : 8pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: normal;
}
.a00 {
   font-size : 6pt; 
   font-family : Arial, Helvetica, sans-serif; 
   color : #333333; 
   font-weight: normal;
}

