/* CSS 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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;line-height: inherit;font-family: inherit;text-align: left;vertical-align: baseline;}
a img, :link img, :visited img {border: 0;}
table  {border-collapse: collapse; border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}
/* CSS RESET */

html {
	overflow-y:scroll;
}

body {
	background:url(images/bg.jpg) repeat-x #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	color:#272727;
	font-size:12px;
}

a {
	color:#542e56;
}

a:hover {
	text-decoration:none;
}

#container {
	background:url(images/bg_top.jpg) no-repeat;
	width:991px;
	height:721px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	float:left;
	padding-top:14px;
	padding-left:20px;
	width:642px;
	height:230px;
}

ul#slide li {
	display:none;
}

#menuWrap {
	padding-left:20px;
	padding-top:40px;
}

#menuWrap li {
	float:left;
	margin-right:6px;
}

#menuWrap a {
	font-weight:bold;
	text-decoration:none;
	color:#edd1ef;
	font-size:14px;
	text-align:center;
	width:84px;
	height:25px;
	display:block;
	border-bottom:5px solid #edd1ef;
}

#menuWrap a:hover {
	text-decoration:none;
	border-bottom:5px solid #542e56;
}

#menuWrap a.active {
	text-decoration:none;
	border-bottom:5px solid #542e56;
}

#submenuWrap {
	padding-left:20px;
	padding-top:44px;
	height:15px;
}

#submenuWrap li {
	float:left;
	color:#edd1ef;
	margin-right:6px;
}

#submenuWrap a {
	font-weight:normal;
	text-decoration:none;
	color:#edd1ef;
	font-size:12px;
}

#submenuWrap a:hover {
	text-decoration:underline;
}

#submenuWrap a.active {
	text-decoration:underline;
}

#rightMenu {
	padding-top:91px;
	padding-left:740px;
	line-height:31px;
}

#rightMenu a {
	text-decoration:none;
	color:#272727;
}

#rightMenu a:hover {
	text-decoration:none;
	color:#903795;
}

#rightMenu a.active {
	font-weight:bold;
}

#rightEmployabilityscan {
	padding-top:100px;
	padding-left:740px;
}

#rightNieuwsbrief {
	padding-top:99px;
	padding-left:740px;
	line-height:15px;
	font-size:12px;
}

.nieuwsbriefInput {
	background:#f4e5f5;
	border:1px solid #542e56;
	width:175px;
	height:16px;
	padding:4px;
}

.nieuwsbriefInput:hover {
	background:#e9daea;
}

.nieuwsbriefSubmit {
	background:#542e56;
	width:175px;
	height:24px;
	color:white;
	text-align:center;
	cursor:pointer;
	margin-top:-5px;
	font-size:11px;
}

.nieuwsbriefSubmit:hover {
	background:#903795;
	width:175px;
	height:24px;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#rightFoto {
	background:url(images/fotobg.jpg) no-repeat;
	padding-right:30px;
	line-height:15px;
	font-size:12px;
	float:right;
	height:184px;
	width:291px;
}

#content {
	line-height:19px;
	font-size:13px;
	padding-left:20px;
	padding-top:24px;
	width:630px;
	float:left;
}

#content li {
	list-style:disc;	
	margin-left:30px;
}

#content h1 {
	color:#542e56;
	font-size:24px;
	font-weight:bold;
	padding-bottom:8px;
}

#content h2 {
	color:#272727;
	font-size:16px;
	text-decoration:underline;
	padding-bottom:8px;
}

#content h3 {
	color:#542e56;
	font-size:13px;
	font-weight:bold;
}

#content p {
	padding-top:8px;
	padding-bottom:8px;
}
