html {
	height: 100%;
}
* {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	height: 100%;
	margin: 0;
	background: #fff url(../img/body_bg.gif) top repeat-x fixed;
	text-align: center;
}
form {
	padding: 0;
	margin: 0;
}

textarea 
{
	overflow:auto;
}

input, textarea, select {
	border: 1px solid #bbb;
	background: #fff url(../img/form_bg.gif) bottom repeat-x;
	color: #000;
	font-weight: normal;
}
.checkbox input {
    margin: 0;
	background: transparent;
	border: 0px solid #fff;
}
.radio input {
    margin: 0;
	background: transparent;
	border: 0px solid #fff;
}
sup {
	font-size: 75%;
	line-height: 0;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
    border-collapse: collapse;
	/* is CellSpacing="0" */
}
td {
    padding: 0;
	/* is CellPadding="0" */
}
hr {
	height: 1px;
	border: 1px solid #c4c4c4;
	margin: 10px 0 10px 0;
}
img {
	border: 0;
}
/*---------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	/*height: 100%;*/
}
table#grid {
	width: 976px;
	/*height: 100%;*/
	position: relative;
	padding: 0;
	border: 0;
}
.clr {
	clear: both;
}
/*---------------------------------------*/
#top {
	width: 960px;
	height: 68px;
	background: #fff url(../img/top_bg.gif) repeat-x;
}
#top table {
	width: 100%;
}
.topmenu {
	vertical-align: bottom;
	text-align: right;
	padding: 0 6px 4px 0;
	font-size: 90%;
	color: #7e7e7e;
}
.topmenu a {
	color: #7e7e7e;
	font-size: 100%;
	text-decoration: none;
}
.topmenu a:hover {
	text-decoration: underline;
}

.mainmenubar {
	width: 100%;
	height: 34px;
	background: #e32118;
	/*margin-bottom :-1px;*/
}

.extramenucontainer {
	float: left;
	width: 200px;
	height: 34px;
}
table.extramenu {
	width: 200px;
	height: 34px;
	color: #fff;
}
table.extramenu td {
	font-size: 90%;
	padding: 0 0 0 9px;
}
.extramenu a {
	color: #fff;
	font-size: 100%;
	text-decoration: none;
}
.extramenu a:hover {
	text-decoration: underline;
}

.mainmenu {
	width: 560px;
	height: 34px;
	background: #e32118;
	float: left;
	position : relative;
}
.menuItem, .menuItem_Selected {
	height: 34px;
	text-align: center;
	display: block;
	cursor: hand;
	cursor: pointer;
}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active, .menuItem:hover, .menuItem_Hover, .menuItem_Selected {
	text-decoration:none;
}

.menuItem:hover, .menuItem_Hover:hover, .menuItem_Hover {
	background-image: url(../img/mainmenu_hover.gif);
	background-repeat: repeat-x;
}
.active
{
	height : 10px;
	background-color : White;
	position: absolute;
	width:80px;
	z-index: 0;
}

#active17, #active16, #active137
{
	width:80px;
}

#active18, #active133 /* vrienden van hans is langer*/
{
	width : 210px;
}
#active116
{
	width : 110px;
}


.menuSubItem_Container {

	visibility: hidden;
	position: absolute;
	overflow: visible;
	border: 1px solid #bfbfbf;
	width: 170px;
	z-index: 100;
}

.menuSubItem {
	padding: 6px 10px 7px 10px;
	display: block;					
	_height :1px; /*needed for IE6*/
	line-height: 100%;
}
.menuSubItem, .menuSubItem:link, .menuSubItem:visited, .menuSubItem:active, .menuSubItem:hover 
{
	background: #fff url(../img/submenu_bg_idle.gif) repeat-x bottom;
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}
.menuSubItem:hover 
{
	background:#fff url(../img/submenu_bg_hover.gif) repeat-x bottom;
	color: #373737;
}

.menuLeftItem {
	padding: 6px 10px 7px 10px;
	display: block;	
	_height : 1px;				
	line-height: 100%;
}
.menuLeftItem, .menuLeftItem:link, .menuLeftItem:visited, .menuLeftItem:active, .menuLeftItem:hover {
	background:#fff url(../img/submenu_bg_idle.gif) repeat-x bottom;	
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}
.menuLeftItem:hover {
	background:#fff url(../img/submenu_bg_hover.gif) repeat-x bottom;
	color: #373737;
}
.menuSubSubItem_Container {
	visibility: hidden;
	position: absolute;
	overflow: visible;
	border: 1px solid #bfbfbf;
	width: 170px;
	left: 200px;
	z-index: 100;
}

.menuSubSubItem_Container .menuLeftItem, .menuSubSubItem_Container .menuLeftItem:hover 
{
	border-top : 0px;
	font-weight :normal !important;
}

.submenu_left
{
	position : relative;
	width : 200px;
	line-height: 0;
}

.menuItem_Selected
{
	background-color : White;
}



/*---------------------------------------*/
#main {
	vertical-align: top;
	background: url(../img/main_bg.gif) bottom;
}
table.main_container {
	width: 100%;
	height: 100%;
	background: url(../img/sidebar_bg.gif) bottom repeat-x;
	
}
.sidebar_left_top {
	width: 200px;
	vertical-align: top;
}
.sidebar_left_top_head {
	background: #8c8c8c url(../img/sidebar_top_bg.gif) 0 0 repeat-x;
	width: 200px;
	height: 17px;
}
.sidebar_left_top_head td {
	color: #fff;
	font-size: 90%;
	padding: 0 0 0 9px;
}
.sidebar_left_bottom {
	vertical-align: bottom;
	line-height: 0;
	height: 174px;
}

.sidebar_right_top {
	width: 200px;
	vertical-align: top;
}
.sidebar_right_top_head {
	width: 200px;
	height: 17px;
	background: #8c8c8c url(../img/sidebar_top_bg.gif) 0 0 repeat-x;
	text-align: right;
}

.fontsizer_text {
	text-align: right;
	font-size: 90%;
	color: #f4f4f4;	
}

.sizerbutton
{
	line-height:17px;
}

.sizerbutton img
{
	border :0px;
}

.sidebar_right_bottom {
	vertical-align: bottom;
	line-height: 0;
	height: 174px;
}

.sidebar_item_search {
	display: block;
	/*padding: 12px 0 14px 15px;*/
	padding: 8px 0 8px 15px;
	background: #e5e5e5 url(../img/sidebar_item_search_bg.gif) 0 0 repeat-x;
	color: #494949;
	border-bottom: 1px solid #c4c4c4;
}
.sidebar_table_search {
	width: 181px;
}
.sidebar_table_search td {
	padding: 2px 0 2px 0;
}
.sidebar_table_shoploc {
	width: 181px;
}
.sidebar_table_shoploc td {
	padding: 2px 0 2px 0;
}
.sidebar_table_shop {
	width: 181px;
	margin: 2px 0 0 0;
}
.right {
	vertical-align: bottom;
	text-align: right;
}

.sidebar_input_search {
	width: 159px;
}
.sidebar_input_shoploc {
	width: 89px;
}

.sidebar_item_shoploc {
	display: block;
	/*padding: 12px 0 14px 15px;*/
	padding: 8px 0 8px 15px;
	background: #e5e5e5 url(../img/sidebar_item_shoploc_bg.gif) 0 0 repeat-x;
	color: #494949;
	border-bottom: 1px solid #c4c4c4;
}

.sidebar_item_shop {
	display: block;
	/*padding: 12px 0 14px 15px;*/
	padding: 8px 0 8px 15px;
	background: #e5e5e5 url(../img/sidebar_item_shop_bg.gif) 0 0 repeat-x;
	color: #494949;
	border-bottom: 1px solid #c4c4c4;
}
.sidebar_item_shop td {
	font-size: 90%;
}

.content_main {

}
.content_container {
	width: 100%;
	height: 100%;
	background: #fff url(../img/content_bg.gif) bottom repeat-x;
}
.content_top {
	vertical-align: top;
	background: url(../img/content_top_bg.gif) top repeat-x;
}
.content_top .container {
	line-height: 130%;
}
.content_bottom_tr {
	/* fix in default.aspx */
}
.content_bottom {
	vertical-align: bottom;
	text-align: center;
	line-height: 0;
}
.content {
	padding: 30px 35px 15px 35px;
	display: block;
}
.button {
	border: 1px solid #4c4c4c;
	background: #e32118 url(../img/btn_bg.gif) bottom repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 1px 15px 1px 15px;
	margin:2px 0px 2px 0px;
}
.pageitems {
	margin: 1.5em 0 0 0;
	border-top: 1px solid #e5e5e5;
	text-align: right;
	padding: 2px 0 0 0;
	line-height: 0;
	/* !!!!!!!!!! temp offline */
	display: none;
}
.pageitems a {
	font-size: 80%;
	text-decoration: none;
	color: #7f7f7f;
	margin: 0 0 0 10px;
}
.pageitems a:hover {
	text-decoration: underline;
}

/*---------------------------------------*/
#bottom {
	height: 82px;
	background: url(../img/bottom_stroke.png) top no-repeat;
	vertical-align: top;
}
#bottom .contact {
	float: left;
	width: 333px;
	color: #7e7e7e;
	font-size: 80%;
	margin: 5px 0 0 8px;
}
#bottom .contact a {
	color: #7e7e7e;
	font-size: 100%
}
#bottom .logo {
	float: left;
	margin: 1px 0 0 0;
	width: 294px;
	height: 81px;
	background: url(../img/logo_hansanders.gif) no-repeat;
}
#bottom .footer {
	float: left;
	width: 333px;
	color: #7e7e7e;
	font-size: 80%;
	text-align: right;
	margin: 5px 0 0 0;
}
#bottom .footer a {
	color: #7e7e7e;
	font-size: 100%;
}
/*---------------------------------------*/
#shader_left {
	width: 8px;
	background: url(../img/shader_left.png) repeat-y;
	font-size: 1px;
}
#shader_right {
	width: 8px;
	background: url(../img/shader_right.png) repeat-y;
	font-size: 1px;
}
/*---------------------------------------*/

/*** Calendar Control ***/
.Calendar{
	position:absolute; 
	left:155px; 
	top:4px;
	width:275px;
	border:1px solid #91928C;
	background : #ffffff;
}

.Calendar img{
	border:0px;
}

.Calendar th 
{
	width:auto;
	text-align:center;
}

.Calendar .CalendarTitle td
{
	background-color:#e32118;
	height:22px;
	vertical-align:middle;
}

.CalendarControl
{
	vertical-align : middle;
}

.CalendarControl td 
{
	padding:0;
	margin:0;
}


.Calendar table 
{
	width:100%;
}

TD.CalendarDays
{
	background-color : #ffffff;
	border : 1px solid #e5e5e5;
	height:18px;
}

.Calendar .SelectedDate 
{
	font-weight:bold;
	height:18px;
}
.Calendar .SelectedDate a 
{
	text-decoration:none;
}


TD.CalendarDays a,
TD.CalendarWeekEndDays a
{
	text-decoration:none;
}

TD.CalendarDays a:hover,
TD.CalendarWeekEndDays a:hover
{
	font-weight:bold;
}


TD.CalendarWeekEndDays
{
	background-color : #e5e5e5;
	border : 1px solid #ffffff;	
	height:18px;	
}

.CalendarControl{
	width:250px;
	position:relative;
	left: 0px;
	top: 0px;
}

.MonthSelect, .yearSelect
{
	margin-top:2px;
	width : 85px;
}
.yearSelect
{
	width : 60px;
}

/*** End Calendar Control***/

/*Modal Popup*/
.ModalBackground {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.ModalDialog
{
	position:absolute;
	border:1px solid #fff;
	padding:0px;
	display:none;
	background: #fff url(../img/modaldialog/bg_body.gif) bottom repeat-x;
}

.ModalDialog iframe {
	width:100%;
	height:100%;
	border-width:0;
	margin: 0;
}

.ModalDialogBody 
{
	padding:0;
	margin:0;
	overflow:auto;
	text-align:left;
}

.ModalDialogHeader 
{
	background: #e32118 url(../img/modaldialog/bg_top.gif) 0 0 repeat-x;
	height:30px;
	margin:0px;
	width:100%;
	overflow:hidden;
	color: #fff;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
	color:#fff;
	margin:0;
	margin: 6px 0 0 6px;	
}
.ModalDialogHeader H2 span, .ModalDialogHeader H1 span
{
	color:#fff;
	font-size: 120%;
	font-weight:bold;
}

.ModalDialogContent 
{
	padding:20px;
}

.ModalDialogContent hr 
{
	color:#d3d3d3;
	background-color:#d3d3d3;
}

.ModalDialogClose {
	position:absolute;
	right:7px;
	top:7px;
}

#ModalDialogForum
{
	height:180px;
	width:500px;
}

#ModalDialogForumMessage
{
	height:300px;
	width:500px;
}

#ModalDialogForumDiscussion
{
	height:300px;
	width:500px;
}

#ModalDialogForumAbuse
{
	height:300px;
	width:500px;
}

#ModalDialogOgentest
{
	height:583px;
	width:800px;
}

#ModalDialogRoodgroentest
{
	height:583px;
	width:800px;
}

#ModalDialogHoortest
{
	height:583px;
	width:800px;
}

/*END Modal Popup*/

.imageUpload 
{
      width:300px!important;
}


/*Gridview*/
.gridview {
    width: 490px;
    border: 0px solid #fff;
	padding: 0;
}

.gridview th 
{
	text-align:left;
}


.gridview td {
	padding: 3px;
	border: 0px solid red;
}

.gridview tr, .gridview td, .gridview table, .gridview th {
    border: 0px solid red;
}

.gridview .row td  {
/*    vertical-align:top;*/
	border: 0px solid red;
}
.gridview .altrow td  {
/*    vertical-align:top;*/
	border: 0px solid red;
}
.gridview .row {
    background: #fff url(../img/gridview_bg.gif) bottom repeat-x;
}
.gridview .altrow {
    background: #fff url(../img/gridview_bg.gif) bottom repeat-x;
}

.gridview TR.EmptyDataRow td 
{
	border-width:0;
	text-align:center;
	vertical-align:middle;
}


.pager td table
{
	float:right;
}

.pager td table tr td
{
	font-weight:bold;
	width:12px;
}

.pager td table tr td a 
{
	text-decoration:none;
}


/*selected pagenumber*/
.pager td table tr td span
{
	color:#e32118;
}


.shoploc_top_container {
	margin: 10px 0 20px 0;
	background: #fff url(../img/shoploc_bg_top.gif) bottom repeat-x;
	border: 1px solid #d9d9d9;
}
.shoploc_top {
	padding: 12px;
	background: url(../img/shoploc_NL.png) right no-repeat;
}

.shoploc_top th {
	font-weight: bold;
	color: #4c4c4c;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}
.shoploc_top td {
	font-weight: bold;
	color: #4c4c4c;
	vertical-align: top;
	text-align: left;
}
.shoploc_top input[type="text"], select {
	margin: 0 0 4px 0;
	width: 160px;
}


.shoploc_item {
	margin: 0;
	background: #fff url(../img/shoploc_bg_item.gif) bottom repeat-x;
	padding: 12px;
}
.shoploc_specs_container {
	margin: 0;
	background: #fff url(../img/shoploc_bg_specs.gif) bottom repeat-x;
	border: 1px solid #d9d9d9;
	width: 180px;
	height: 85px;
	text-align: left;
}
.shoploc_specs {
	padding: 8px;
	line-height: 1em;
}
.shoploc_specs .header {
	color: #e32118;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.shoploc_specs table td {
	vertical-align: top;
	font-size: 90%;
}
.shoploc_results_top {
	margin: 0 0 5px 0;
}

table.shop_item {
	margin: 10px 0 0 0;
	background: #e32118 url(../img/shop/shop_bg_item.gif) bottom repeat-x;
	width: 490px;
}
.shop_item td {
	padding: 1px;
}
.shop_item td.price {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: right;
	padding-right: 15px;
}
.shop_item th {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	padding-left: 7px;
}
div.shop_specs_container {
	background: #fff url(../img/shop/shop_bg_specs.gif) bottom repeat-x;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	color: #494949;
	text-align: left;
}
.specsitem
{
	width:250px;
	vertical-align : top;
}
.specsitem th
{
	width : 65px;
	vertical-align:top
}

div.shop_specs {
	padding: 8px;
}
.shop_specs td, th {
	text-align: left;
	color: #494949;
}
.shop_specs_detail {
	background: #fff url(../img/shop/shop_bg_specs_detail.gif) bottom repeat-x;
	border: 1px solid #d9d9d9;
	padding: 5px;
	width: 225px;
	text-align: left;
	float:right;
}
.shop_specs_detail .head {
	font-size: 90%;
	color: #e32118;
	font-weight: bold;
}
.shop_specs_detail td {
	vertical-align: top;
	font-size: 90%;
	padding-right: 4px;
}
.formtable td {
	padding: 2px 2px 2px 0;
}

.formtable th
{
	vertical-align : top;
}

.toplink {
	padding: 4px 0 0 0;
	text-align: right;
}
.toplink a {
	color: #4d4d4d;
	font-size: 90%;
	font-weight: bold;
}
.LoginInfo {
	color: #7e7e7e;
	font-size: 80%;
}
.LoginInfo A {
	color: #e32118;
	font-size: 100%;
}
td.info {
	font-size: 80%;
	padding: 2px 0 15px 15px;
	color: #777;
}
.subtext 
{
	font-size:90%;
}


.poll
{
	background-color:#e32118;
	color:#fff;
	padding: 10px 10px 10px 10px;
	width:100%;
	height:174px;
}
.poll th
{
	color:#fff;
	font-weight:bold;
}
.poll td
{
	color:#fff;
	padding-bottom: 3px;
}
.poll a
{
	color:#fff;
	text-decoration:underline;
}

.poll .pollheader 
{
	text-align:center;
	padding-top:10px;
}

.poll .pollquestion 
{
	text-align:center;
	font-size:11px;
	padding-bottom:16px	
}

.poll .pollanswer {
	width:90%; 
	padding-left:15px;
	font-size:11px;
}
.poll .pollvote {
	white-space:nowrap; 
	text-align:right;
	padding-right:15px;
	font-size:11px;
}

.poll .pollvote *
{
	font-size:11px!important;
}

.poll .pollsummary 
{
	text-align:center; padding-top:3px;
	color:#fff;
	font-size:11px;
	padding-bottom:10px;
}

.poll .pollsummary * 
{
	color:#fff;
}


#slideSidebarShow{
	background: #e32118;
}
#slideSidebarShow img {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: hand;
	cursor: pointer;
	width: 200px;
}
table.vacatureSpecs th {
	line-height: 180%;
	width: 100px;
}
.vacatureBreadcrumb {
	font-size: 90%;
	color: #7f7f7f;
	display:block;
	float:left;
	width: 400px;
}
.vacatureBreadcrumb a {
	font-size: 100%;
	color: #7f7f7f;
}
a.vacatureBack {
	font-size: 90%;
	color: #e32118;
}
