/* 
 * Text classes
 */

.description {
	font-size: 10px;
}

div.block a.:active {color: #8E8E8E; text-decoration: underline; font-weight: normal;}
div.block a:visited {color: #8E8E8E; text-decoration: underline; font-weight: normal;}
div.block a:link    {color: #8E8E8E; text-decoration: underline; font-weight: normal;}
div.block a:hover   {color: #FFF; text-decoration: underline; font-weight: normal;}

a:active,
.wysiwyg_header_zwart a:active,
.wysiwyg_text_zwart a:active,
.wysiwyg_klein_zwart a:active {
  color: #000; text-decoration: underline
}

a:visited,
.wysiwyg_header_zwart a:visited,
.wysiwyg_text_zwart a:visited,
.wysiwyg_klein_zwart a:visited {
  color: #000; text-decoration: underline
}

a:link,
.wysiwyg_header_zwart a:link,
.wysiwyg_klein_zwart a:link {
  color: #000; text-decoration: underline
}

.wysiwyg_text_zwart a:link,
.wysiwyg_text_wit a:link {
color: #00C;
}

a:hover,
.wysiwyg_header_zwart a:hover,
.wysiwyg_text_zwart a:hover,
.wysiwyg_klein_zwart a:hover {
  color: #FFF; text-decoration: underline
}

a.head {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color: #000;
}

.wysiwyg_header_wit a:active,
.wysiwyg_text_wit a:active,
.wysiwyg_klein_wit a:active {
  color: #FFF; text-decoration: underline
}

.wysiwyg_header_wit a:visited,
.wysiwyg_text_wit a:visited,
.wysiwyg_klein_wit a:visited {
  color: #FFF; text-decoration: underline
}

.wysiwyg_header_wit a:link,
.wysiwyg_klein_wit a:link {
  color: #FFF; text-decoration: underline
}

.wysiwyg_header_wit a:hover,
.wysiwyg_text_wit a:hover,
.wysiwyg_klein_wit a:hover {
  color: #000; text-decoration: underline
}

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, li, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}


div.menu div.header,
div.module div.header { color: #777;}
div#header{ color:#33ff82;}
