html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	background-color: white;
	color: #333333;
}
body {
	overflow-y: scroll;
}
h1, h2, h3 {
	margin-top: 0px;
}
p {
	margin: 0px;
}

#content table {
	border-collapse: collapse;
}
form {
	font-family: verdana, helvetica, arial;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #a41984;
	text-decoration: none;
}

a img {
	border: 0px;
}

/* global layout */
#container {
	position: relative;
	width: 995px;
	margin: 0px auto;
	height: 100%;
}

#header {
	width: 995px;
	height: 253px;
}

#flash {
	width: 995px;
	height: 177px;
	position: absolute;
	top: 42px;
	left: 0px;
	background-image: url('http://www.stodt.nl/graphics/bg_header.png');
}

#wrapper {
	position: relative;
	background-color: white;
	margin-top: 15px;
}

#content {
	min-height: 330px;
	width: 523px;
	float: left;	
	margin-right: 10px;
	position: relative;
	background-color: white;
	padding: 10px;
	line-height: 1.6em;
	padding-bottom: 5px;
}

#right {
	width: 216px;
	min-height: 330px;
	float: left;
	position: relative;
	background-color: white;
}

#clear {
	clear: both;
}
#verticalmarquee {
	position: absolute;
}

#footer {
	margin-top: 0px;
	height: 14px;
	width: 995px;
	line-height: 12px;
	vertical-align: middle;
	font-size: 9px;
	text-align: center;
}

#left {
	min-height: 330px;
	width: 216px;
	margin-right: 10px;
	float: left;
	background-color: white;
}

/* generic menu */
ul.menu {
	padding: 0px;
	margin: 0px;
}


/* header */
#extramenu {
	padding-top: 5px;
	height: 25px;
	text-align: right;
	background-image: url('http://www.stodt.nl/graphics/grijzebalkboven.gif');
	background-repeat: no-repeat;
}
#extramenu a {
	text-decoration: none;
	margin-left: 20px;
	ffont-size: 9px;
	color: #6f62a0;
	background-image: url('http://www.stodt.nl/graphics/arrow2.gif');
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 5px;
	font-weight: bold;
}
#extramenu a:hover {
	color: #93117e;
	background-image: url('http://www.stodt.nl/graphics/arrow1.gif');
	background-repeat: no-repeat;
}

#extramenu ul {
	list-style: none;
	position: relative;
	top: 12px;
}

#extramenu li {
	display: inline;
}

#logoheader {
	height: 222px;
	position: relative;
	margin-bottom: 6px;
}
#logoheader .logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#flashborder {
	height: 30px;
	width: 995px;
	background-image: url('http://www.stodt.nl/graphics/bg_balk.png');
	position: absolute;
	bottom: 42px;
}

/* mainmenu */
#mainmenu {
	height: 42px;
	width: 995px;
	background-color: #ffffff;
	background-image: url('http://www.stodt.nl/graphics/grijzebalkonder.gif');
	background-repeat: no-repeat;
	background-position: left bottom; 
	position: absolute;
	bottom: 0px;
}
#mainmenu .menu_first {
}
#mainmenu a {
	display: block;
	text-decoration: none;
	color: #6f62a0;
	text-align: center;
	font-weight: bold;
}

#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#mainmenu li {
	float: left;
}

#mainmenu li a {
	text-decoration: none;
	margin-left: 20px;
	font-size: 13px;
	color: #6f62a0;
	background-image: url('http://www.stodt.nl/graphics/arrow2.gif');
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 5px;

}
#mainmenu li.menu_current a,
#mainmenu li a:hover {
	background-image: url('http://www.stodt.nl/graphics/arrow1.gif');
	background-repeat: no-repeat;
	color: #93117e;
}

/* submenu */
#left {
	zoom: 1.0;
}

/* crumbs */
#crumbs {
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0px;	
}
#crumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;

}
#crumbs li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#crumbs a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
#crumbs a:hover {
	color: #15135f;
}
#crumbs .crumbSeparator {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 9px;
}
#crumbs .crumbs_last a {
	color: #a41984;
}

/* paging */
ul.paging {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
ul.paging li {
	display: inline;
}
ul.paging li.pagingCurrent {
	color: #0c1c5a;
	font-weight: bold;
	text-decoration: underline;
}
li.pagingNext a, li.pagingPrev a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}
li.pagingNext img, li.pagingPrev img {
	vertical-align: bottom;
}
li.pagingPage a {
	color: #15135f;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

/* WK Actie Form */

form.wkactie .oplossing label {
}

/* Contactform */
form.contact div.field {
	clear: both;
	padding: 0px;
	margin: 0px;
	zoom: 1.0;
	margin-bottom: 5px;
}

form.contact label {
	display: block;
	width: 130px;
	float: left;
}

form.contact input {
	display: block;
	width: 200px;
	float: left;
}

form.contact input.submit {
	width: 100px;
	height: 21px;
	color: white;
	background-color: #d39acc;
	background-image: url('http://www.stodt.nl/graphics/bg_button.png');
	border: 0px;
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 2px;
}

form.contact div.buttons {
	clear: both;
	padding-left: 130px;
}

form.contact textarea {
	width: 200px;
}
form.contact {
	margin-bottom: 30px;
}

form .error {
	border: 1px solid #333333;
	background-color: #FFEEEE;
	padding: 10px;
	margin-bottom: 10px;
}

form.contact .radio input {
	width: auto;
}
form.contact .radio label {
	width: auto;
	padding: 0px 5px;
}
/* Searchbar */
#searchbar {
	position: absolute;
	top: 164px;
	right: 10px;
	width: 180px;
	height: 40px;
	z-index: 3;
}
#searchbar input.searchstring {
	background-color: transparent;
	background-image: url("http://www.stodt.nl/graphics/searchinput.jpg");
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 19px;
	padding-left: 7px;
	padding-top: 0px;
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	font-size: 11px;
}
#searchbar input.imageSubmit {
	position: absolute;
	left: 157px;
	top: 0px;
}

/* zoekresultaten */
ul.searchresults {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.searchresults li {
	margin-bottom: 8px;
}

ul.searchresults .searchhighlight {
	color: #0c1c5a;
}

/* courses sitemap */
#content .sitemap a {
	text-decoration: none;
}
#content .sitemap a:hover {
	text-decoration: underline;
}

#content .sitemap.level1 {
	list-style: none;	
}
#content .sitemap.level1 a {
	font-weight: bold;
}
#content .sitemap.level2 a {
	font-weight: normal;
}

/*Cursus textblokken*/
.textblock h2 {
	margin-top: 6px;
}

/* cursus zoeken */
/* Searchbar */
#right_searchbar {
	position: relative;
	xtop: 30px;
	xleft: 10px;
	width: 180px;
	height: 40px;
	xz-index: 3;
}
#right_searchbar input.searchstring {
	background-color: transparent;
	background-image: url("http://www.stodt.nl/graphics/bg_search_input_right.png");
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 19px;
	padding-left: 7px;
	padding-top: 3px;
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
}
#right_searchbar input.imageSubmit {
	position: absolute;
	left: 157px;
	top: 0px;
}

form.form div.captcha .formlabel {
	display: block;
	float: left;
	width: 130px;
}

form.form div.captcha img {
	width: 206px;
}

form.form div.captcha input.captcha {
	clear: left;
	margin-left: 130px;
}


/*Logo cursus*/
#cursusImages {
	float: right;
	margin-left: 5px;
}

#cursusLogo {
	margin-bottom: 35px;
}

#cursusBal {
	text-align: center;
}

/* Box left and right */
.box_top {
	height: 5px;
	width: 212px;
	padding-left: 10px;
	padding-right: 10px;
}

.box_content {
	position: relative;
	min-height: 324px;
	width: 212px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 2;
}
.box_bottom {
	position: relative;
	height: 35px;
	width: 212px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1;
}
/*

#left .box_bottom {
	background-image: url("http://www.stodt.nl/graphics/balklinksonder.jpg");
	background-repeat: no-repeat;
}


#right .box_bottom {
	background-image: url("http://www.stodt.nl/graphics/balkrechtsonder.jpg");
	background-repeat: no-repeat;
}
*/

ul.pulldown {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	list-style: none;
}

ul.pulldown > li {
	width: 190px;
	position: relative;
	padding-top: 15px;
}

ul.pulldown li a {
	text-decoration: none;
	color: #656263;
}

ul.pulldown li a:hover {
	text-decoration: underline;
	color: #93117e;
}

ul.pulldown > li:hover > ul > li > a {
	text-decoration: underline;
}




ul.pulldown > li:hover > ul,
ul.pulldown > li:hover > ul > li:hover > ul {
	display: block;
	left: 190px;
	background-color: #d9d3e8;
	width: 400px;
	list-style: none;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.pulldown > li:hover > ul {
	top: -10px;
	z-index: 999;
}

ul.pulldown > li:hover > ul {
	left: 166px;
}
ul.pulldown > li:hover > ul > li:hover > ul {
	margin-top: -36px;
}

ul.pulldown > li:hover > ul  li,
ul.pulldown > li:hover > ul  li:hover {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 49px;
}

ul.pulldown > li:hover > ul  li {
	background-image: url('http://www.stodt.nl/graphics/bullet-inactive.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
ul.pulldown > li:hover > ul  li:hover {
	background-image: url('http://www.stodt.nl/graphics/bullet-active.png');
}


ul.pulldown > li:hover > ul > li,
ul.pulldown > li:hover > ul > li:hover,
ul.pulldown > li:hover > ul > li:hover > ul > li,
ul.pulldown > li:hover > ul > li:hover > ul > li:hover {
	bbackground-color: transparent;
	width: auto;
}



ul.pulldown > li:hover > ul  a,
	background-color: transparent;
}

ul.pulldown > li:hover > ul > li > ul {
	display: none;
}

ul.pulldown > li:hover > ul > li:hover > ul {
	display: block;
	background-color: #ffffff;
	background-image: url('http://www.stodt.nl/graphics/achtergrondmenulvl2.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: normal;
	
}

ul.pulldown > li:hover > ul > li:hover > ul > li,
ul.pulldown > li:hover > ul > li:hover > ul > li:hover {
}

ul.pulldown > li:hover > ul > li:hover > ul > li > a {
	text-decoration: none;
}
ul.pulldown > li:hover > ul > li:hover > ul > li > a:hover {
	text-decoration: underline;
}



ul.pulldown > li > ul,
ul.pulldown > li > ul > li > ul {
	display: none;
}

ul.pulldown > li:hover > ul {
	position: absolute;
xz-index: 1000;
}

ul.pulldown > li:hover > ul > li {
	xz-index: 2001;
}


ul.pulldown > li:hover > ul > li > ul {
	position: absolute;
	xz-index: 3002;
	top: auto;
}
ul.pulldown > li:hover > ul > li > ul > li {
	xz-index: 4003;
}

div.sfeer {
	position: relative;
	bbackground-color: white;
	width: 308px;
	height: 150px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	margin: 3px 3px 0px 0px;
}

div.sfeer a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
table col.last div.sfeer {
	float: right;
}
table.col.first div.sfeer {
	float: left;
}

div.sfeerHeader {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 30px;
	background-color: #441f5c;
	filter:alpha(opacity=60);
	opacity:0.6;
}

div.sfeerBlauw div.sfeerHeader {
	background-color: #000060;	
}

div.sfeerHeaderText {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
}

div.sfeerGroot {
	width: 308px;
	height: 150px;
}

div.sfeerKlein {
	width: 169px;
	heigth: 150px;
}

div.sfeerMedium {
	width: 256px;
	height: 150px;
}

.psite #content {
	width: 634px;
}

a.stodtbutton {
	display: block;
	width: 212px;
	height: 38px;
	background-image: url('http://www.stodt.nl/graphics/lichtpaarsebalk.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
}

#cursusnav {
	position: relative;
	float: right;
	width: 84px;
	top: -21px;
}

#cursusnav a {
	display: block;
	width: 39px;
	height: 30px;
	text-decoration: none;
	text-transform: lowercase;
	color: #b9bbc0;
}

#cursusprev {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('http://www.stodt.nl/graphics/arrow-left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#cursusnext {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('http://www.stodt.nl/graphics/arrow-right.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}


#eventDatesContent {
	padding-left: 20px;
	margin-left: 4px;
	padding-right: 20px;
	margin-right: 4px;
	margin-top: -5px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #1b1d58;
	color: #ffffff;
}

#eventDatesContent h2 {
	color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

#eventDatesContent a {
	color: #ffffff;
}

#homenieuws {
	height: 400px;
	width:  309px;
	overflow: hidden;
	position: relative;
}

body.psite #right .box_bottom {
	background-image: none;
}

