﻿html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff; /* for non-css3 browsers */
}

table
{
	text-align: center;
	height: 100%;
	width: 100%;
	border: 0;
}

.hiddenlink
{
	position: absolute;
	z-index: -100;
	left: -99999px;
}

h1
{
	font-size: 14px;
	line-height: 18px;
	font-family: verdana;
	color: #9C9E9F;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2
{
	font-size: 14px;
	line-height: 18px;
	font-family: verdana;
	color: #9C9E9F;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3
{
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #9C9E9F;
	margin: 0px;
	font-weight: normal;
}

p
{
	margin: 0px;
}

img
{
	border: 0;
}
body
{
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
}

.tdGradient
{
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8981d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #F8981D); /* for firefox 3.6+ */
}
td.header
{
	background: #f8981d;
	color: white;
	text-align: left;
	padding-left: 5px;
}
td.twitter
{
	background: white;
}
td.box
{
	vertical-align: top;
	text-align: left;
	background: #eeeeee;
	padding-left: 5px;
}

td.box a
{
	color: #000000;
	text-decoration: none;
}

/*---------------------------------------------------------------------------
Twitter widget
---------------------------------------------------------------------------*/
.twtr-tweet-text
{
	font-family: verdana;
	font-size: 11px;
}

.twtr-hd
{
	display: none;
	visibility: hidden;
}

#twtr-widget-1 h3
{
	font-family: verdana !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin-top: 5px;
}

.twtr-hd H3
{
	font-family: verdana !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin-top: 5px;
	}

.twtr-hd H4
{
	display: none;
	visibility: hidden;
	}

 .twtr-ft
{
	font-family: verdana;
	font-size: 11px;
	background-color : #F8981D;
	/*display: none;
	visibility: hidden;*/
}

.LinkAsText
{
	text-decoration: none;
}

.twitterbuttons
{
	text-decoration: none;
}
/*---------------------------------------------------------------------------
Menu
---------------------------------------------------------------------------*/
.HeaderRow
{
	height: 31px;
}
.MenuLeft
{
	background-image: url('../images/Menu/left.gif');
	background-repeat: no-repeat;
	background-color: #F8981D;
	width: 100px;
	height: 31px;
}
.MenuRight
{
	background-image: url('../images/Menu/right.gif');
	background-repeat: no-repeat;
	background-color: #F8981D;
	width: 30px;
	height: 31px;
}
.MenuNormal
{
	background-color: #F8981D;
	font-family: verdana;
	font-size: 13px;
	height: 31px;
	overflow: hidden;
}

.MenuNormal span
{
	text-decoration: none;
	color: #000000;
}


.MenuNormalOver
{
	background-color: #bb7700;
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;
	height: 31px;
	overflow: hidden;
	cursor: pointer;
}
.MenuNormalOver span
{
	text-decoration: none;
	color: #ffffff;
}

.MenuSpacer
{
	background-color: #F8981D;
	font-family: verdana;
	font-size: 13px;
	background-image: url('../images/Menu/spacer.gif');
	width: 2px;
	height: 31px;
}
/*---------------------------------------------------------------------------
Orange DataTable
---------------------------------------------------------------------------*/
.ODTTopLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTTopRight
{
	background-image: url('../images/OrangeDataTable/hoek_Re_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTBottomLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTBottomRight
{
	text-align: right;
	background-image: url('../images/OrangeDataTable/hoek_Re_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTBackground
{
	background-color: #F8981D;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}

.ODTData
{
	background-color: #F8981D;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
	color: #000000;
}
.ODTData A
{
	color: #FFFFFF;
	text-decoration: none;
}

.ODTData A:hover
{
	color: #000000;
}
.ODTData h2
{
	color: #000000;
	font-size: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
.ODTData h3
{
	font-size: 10px;
	color: white;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}


.ODTData ul
{
	padding: 0px;
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
}

.ODTData li
{
	padding: 0px;
	height: 100%;
	overflow: visible;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #F8981D;
}

.ODTData li A
{
	padding: 0px;
	position: relative;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;
}
/*---------------------------------------------------------------------------
Orange DataTable Menu
---------------------------------------------------------------------------*/
.ODTMenuTopLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuTopRight
{
	background-image: url('../images/OrangeDataTable/hoek_Re_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuBottomLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuBottomRight
{
	text-align: right;
	background-image: url('../images/OrangeDataTable/hoek_Re_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuBackground
{
	background-color: #F8981D;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.ODTMenuData
{
	background-color: #F8981D;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.ODTMenu
{
	z-index: 200;
	position: absolute;
	top: 78px;
	left: 0px;
	display: none;
	overflow: visible;
}

.ODTMenu UL
{
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
}
/*  -------
.ODTMenu LI {
color:white;
}
.ODTMenu LI A{
text-decoration:none;
}
.ODTMenu LI span {
color:black;
text-decoration:none;
}
.ODTMenu LI:hover {
cursor:pointer;
color:black;
width:auto;
}
.ODTMenu LI:hover A{
text-decoration:none;
}
.ODTMenu LI:hover span {
color:white;
}
---------  */

.ODTMenunormal
{
	color: white;
}

.ODTMenunormal2
{
	color: #F8981D;
}

.ODTMenunormal2 span
{
	color: #774B00;
}
.ODTMenunormal A
{
	text-decoration: none;
}
.ODTMenunormal span
{
	color: black;
	text-decoration: none;
}
.ODTMenuover
{
	cursor: pointer;
	color: black;
	width: auto;
}

.ODTMenuover2
{
	cursor: pointer;
	color: #F8981D;
	width: auto;
}
.ODTMenuover2 span
{
	color: #FFFFFF;
}

.ODTMenuover A
{
	text-decoration: none;
}
.ODTMenuover span
{
	color: white;
}

/*---------------------------------------------------------------------------
Orange DataTable Menu
---------------------------------------------------------------------------*/
.ODTMenuTRANSTopLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_BovSHADOW.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuTransTopRight
{
	background-image: url('../images/OrangeDataTable/hoek_Re_BovSHADOW.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuTransBottomLeft
{
	background-image: url('../images/OrangeDataTable/hoek_Li_OndSHADOW.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuTransBottomRight
{
	text-align: right;
	background-image: url('../images/OrangeDataTable/hoek_Re_OndSHADOW.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.ODTMenuTransBackground
{
	background-color: #424242;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.ODTMenuTransData
{
	background-color: #424242;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.ODTMenuTrans
{
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: 0.35;
	z-index: 190;
	position: absolute;
	top: 83px;
	left: 0px;
	display: none;
	overflow: visible;
}

.ODTMenuTrans UL
{
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
}

.ODTMenuTrans LI:hover
{
	color: black;
	width: auto;
}
.ODTMenuTrans LI:hover span
{
	color: white;
}


.ODTMenuTrans LI
{
	color: white;
}
.ODTMenuTrans LI span
{
	color: black;
}

/*---------------------------------------------------------------------------
OrangeWhite DataTable
---------------------------------------------------------------------------*/
.OWDTTopLeft
{
	background-image: url('../images/OrangeDataTable/OWhoek_Li_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.OWDTTopRight
{
	background-image: url('../images/OrangeDataTable/OWhoek_Re_Bov.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.OWDTBottomLeft
{
	background-image: url('../images/OrangeDataTable/OWhoek_Li_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.OWDTBottomRight
{
	text-align: right;
	background-image: url('../images/OrangeDataTable/OWhoek_Re_Ond.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.OWDTBackground
{
	background-color: #FFFFFF;
	background-image: url('../images/OrangeDataTable/OWhoek_Mi_Ond.gif');
	background-repeat: repeat-x;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.OWDTData
{
	background-image: url('../images/OrangeDataTable/OWhoek_Mi_Bov.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}
.OWDTData ul
{
	padding: 0px;
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
}

.OWDTData li
{
	padding: 0px;
	height: 100%;
	overflow: visible;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #F8981D;
}

.OWDTData A
{
	padding: 0px;
	position: relative;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}


.OWDTData A:hover
{
	color: #F8981D;
}

.OWDTDataCenter
{
	background-image: url('../images/OrangeDataTable/OWhoek_Mi_Bov.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}


.OWDTData hr
{
	border: 0px;
	color: #F8981D;
	background-color: #F8981D;
	height: 1px;
}


/*---------------------------------------------------------------------------
Data
---------------------------------------------------------------------------*/


.DataLeft
{
	text-align: left;
	width: 238px;
	vertical-align: top;
	font-size: 10px;
	line-height: 16px;
	font-family: verdana;
}
.DataLeft h1
{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	font-family: verdana;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.DataLeft h2
{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	font-family: verdana;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.DataLeft h4
{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	font-family: verdana;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}


.DataRight
{
	text-align: right;
	width: 238px;
	vertical-align: top;
	font-size: 10px;
	line-height: 16px;
	font-family: verdana;
	color: #FFFFFF;
}

.DataRight h2
{
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	font-family: verdana;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}



.DataCenter
{
	vertical-align: top;
	text-align: left;
	padding-left: 27px;
	padding-right: 27px;
}
.DataCenter A
{
	color: #F8981D;
	text-decoration: none;
}

.DataCenter A:hover
{
	text-decoration: underline;
}

.DataCenter A:hover TD H2
{
	color: #F8981D;
}
.DataCenter A:hover TD
{
	color: #F8981D;
}


.DataCenter td
{
	vertical-align: top;
	text-align: left;
}
.DataCenter ul
{
	list-style-type: disc;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 17px;
}
/*---------------------------------------------------------------------------
Zorg ervoor dat de table de juiste hoogte krijgt
---------------------------------------------------------------------------*/
.TableHeight
{
	height: auto;
}
.SpacerPanel
{
	margin-top: 10px;
	padding: 0px;
}

/*---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------*/
#FooterRow
{
	height: 23px;
}
.FooterLeft
{
	background-image: url('../images/Footer/left.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}
.FooterRight
{
	background-image: url('../images/Footer/right.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}
.FooterLeftHome
{
	background-image: url('../images/Footer/lefthome.gif');
	background-repeat: no-repeat;
}
.FooterRightHome
{
	background-image: url('../images/Footer/righthome.gif');
	background-repeat: no-repeat;
	background-color: inherit;
}
.FooterNormalHome
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	border-bottom: solid 1px #f8981D;
}
.FooterNormal
{
	background-color: #ECECEC;
	font-family: verdana;
	font-size: 10px;
	border-bottom: solid 1px #f8981D;
}
.FooterNormal A
{
	background-color: #ECECEC;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
}
.FooterNormal A:hover
{
	background-color: #ECECEC;
	color: #000000;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
}
.FooterSpacer
{
	background-color: #ECECEC;
	font-family: verdana;
	background-image: url('../images/Footer/spacer.gif');
	width: 3px;
}

.FooterRSS
{
	background: url('../images/rss.gif') no-repeat;
	margin-left: 4px;
	margin-right: -1px;
}
.FooterRSS:hover
{
	text-decoration: none;
}

hr
{
	border: 0px;
	color: #fff;
	background-color: #fff;
	height: 1px;
}
/*---------------------------------------------------------------------------
Sitemap eigenschappen
---------------------------------------------------------------------------*/
.show-sitemap
{
	width: 990px;
	margin-left: 40px;
}

.col-sitemap
{
	float: left;
	margin: 0px 10px 0 0;
	border: solid 1 #000000;
}
#sitemap ul
{
	list-style-image: none; /*list-style-position:outside;*/
	list-style-type: none;
	padding: 0px;
	width: auto;
}
#sitemap ul.col-sitemap li span.SitemapItem
{
	/*background:transparent url(../images/dot.gif) no-repeat scroll 4px 5px;*/
	font-weight: bold;
	padding-left: 15px;
}
#sitemap ul.col-sitemap ul
{
	margin: 5px 0 0;
	padding: 0;
}
#sitemap ul.col-sitemap li
{
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	color: #9c9e9f;
}
#sitemap ul.col-sitemap li a
{
	/*background:transparent url(../images/dot.gif) no-repeat scroll 4px 5px;*/
	color: #676A6B;
	padding-left: 15px;
	text-decoration: none;
}
#sitemap ul.col-sitemap li a:hover
{
	color: #000000;
}
#sitemap ul.col-sitemap ul li
{
	font-weight: normal;
	margin: 0 0 3px;
}
/*---------------------------------------------------------------------------
Divje wat over de pagina komt te liggen als je over het menu gaat
---------------------------------------------------------------------------*/
.transparency
{
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: 0.55;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
/*---------------------------------------------------------------------------
Class voor het tonen van een lijst opsomming bijvoorbeeld producten
---------------------------------------------------------------------------*/
.Index
{
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}
.Index
{
	cursor: pointer;
}
.Index td
{
	text-align: center;
	vertical-align: middle;
}
.Index p
{
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.Index h2
{
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
	margin: 0px;
}

.quote1
{
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 18px !important;
	font-family: verdana !important;
	color: #FFFFFF !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.quote2
{
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 18px !important;
	font-family: verdana !important;
	color: #000000 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.quote3
{
	font-size: 10px !important; /* color: white  !important; */
	color: #000000;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	margin: 0px !important;
}

/*---------------------------------------------------------------------------
Call2Action
---------------------------------------------------------------------------*/

.Call2Action
{
	height: auto;
	color: White;
	width: 270px;
}
.Call2Action:hover
{
	cursor: pointer;
}

.Call2Action A
{
	color: White;
}
.Call2Action A:hover
{
	color: White;
	cursor: pointer;
	border-bottom-color: White;
}
/*---------------------------------------------------------------------------
ValueProposition
---------------------------------------------------------------------------*/
.valueproposition
{
	color: Black;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.Translator
{
	text-align: left;
}
.Translator img
{
	width: 20px;
}


.youtube_box
{position: relative;top: 4px;
	height: 84px;
}
.youtube_thumb
{
	text-decoration: none;
	width: 104px;
	overflow: hidden;
	background: white;
	zoom: normal;
	float: none;
	background-color: white;
	position: relative;
	clear: none;
	height: 64px;
	text-align: center;
	font-size: 180;
	word-wrap: break-word;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	line-height: normal;
	margin-top: 0px;
	border: 1px solid #000000;
	outline: #03c 0px none;
	color: #03c;
	_zoom: 1;
	_display: inline;
	display: inline-block;
	vertical-align: middle;
	font: 100%/normal arial, sans-serif;
	margin: 0px;
	left:0px;
}

.youtube_text
{
	
	text-align: left;
	
}
