/* Colors CSS */

h1 a span {background-position: 0 0;}

a:link, a:visited {
	color:#000;
}

a:hover, a.active, span.active {
	color:#fff;
	background:#000;
}

h1 a:link, h1 a:visited {color:#fff }
.header ul li h1 a:hover,.header ul li h2 a:hover {background: #000;}

.header .langswitch ul li strong {
	color: #fff;
	background: #000;
}

.header .stylewsitcher li.selected-style {
	display: block;
	background: #000;
}

p.date {
	color: #999;
}

.news h3 img, #search-submit, #search-submit-wide {
	background: #000;
}

.news h4 a {color: #000;}
.news h4 a:hover,.news h4 a.hover {border-left-color: #000;}
.news h4 a:hover span,.news h4 a.hover span {background:#000;}

a.popup:hover, .news p a.popup:hover {color:#000}

.newsselect select {
	color: #999;
}

fieldset.mainfield {
	background: #F3F2ED;
	color: #000;
	}
#subscribeform_ajax fieldset.mainfield {
	background: #e9e8e0;
	color: #000;
	}
	
label {
	color: #999;
	}

.custom_form input, .custom_form select {
	color: #000;
	}

.custom_form input {
	background: #fff;
	}

.custom_form input.submit {
	background: #000;
}	

.custom_form input.disabled {
	background:#ccc;
	}
