/* 
    Document   : color
    Created on : 4-dec-2009, 18:19:36
    Author     : laurent
    Description:
        Purpose of the stylesheet follows.
*/

html{ background-color: #503C51; color: #9C8511; font-size: 13px; }
	body{}
		a{ color: #9C8511; font-weight: bold; }
		h1, h2, h3, h4, h5, h6{ color: #9C8511; }

#main_menu{}
	#main_menu a{ border-color: #9C8511; color: #FFF; }

		#doc{}

			#doc div.language{}
			#doc div.logo{ background: transparent url('images/logo_bright.png') no-repeat center center; }
			#doc div.content{ background-color: #dcd7dd; border-color: #9C8511; color: #333;}

	#main_menu a.collecties{ background: #430633 url('images/link_collecties.jpg') no-repeat top left; }
	#main_menu a.martens{ background: #430633 url('images/link_martens.jpg') no-repeat top left; }
	#main_menu a.omwerken{ background: #430633 url('images/link_omwerken.jpg') no-repeat top left; }
	#main_menu a.contact{ background: #430633 url('images/link_contact.jpg') no-repeat top left; }