/* CSS Document */
/* Colored alternative style */

a {
	color: #542c24;
}
h1 {
	color: #542c24;
}
h2 {
	border-bottom-color: #542c24;
}

/* === menu === */
ul#mainMenu a#selectedMenuLink{
	background: #542c24 url(../_images/grad-brown-horiz.png) top left repeat-y;
}
ul#mainMenu li ul li a{
	color: #542c24;
}
ul#mainMenu ul li {
	background: url(../_images/bullet-brown.png) 0px 9px no-repeat;
}

.dateSmall{
	color: #542c24;
}
/* === news === */
.newsBox h3 a{
	background: #542c24 url(../_images/grad-brown-horiz.png) top left repeat-y;
}

/* === forms === */
.editboxCommon, .textAreaCommon{
	border-color: #542c24;
}
.button, button {
	background: #542c24 url(../_images/grad-brown-horiz.png) top left repeat-y;
	border-color: #3b1a13;
}
/* === language === */
#language a#selectedLanguage{
	background: #91c848 url(../_images/grad-green-vert.png) bottom left repeat-x;
}
