

/*
************************************************************************************
'  CLIENT         : Relation Marketing Service Company
'  PROJECT        : Corporate website
'  VERSION        : 1.0.1
'  TEAM           : Thimo Smit, Frank Hopmans, Paul van Veenendaal, Quintijn Jansson
'  COMPONENT      : stylesheet.css
'  DESCRIPTION    : Bevat alle classes voor het vormgeven van de diverse pagina's 
************************************************************************************
*/

body {    
background: #FFFFFF;
}

/******* Content classes *******/
.normal_kop { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 13px; 
font-weight: bold; 
color: #878787;
}

.normal { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 13px; 
font-weight: normal; 
color: #878787;
}

.normal_kop { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 13px; 
color: #878787 
font-weight: bold;
}

.intro_kop { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 13px; 
font-weight: bold;
font-style: italic; 
color: #666666;
}

.introtext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
line-height: 13px; 
font-weight: normal;
font-style: italic;
color: #666666; 
}


/******* Formulieren classes *******/
.input {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #666666; 
border-style: solid; 
background-color: #EEEEEE;
}

/******** Tabellen classes *******/
.td_lightgreen { 
 background-color: #A6D6DB; 
}

.td_darkgreen { 
background-color: #008998; 
}

.td_lightgrey { 
background-color: #ECECEC; 
}

/******* Overige classes *******/
li {
color: #878787;
list-style-type: square;
}

.normal_kop { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 13px; 
color: #878787 
font-weight: bold;
}

/* Links classes */	

A.links:link     
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #008998; 
	text-decoration: none;
}

A.links:visited	   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #008998; 
	text-decoration: none;
}

A.links:hover	   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #007A87; 
	text-decoration: underline;
}


A.menu:link     
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #878787; 
	text-decoration: none;
}

A.menu:visited	   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #878787; 
	text-decoration: none;
}

A.menu:hover	   
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;	
	font-weight: bold; 
	line-height: 13px; 
	color: #666666; 
	text-decoration: underline;
}

