/* TWP.CSS
   Copyright © 2005-2010 Taalwerkplaats, Amsterdam. Alle rights reserved.
*/

/* TWP-kleuren:
   - Logorood	  : #c5161d | 197.22.29
   - Logogrijs	  : #8a949d | 138.148.157
   - Lentegroen	  : #b3d101 | 179.209.1
   - Zomergeel	  : #f0b300 | 240.179.0
   - Herfstpaars  : #b985b3 | 185.133.179
   - Winterblauw  : #76abdf | 118.171.223 
   - Donkergrijs  : #434a50 | 67.74.80 
     - imprint    : #5b6066 | 91.96.102
   - Middengrijs  : #8a949d | 138.148.157 (logogrijs; tekstachtergrondkleur)
     - imprint 1  : #9da6ad | 157.166.173 (achtergrondtitelgrijs)
     - imprint 2  : #adb6bd | 173.182.189
   - Lichtgrijs   : #e7ebee | 231.235.238
     - imprint	  : #d1d6da | 209.214.218
   - Mouseovergeel: #f5dd00 | 245.221.0
NB 'Imprint' is de tint grijs die in deze kleur een watermerk vormt.
*/


body
{
	margin		: 0px;
}
body * 
{
	font-family	: trebuchet ms;
	font-size	: 14px;
	color		: #ffffff;		/* wit */
}


/* Class */

.titel
{
	color		: #ffffff;
	font-size	: 16px;
	font-weight	: bold;
	margin-bottom	: 4px;
}
.titel2
{
	color		: #ffffff;
	font-size	: 16px;
	font-weight	: bold;
	margin-top	: 12px;
	margin-bottom	: 4px;
}
.klein
{
	color		: #ffffff;
	font-size	: 12px;
}


/* Frame */

div#tekstvlak
{
	padding-left	: 30px;
	padding-right	: 40px;
}


/* Hyperink */

a:link, a:visited, a:active 
{
	color		: #f5dd00;		/* geel */
	text-decoration	: none;
}
a:hover
{
	color		: #f5dd00;
	text-decoration	: underline;
}


