/* Page code */

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body 
{
	text-align:center;
	font: normal 13px arial;
	height: 100%;
	/*background: url(../images/bgbody_home.jpg) top left no-repeat;*/
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
}

p.caps
{
	text-transform: uppercase;
}

p.kazan
{
	visibility: hidden;
}

h1
{
	font: bold 13px arial;
}

img
{
	border: none;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}



/* Page structure */


.center, .center2
{
	position: relative;
	margin: 0px auto;
}

#container
{
	/*position: absolute;*/
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 702px;
 	height: auto !important;
 	height: 702px;
	text-align: left;
}

td, table#bgheader, table#contentwrapper
{
	border: 0;
	margin: 0;
	padding: 0;
	empty-cells: show;
	border-spacing: 0;
}

table#bgheader, table#contentwrapper
{
	width: 100%;
	border: none;
	border-collapse: collapse; /*separate;*/
}

td#cel_left
{
	height: 153px;
	background: url(../images/bgbody_home.jpg) top left no-repeat;
}

td#cel_center
{
	width: 880px; /*889px;*/
	height: 153px;
}

td#cel_right
{
	height: 153px;
	background: url(../images/bgtopright_home.jpg) top left no-repeat;
}

td#shadow_left
{
	height: 417px;
	background: url(../images/shadow_left.jpg) top right no-repeat;
}

td#content_center
{
	width: 889px;
	/*height: 153px;*/
}

td#shadow_right
{
	height: 417px;
	background: url(../images/shadow_right.jpg) top left no-repeat;
}


/* --------------------------------------------------------- */


#header
{
	position: relative;
	width: 880px;
	height: 153px;
	border-right: solid 9px #fff;
}

#timeflash
{
	z-index: 1;
	position: absolute;
	top: 12px;
	left: 672px;
	width: 184px;
	height: 43px;
}


/* ------------------------------------------------------------------------- */

#centerdiv
{
	width: 957px;
	margin: auto;
}

#shadowleft
{
	float: left;
	height: 417px;
	width: 34px;
	background: url(../images/shadow_left.jpg) top right no-repeat;
}

#shadowright
{
	float: left;
	height: 417px;
	width: 34px;
	background: url(../images/shadow_right.jpg) top left no-repeat;
}

#container_menustd
{
	clear: both;
	width: 889px;
	height: 30px;
	padding-top: 9px;
}

/*					ORGENEEL MET TAAL
#menustd
{
	/*float: left;*/
	/*
	position: relative;
	width: 363px;
	height: 30px;
	padding-left: 305px; /*250px;*/
	/*padding-left: 55px;*/
	/*font-weight: bold;
}
*/

#menustd
{
	position: relative;
	width: 375px;
	height: 30px;
	padding-left: 293px; /*	padding-left: 305px; */
	font-weight: bold;
}


#menustd ul
{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#menustd li
{
	display: inline;
}

#menustd ul li a
{
	text-decoration:none;
	line-height: 30px;
	margin: 0px 20px;
	padding: 5px 0px 5px 0px;	/*padding: 5px 10px 5px 10px;*/
	color: #999;
}

#menustd ul li a.language
{
	background: url(../images/bgbutton_language.jpg) 100% 11px no-repeat;
}

#menustd ul li a.selected
{
	color: #000;
}

#menustd ul li a:hover
{
	color: #000;
}

#menustd ul li > ul.submenustd
{
	display: none;
	/*visibility: visible;*/
	/*width: 110px;
	margin-left: 240px;
	padding: 5px;
	border: solid 1px #999;
	background-color: #fff;*/
}

#menustd ul li:hover > ul.submenustd
{
	margin-top: -3px;
	display: block;
	width: 110px;
	margin-left: 240px;
	padding: 0 2px 2px 3px;
	border: solid 1px #999;
	background-color: #fff;
}

#menustd ul li ul.submenustd li
{
	display: block;
	line-height: 20px;
	height: 20px;
}

#menustd ul li ul.submenustd li a
{
	line-height: 20px;
	height: 20px;
}

#menustd ul li > ul.submenustd_spec
{
	display: none;
	/*visibility: visible;*/
	/*width: 110px;
	margin-left: 240px;
	padding: 5px;
	border: solid 1px #999;
	background-color: #fff;*/
}

#menustd ul li:hover > ul.submenustd_spec
{
	margin-top: -3px;
	display: block;
	width: 110px;
	margin-left: 240px;
	padding: 0 2px 2px 3px;
	border: solid 1px #999;
	background-color: #fff;
}

#menustd ul li ul.submenustd_spec li
{
	display: block;
	line-height: 20px;
	height: 20px;
}

#menustd ul li ul.submenustd_spec li a
{
	line-height: 20px;
	height: 20px;
}


#container_content
{
	clear: both;
	width: 889px;
	padding-top: 9px;
}

#container_footer
{
	width: 889px;
	height: 35px;
}

#footer
{
	width: 570px;
	margin-left: 250px;
	padding-left: 60px;
	font: normal 9px arial;
	text-transform: uppercase;
	line-height: 35px;
}