

/*Kasterlee - General Style Sheet - v.0.1*/

/*----------Universal Items----------*/

A:link	{color: #4D661C} 

A:visited {color: #CC3739}

A:active {color: #FF0000}

A:hover {color: #FF0000}

td, th, p, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px}

code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px
	}


/*----------Context Menu----------*/

.contextmenu, .contextmenu td, .contextmenu tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
	}

.contextmenu A:link	{
	text-decoration : none; 
	color: #DD0000
	}

.contextmenu A:visited {
	text-decoration : none;
	color: #CC3739
	}

.contextmenu A:active 	{
	text-decoration : none;
	color: #FF0000
	}

.contextmenu A:hover 	{
	text-decoration: underline;
	color: #FF0000
	}
	

/*----------Body classes----------*/

.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px}
	
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px}
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	color: #000000}

.submitbuttonZoek {
 background-image : url("../images/header_25.gif");
}


/** Customize application's controls below. You can modify Main page buttons, all other buttons and textareas.**/ 
.title_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 12px;font-weight : bold; color:#000000; text-decoration: none;}
/** Customize application's font facs, size, color. below**/
.font_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 11px;font-weight : normal; color:#000000; text-decoration: none;}
.top_nav_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 10px;font-weight : normal; color:#000000; text-decoration: none;}


/** (Configure second screen below)**/
.button_link_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 11px;font-weight : bold;}
/** (Configure all buttons below)**/
.button_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 11px;font-weight : bold; color:#000000 ; background-color :#e7e0fb;border : 1px solid White;cursor:hand;}
/** (Configure all textarea(input) below)**/
.textarea_config{ font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 11px; color:#000000 ; background-color : #e7e0fb;border : 1px solid White;cursor:text;}


