﻿/**
 * @project Overheid.nl
 * @author	Stichting ICTU, e-Overheid voor Burgers
 * @name	Hoog contrast
 * @version	v101
 */

@import "main.css";

/* Fontcolor #000 */
h1, h3, h2, legend, h3, button, input, .active > a, caption, th, .tabs a, a.date-select, .theme a:hover, .theme a:focus, .linklist span, .paging li, .a-z li, .paging .active, .a-z .active, .paging .active a, .a-z .active a, .active > a, strong.active, .active strong, .sorting dd, .tabs a:hover, .tabs a:focus, .tabs .active a, #left-column a:visited, #right-column a:visited, #main-column a:visited, #functie a:visited, #context a:visited, #content a:visited, .inactive, .column h2 a, .header p, .footer *, .breadcrumb li a, #left-column form a, .buttons a, .results *, .inlog, .inlog *, #functie fieldset > a, #functie form label
{
    color: #000 !important;
}

#content button, #content input[type="submit"], .main .active a
{
	background-color: #ccc !important;
}	#content .small button
	{
		background-color: transparent !important;
	}

body, .breadcrumb
{
	background-image: url(images/header-light.png) !important;
}
	
.breadcrumb
{
	background-color: #fff !important;
}

#functie form
{
	background-color: #ccc !important;
}

#functie form:first-child 
{
	background-image: url(images/header-light.png);
}

#functie fieldset > a
{
	background-image: url(images/links/link.png);
}

/* Excepties */
.buttons button:first-child, .buttons input:first-child, td fieldset input[type="submit"]:first-child
{
	color: #fff !important;
}

.buttons button:first-child, .buttons input:first-child, #content fieldset input[type="submit"]:first-child
{
	background-color: #000 !important;
	bordeR: 10px solid red;
}
p.info, div.info {
    color: #5F6E7D;
}
