/* CSS Document */

.layout-content {
	color: #603F11;	
}

.layout-content h1, .layout-content h2, .layout-content a:link, .layout-content a:active {
	color: #E48600;	
}

.layout-content a:visited {
	color: #EF9F27;	
}

.layout-content a:hover {
	color: #555555;	
}

.bottom-newsitem {
	background-color: #E48600;	
}

.menu li {
	border-bottom-color: #E48600;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #E48600;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #E48600;
}

.menu-active a:link, .menu-active a:visited, .menu-active a:active, .menu-active a:hover {
	color: #FFFFFF;
	background-color: #E48600;
	background-image:url(../images/arrow-menu.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}
