html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	background-color: white;
	color: #333333;
}

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;
	background-image: url('http://www.stodt.nl/graphics/bg_header.png');
	height: 201px;
}

#flash {
	width: 995px;
	height: 177px;
	position: absolute;
	top: 25px;
	left: 0px;
}

#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;
}

#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;
}

#left ul.menu a {
	display: block;
	padding: 2px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
#left ul.menu a:hover {
	color: #15135f;
	text-decoration: underline;
}
#left li.menu_current a {
	color: #15135f;
	text-decoration: underline;
}

/* header */
#extramenu {
	padding-top: 5px;
	height: 25px;
	text-align: right;
}
#extramenu a {
	text-decoration: none;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 9px;
	color: #333333;
}
#extramenu a:hover {
	color: #15135f;
}
#extramenu ul {
	list-style: none;
}
#extramenu li {
	display: inline;
	list-style: none;
}

#logoheader {
	height: 172px;
	position: relative;
	margin-bottom: 6px;
}
#logoheader .logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

/* mainmenu */
#mainmenu {
	height: 31px;
	width: 995px;
	background-image: url('http://www.stodt.nl/graphics/bg_balk.png');
	position: absolute;
	bottom: 0px;
}
#mainmenu .menu_first {
	margin-left: 214px;
}
#mainmenu a {
	display: block;
	text-decoration: none;
	color: #15135f;
	text-align: center;
	font-weight: bold;
}

#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainmenu li {
	float: left;
}

#mainmenu li a {
	font-size: 12px;
	display: block;
	float: left;
	list-style: none;
	height: 22px;
	width: 142px;
	margin-top: 3px;
	margin-right: 5px;
	background-image: url('http://www.stodt.nl/graphics/bg_tab.png');
	padding-top: 6px;
}
#mainmenu li.menu_current a,
#mainmenu li a:hover {
	background-image: url('http://www.stodt.nl/graphics/bg_tab_active.png');
	height: 28px;
	margin-top: -3px;
}

/* submenu */
#left {
	zoom: 1.0;
}

#left ul {
	list-style: none;
	width: 190px;
	margin: 0px;
}
#left li {
	list-style: none;
}

/* 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: 30px;
	right: 10px;
	width: 180px;
	height: 40px;
	z-index: 3;
}
#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;
}
#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 {
	background-image: url("http://www.stodt.nl/graphics/box.top.png");
	background-repeat: no-repeat;
	height: 5px;
	width: 196px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('http://www.stodt.nl/graphics/bg_left.png');
}

.box_content {
	position: relative;
	background-image: url("http://www.stodt.nl/graphics/box.content.png");
	background-repeat: repeat-y;
	min-height: 324px;
	width: 196px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -100px;
	z-index: 2;
}
.box_bottom {
	position: relative;
	background-image: url("http://www.stodt.nl/graphics/box.bottom.png");
	background-repeat: no-repeat;
	height: 121px;
	width: 196px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1;
}
