/*
De hoofdkleur voor o.a. de koppen/mouse-overs bij IJsselgroep is oranje
(241,142,0)
*/
div.hormenu
{
	background:rgb(241,142,0);
	color:white;
	padding:0px;
	margin:0px;
}


div.hormenu_submenu
{
	position:absolute;
	background:rgb(241,142,0);
	border:1px solid white;
	color:white;
	z-index:5000;
	padding:3px;
	margin-top:3px;
	width:150px;
}

a:hover
{
	color:rgb(241,142,0);
}

a.sp_orange:hover
{
	color:white;
}

h1,h2,h3
{
	color:rgb(241,142,0) !imporant;
}


h2.orange
{
	color:white !important;
}

input,textarea
{
	margin:1px;
	border : 1px solid rgb(241,142,0);
}

button
{
	margin:3px;
	cursor:pointer;
	border : 1px solid rgb(241,142,0);
	background : rgb(241,142,0);
	color  : white !important;
}

button:hover
{
	color  : black !important;
}

div.menu_item
{
        display:block;
        width:165px;
	background:url(/ijsselgroep_sites/objects/eb9bf86b2cc493b84f228bf2d8737344/listItem_spacing.gif) -2px 1px no-repeat;
	padding-left:8px;
	white-space:wrap;
}

