/*
De hoofdkleur voor o.a. de koppen/mouse-overs bij Iselinge Hogeschool is blauw (pms 2925, cmyk 79/26/0/0, rgb 75/149/215).
rgb(75,149,215);
*/
div.hormenu
{
	background:rgb(75,149,215);
	color:white;
	padding:0px;
	margin:0px;
}


div.hormenu_submenu
{
	position:absolute;
	background:rgb(75,149,215);
	border:1px solid white;
	color:white;
	z-index:5000;
	padding:3px;
	margin-top:3px;
	width:150px;
}

a:hover
{
	color:rgb(75,149,215);
}

a.sp_blue:hover
{
	color:white;
}

h1,h2,h3
{
	color:rgb(75,149,215) !important;
}


h2.blue
{
	color:white !important;
}

input,textarea
{
	margin:1px;
	border : 1px solid rgb(75,149,215);
}

button
{
	margin:3px;
	cursor:pointer;
	border : 1px solid rgb(75,149,215);
	background : rgb(75,149,215);
	color  : white !important;
}

button:hover
{
	color  : black !important;
}

div.menu_item
{
        display:block;
        width:165px;
	background:url(/ijsselgroep_sites/objects/eb9bf86b2cc493b84f228bf2d8737344/listItem_spacing_iselinge.gif) -2px 1px no-repeat;
	padding-left:8px;
	white-space:wrap;
}

ul.orangedot
{
	list-style-type: circle;
	list-style-image: url( '/ijsselgroep_sites/objects/eb9bf86b2cc493b84f228bf2d8737344/listItem_spacing_iselinge.gif' );
	margin:0px;
	margin-left: 20px;
	padding:0px;
}

h2.gray,h2.red,h2.orange
{
  color:white !important;
}

.topline
{
	border-top:1px solid #d9d9da !important;
}

div#menu_title
{
border-bottom:1px solid rgb(75,149,215);
border-top:1px solid rgb(75,149,215);
}

div.sp_
{
	border:1px solid rgb(75,149,215);
}

div.spotlight_text
{
   border:0px;
}