/* STANDARD STYLES*/

body {
	background-color:#E8F2FB;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

select.frameworkHidden {
	visibility: hidden !important;
}

form {
  margin: 0px;
}

h1 {
  font-size: 13pt;
  margin: 0px;
}

h2 {
  font-size: 11pt;
  font-weight: bold;
}

h3 {
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
}

img {
  border: none;
}

div.richtext {
  text-align: left;
}

div.richtext p {
  margin: 0px;
}

table {
  font-family: inherit;
  font-size: inherit;
}

td {
  vertical-align: top;
  padding: 0px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

table {
	empty-cells: show;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

p, table, form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}


/* WRAPPER */

#wrapper {
  margin-left: auto ;
  margin-right: auto ;
  width:935px;
  background-image:url('/images/style_images/toerengine_background.gif');
	background-position:center;
	background-repeat:repeat-y;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
}

/* HEADER */

#header {
	width:935px;
	background-color:#FFF;
	height:272px;
}

#header .logo {
	height:66px;
	border-top:20px solid #FFF;
	background-color:#FFF;
	width:935px;
	background-repeat:no-repeat;
}

#header .logo .logo_img {
	border:0px;
}

#header .buttons {
	width:180px;
	background-color:#FFF;
	float:right;
}

#header .buttons img {
	border:0px;
	float:right;
	height:25px;
	border-bottom:8px solid #FFF;
}

#header .tabs {
	width:935px;
	height:25px;
	border-bottom:8px solid #FFF;
	background-color:#FFF;
	text-align:justify;
	overflow:hidden;
}

#header .tabs img {
	border:0px;
}

#header .tabs .fill {
	width:935px;
	height:1px;
}

#header .image {
	height:145px;
	width:935px;
	overflow:hidden;
}

/* CONTENT */

body.toerengine div#content .title {
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	color:#13437E;
}

body.toerengine div#content .sub_title {
	font-size:18px;
	line-height:23px;
	color:#13437E;
}

body.toerengine div#content .sub_sub_title {
	font-size:16px;
	line-height:21px;
	color:#13437E;
	font-weight:bold;
}

body.toerengine div#content .spacer {
	height:10px;
	background-color:#FFF;
}

body.toerengine div#content .block_blue {
	background-color:#E8F2FB;
	color:#13437E;
	border:8px solid #E8F2FB;
}

body.toerengine div#content .block_buttons {
	background-color:#E8F2FB;
	color:#13437E;
	border:8px solid #E8F2FB;
	text-align:center;
}

body.toerengine div#content .block_buttons img {
	border:0px;
}

body.toerengine div#content .block_buttons .submenu {
 	position:relative;
	top:-12px;
}

body.toerengine div#content .block_white {
	background-color:#FFF;
	color:#000;
	border:8px solid #FFF;
}

body.toerengine div#content .block_keywords {
	background-color:#FFF;
	color:#0071B9;
	border:8px solid #FFF;
	font-size:10px;
	text-align:center;
}

body.toerengine div#content .block_keywords a{
	text-decoration:none;
	color:#0071B9;
}

body.toerengine div#content .left {
	width:600px;
	background-color:#FFF;
	float:left;
}

body.toerengine div#content .right {
	width:334px;
	float:left;
}

body.toerengine div#content .side_text {
	margin-left:20px;
	margin-right:20px;
}

/* FOOTER */

.toerengine_footer {
	height:40px;
	width:935px;
	background-color:#FFF;
	font-size:11px;
	border-top:8px solid #FFF;
	border-bottom:8px solid #FFF;
	clear:both;
	color:#555555;
}


.toerengine_footer .left {
	width:208px;
	float:left;
	text-align:left;
}

.toerengine_footer .center {
	width:499px;
	float:left;
	text-align:center;
}

#toerengine_footer .center a {
	text-decoration:none;
	color:#555555;
}

.toerengine_footer .right {
	width:208px;
	float:right;
	text-align:right;
}

/* LOSSE ITEMS*/
#menu_left a{
	display:block;
	line-height:32px;
	padding-left:20px;
	color:#13437E;
	text-decoration:none;
}

#menu_left a:hover{
	background-color:#1169A1;
	color:#FFF;
}

.seperator {
 	width:90%;
	background-color:#13437E;
	height:1px;
	border:0px;
	margin-top:8px;
	margin-bottom:8px;
}

/* javascript submenu */
.hidden {
	display:none;
}

.uitklap_menu {
	text-align:left;
	position:absolute;
	z-index:1000;
}

.uitklap_menu a {
	display:block;
	line-height:32px;
	padding-left:20px;
	color:#FFF;
	background-color:#2F6BAC;
	text-decoration:none;
	border-bottom:1px solid #E8F2FB;
}

.uitklap_menu a:hover{
	background-color:#C22223;
}

.white_line {
	width:100%;
	height:8px;
	border-bottom:4px;
	border-top:4px;
	padding:0px;
	margin:0px;
	background-color:#FFF;
}

div#block_periode .input {
	border:1px solid #13437E;
	color: #13437E;
}