/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* MAIN */

html, body {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

/* LAYOUT */

#wrap {
	width: 952px;
	margin: 0 auto;
	background: url(images/left.gif) repeat-y left;	
}

#left {
	float: left;
	width: 175px;
	background: url(images/left.gif) repeat-y;
	min-height: 450px;
}

#right {
	float: left;
	width: 777px;
}

#top {
	height: 29px;
	width: 777px;
	background: url(images/top.gif) no-repeat;
}

#content {
	margin: 8px 0 8px 0;
	padding: 20px;
	border: #c0c0c0 1px solid;
}

#footer {
	height: 29px;
	width: 777px;
	background: url(images/footer.gif) no-repeat;
}

/* MENU LINKS */

ul#menuleft {
	margin: 30px 0 0 11px;
}

ul#menuleft li a {
	display: block;
	width: 154px;
	height: 32px;
	text-indent: -9999px;
}

li.opleidingen a {
	background: url(images/ns_off.gif) no-repeat;
}

li.opleidingen a:hover {
	background: url(images/ns_on.gif) no-repeat;
}

li.bedrijven a {
	background: url(images/bi_off.gif) no-repeat;
}

li.bedrijven a:hover {
	background: url(images/bi_on.gif) no-repeat;
}

li.decanen a {
	background: url(images/de_off.gif) no-repeat;
}

li.decanen a:hover {
	background: url(images/de_on.gif) no-repeat;
}

li.mijnrijnijssel a {
	background: url(images/rm_off.gif) no-repeat;
}

li.mijnrijnijssel a:hover {
	background: url(images/rm_on.gif) no-repeat;
}

li.educatie {
	margin-top: 12px;
}

li.educatie a {
	background: url(images/ib_off.gif) no-repeat;
}

li.educatie a:hover {
	background: url(images/ib_on.gif) no-repeat;
}

/* HOOFD MENU */

ul#mainmenu {
	margin-left: 20px;
}

ul#mainmenu li {
	float: left;
	margin-right: 26px;
}

ul#mainmenu li a {
	display: block;
	height: 29px;	
	text-indent: -9999px;
}

li.rijnijssel a {
	width: 70px;
	background: url(images/rijnijssel_off.gif) no-repeat;
}

li.rijnijssel a:hover {
	background: url(images/rijnijssel_on.gif) no-repeat;
}

li.locaties a {
	width: 57px;
	background: url(images/locaties_off.gif) no-repeat;
}

li.locaties a:hover {
	background: url(images/locaties_on.gif) no-repeat;
}

li.services a {
	width: 59px;
	background: url(images/services_off.gif) no-repeat;
}

li.services a:hover {
	background: url(images/services_on.gif) no-repeat;
}

li.nieuws a {
	width: 51px;
	background: url(images/nieuws_off.gif) no-repeat;
}

li.nieuws a:hover {
	background: url(images/nieuws_on.gif) no-repeat;
}

li.vacatures a {
	width: 69px;
	background: url(images/vacatures_off.gif) no-repeat;
}

li.vacatures a:hover {
	background: url(images/vacatures_on.gif) no-repeat;
}

li.contact a {
	width: 51px;
	background: url(images/contact_off.gif) no-repeat;
}

li.contact a:hover {
	background: url(images/contact_on.gif) no-repeat;
}

/* TOP MENU */

ul#menutop {
	font-family: Verdana;	
	color: #ffffff;
	font-size: 10px;
	padding-top: 6px
}

ul#menutop li {
	float: left;
}

li.separator {
	margin: 0 6px 0 6px;
}

ul#menutop li a {
	color: #ffffff;
	text-decoration: none;
}

ul#menutop li a:hover {
	text-decoration: underline;
}

/* ELEMENTEN */

h1 {
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 175px;
	height: 160px;	
	background: url(images/logo_rijnijssel.gif) no-repeat;	
	text-decoration: none;	
}

h2 {
	font-weight: bold;
	padding-bottom: 20px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
}

p {
	line-height: 1.8;
	padding-bottom: 20px;
}

a {
	color: #000000;
}

a:hover {
	color: #ff6600;
}

.error {
	color:red;
}
