/* Start of CMSMS style sheet 'ecs : mib_layout' */
/*************layout by p.landgraf****************/


body

{ 	text-align: left;
	font-family: comic sans ms, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;  
	/* was 1em */

	background-color: #E2E6E6
	}

/* achtergrond van het hele scherm */


a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
color: inherit;

}

a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
color: #b3b3b3;
/* was FA0028 */
}














/*******wrapper, center and margin to top********/
#page {
	border: solid 3px;
	width: 976px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border-color: #E2E6E6;
	/* buitenste rand */
	/* background-image: url(uploads/ecs/background.png); */
        margin: 20px auto 0 auto;
}


/********Header with logo 978x172px, replace the logo
********* and adjust the height of div) **********/
#head {
	height: 121px;
	background-image: url(uploads/ecs/header.png);
	background-repeat: no-repeat;
}

/*******Wrapper for sidebar and content******/
#content_main {
	display: block;
	position: relative;
}

/****the sidebar with menu********/
#sidebar {
	float: left;
	width: 245px;
	margin-top: -10px;
        margin-left: 10px;
/* space top and left */
}

*/ a wrapper for the navbox */
#nav_container {
	width: 245px;
}


/* only a placeholder for the top of background */
#navbox_oben {
	/* background-image: url(uploads/ecs/navbox_oben.png); */
	background-repeat: no-repeat;
	width: 245px;
	height: 22px;
	float: left;
	z-index: 2;
}

/* the container for the menu */
#navbox {
	width: 245px;
	/* background-image: url(uploads/ecs/navbox_mitte.png); */
	background-repeat: repeat-y;
	float: left;
	z-index: 1;
}

/* only a placeholder for the bottom of background */
#navbox_unten {
	height: 22px;
	width: 245px;
	/*background-image: url(uploads/ecs/navbox_unten.png); */
	background-repeat: no-repeat;
	float: left;
	z-index: 3;
}

/* this is only the style für the menu, createt to view in browser without cms, you can delete it */
 {* #menue {
	height: 60px;
	/*width: 149px;*/
	margin: 0 auto;
	background-image: url(uploads/ecs/menu_notselected.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	top: -20px;
	z-index: 4;}
 *} 


/* End of 'ecs : mib_layout' */

