/* general site layout for www.stc-nmu.nl */

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 96%;
	background: url(../im/bg_eventsblauw.gif) #eee;
}

div, table, tr, td, img, h1, h2, h3, h4, h5, h6, p, a {
	margin: 0;
	padding: 0;
	border: 0;
}



/* algehele positionering wrappers */

#wrapper_content {
	/* breedte en centrale uitlijning van de content van de pagina */
	width: 730px;
	height: 1%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	background: #fff;
}


/* algehele positionering layout-divs voor de #wrapper_content */

#headerimage {
	padding: 3px 1px 6px 0px;
}

#content {
	width: 710px;
	height: 1%;
	padding: 0px 10px 10px 10px;
	float: left;
	border: 0;
	background: #EB4B0F;
}

/* positionering layout-divs voor #content_left */

#stcgrouplinks {
	width: 100px;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../im/stcgrouplinksmenu.gif) right top no-repeat;
}



/* positionering layout-divs op #content ---------------------------- */

#eventsmenu {
	margin: -1px -10px 0 -10px;
	padding: 0;
}

#page {
	padding: 0;
	margin: 20px 140px 350px 140px;
	display: block;
	text-align: left;
	color: #006;
}
#page.eventshome {
	margin: 20px 20px -90px 20px;
	padding: 20px 0px 0px 120px;
	color: #fff;
}

#eventslogo {
	position: relative;
	z-index: 10;
	top: -285px;
	left: 150px;
	background: #EB4B0F;
	padding: 3px;
	width: 165px;
}

#rollovertable {
	position: relative;
	left: 0;
}

#footer {
	text-align: center;
	padding: 10px 0;
}

/* restyling html-elementen*/

h1 {
	margin: 0;
	font-family: "Impact", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0f1955;
	letter-spacing: 1px;
	line-height: 40px;
}

h1 a {
	text-decoration: none;
	color: #0f1955;
}

h1 a:hover {
	text-decoration: underline;
}


/* styles voor #page ----------------------------------------------- */

#page p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #fff;
}

#page p a {
	padding: 0 0.2em;
	color: #EB4B0F;
	text-decoration: none;
}

#page p a:hover {
	background: #AED1FA;
	color: #00196E;
	text-decoration: underline;
}

#page p img {
	margin: 5px;
}





/* menu, linkerkant: stcgrouplinks ----------------------------------- */

#stcgrouplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #fff;
}

#stcgrouplinks ul li {
	font-size: 0.7em;
	display: block;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 0 15px 0 0;
}
/* IE fix */
*html>#stcgrouplinks ul li {
	margin: 0 0 7px 0;
	padding: 0 15px 0 0;
}

#stcgrouplinks ul li a {
	width: 85px;
	display: block;
	color: #A7D6C1;
	text-decoration: none;
	font-weight: bold;
}

#stcgrouplinks ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
