canvas {
  -ms-touch-action: auto;
}

body 
 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  //line-height: 1.5;
  color: black;
  margin-top: 0px;
  }

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #9a9a9a;
  font-weight:700;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #9a9a9a;
  font-weight:700;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: white;
  font-weight:700;
}

h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
  font-weight:700;
}

h5 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
  font-weight:700;
}

hr.dotted
{
border-bottom : 1px dotted #000;
border-top : none;
color : #fff;
} 

footer { 
    display:block;
}

menu { 
    display:block;
}

.main_view {
	float: left;
	position: relative;
}
.window {
	height:270px;	
	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 1px; right: -7px;
	width: 128px; height:17px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	font-size: 11px;
	line-height: 1px;
	background: url(reddot.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	//background: #dddddd;
	//border: 1px solid #610000;
	//background: url(reddot.png) no-repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

div.verzend {
    background: none repeat scroll 0 0 #dddddd;
	color: black;
}

div.optie {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	position:float; 
    left:400px; 
    top:30px; 
    width: 220px;
    height: 160px;		
    color: black;
	padding: 10px;
}

div.keuze {
    background: none repeat scroll 0 0 #136f9a;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
    position:float; 
    left:400px; 
    top:30px; 
    width: 220px;
    height: 160px;	
    color: white;
	padding: 10px;
}

div.optie1 {
    background: none repeat scroll 0 0 #00CC33;
	position:float; 
    left:400px; 
    top:30px; 
    width: 220px;
    height: 160px;		
    color: white;
	padding: 10px;
}

div.keuze1 {
    background: none repeat scroll 0 0 #3366FF;
    position:float; 
    left:400px; 
    top:30px; 
    width: 220px;
    height: 160px;	
    color: white;
	padding: 10px;
}

div.keuze3 {
    background: none repeat scroll 0 0 #CC0000;
    position:float; 
    left:400px; 
    top:30px; 
    width: 220px;
    height: 160px;	
    color: white;
	padding: 10px;
}

div.multizoneoptie {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	position:float; 
    left:400px; 
    top:30px; 
    width: 260px; 
    color: black;
}

div.multizonekeuze {
    background: none repeat scroll 0 0 #136f9a;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
    position:float; 
    left:400px; 
    top:30px; 
    width: 260px; 
    color: white;
}

div.zwart {
  background: none repeat scroll 0 0 #000000;
  border-radius: 0.8em 0.8em 0.8em 0.8em;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
  -webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
  -moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
  position:float; 
  left:400px; 
  top:30px; 
  width: 220px; 
  color: white;
}

#xmasleft {
  position:absolute;
  width: 500px;
  height: 500px;
  margin-left: -10px;
  background-image: url(xmasleft.png);  
}
  

#divcontainer {
  background: none repeat scroll 0 0 white;
  position:absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  //background: white;
}

#contentpage {
  height:100%;
  width: 96%;
  padding:0;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom:10px;
  margin-left: 10px;
  margin-right: 10px;
  background: white;
}

#banner {
  height:180px;
  padding:0;
  padding-top: 0;
  margin-top: 0px;
  margin-bottom:0px;
  margin-left: 0px;
  margin-right: 0px;
  background: white;
}

#TVbanner {
  height:290px;
  padding:0;
  padding-top: 0;
  margin-top: 0px;
  margin-bottom:0px;
  margin-left: 0px;
  margin-right: 0px;
  background: white;
}

.footer {
    //background: none repeat scroll 0 0 #000000;
    background: none repeat scroll 0 0 #136f9a;
	border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
    float: left;
    width: 100%;
    height: 45px;
    padding-top: 15px;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
}

ul.content {
  list-style-type: none;
}

li.content {
  margin-left:0px;
} 

.footer ol {
    width: 800px;
    height: 20px;
    margin-left: 240px;
}
.footer ol li {
    float: left;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    padding-right: 10px;
}

.footer ul {
    width: 800px;
    height: 20px;
    margin-left: 120px;
}
.footer ul li {
    float: left;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    padding-right: 10px;
}

A:link
 {
 color: #136f9a;text-decoration:underscore;
 }
A:active
 {
 color: #136f9a;text-decoration:underscore;
 }
A:hover
 {
 color: #136f9a;text-decoration:underscore;
 }
A:visited
 {
 color: #136f9a;text-decoration:underscore;
 }

 
A.products:link
 {
 color: #136f9a;text-decoration:underscore;font-size: 14px;font-weight:bold;
 }
A.products:active
 {
 color: #136f9a;text-decoration:underscore;font-size: 14px;font-weight:bold;
 }
A.products:hover
 {
 color: #136f9a;text-decoration:underscore;font-size: 14px;font-weight:bold;
 }
A.products:visited
 {
 color: #136f9a;text-decoration:underscore;font-size: 14px;font-weight:bold;
 }
 
A.wit:link
 {
 color: #ffffff;text-decoration:underscore;font-weight:bold;
 }
A.wit:active
 {
 color: #ffffff;text-decoration:underscore;font-weight:bold;
 }
A.wit:hover
 {
 color: #ffffff;text-decoration:underscore;font-weight:bold;
 }
A.wit:visited
 {
 color: #ffffff;text-decoration:underscore;font-weight:bold;
 }
 
 A.rood:link
 {
 color: red;text-decoration:underscore;font-weight:bold;
 }
A.rood:active
 {
 color: red;text-decoration:underscore;font-weight:bold;
 }
A.rood:hover
 {
 color: red;text-decoration:underscore;font-weight:bold;
 }
A.rood:visited
 {
 color: red;text-decoration:underscore;font-weight:bold;
 }
 
 A.zwart:link
 {
 color: #000000;text-decoration:underscore;font-weight:bold;
 }
A.zwart:active
 {
 color: #000000;text-decoration:underscore;font-weight:bold;
 }
A.zwart:hover
 {
 color: #000000;text-decoration:underscore;font-weight:bold;
 }
A.zwart:visited
 {
 color: #000000;text-decoration:underscore;font-weight:bold;
 }
 
A.witniet:link
 {
 color: white;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.witniet:active
 {
 color: white;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.witniet:hover
 {
 color: white;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.witniet:visited
 {
 color: white;text-decoration: none;font-weight:bold;font-size: 14px;
 }
 
 A.zwartniet:link
 {
 color: black;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.zwartniet:active
 {
 color: black;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.zwartniet:hover
 {
 color: black;text-decoration: none;font-weight:bold;font-size: 14px;
 }
A.zwartniet:visited
 {
 color: black;text-decoration: none;font-weight:bold;font-size: 14px;
 }
 
 A.wittitel:link
 {
 color: white;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.wittitel:active
 {
 color: white;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.wittitel:hover
 {
 color: white;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.wittitel:visited
 {
 color: white;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
 
 
 A.zwarttitel:link
 {
 color: black;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.zwarttitel:active
 {
 color: black;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.zwarttitel:hover
 {
 color: black;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
A.zwarttitel:visited
 {
 color: black;text-decoration: underscore;font-weight:bold;font-size: 14px;
 }
  
 A.wittetext:link
 {
 color: white;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.wittetext:active
 {
 color: white;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.wittetext:hover
 {
 color: white;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.wittetext:visited
 {
 color: white;text-decoration: none;font-weight:normal;font-size: 11px;
 }
 
A.zwartetext:link
 {
 color: black;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.zwartetext:active
 {
 color: black;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.zwartetext:hover
 {
 color: black;text-decoration: none;font-weight:normal;font-size: 11px;
 }
A.zwartetext:visited
 {
 color: black;text-decoration: none;font-weight:normal;font-size: 11px;
 }
 
 A.menu:link
 {
 color: white;text-decoration: none;font-size: 11px;
 }
A.menu:active
 {
 color: white;text-decoration: none;font-size: 11px;
 }
A.menu:hover
 {
 color: white;text-decoration: none;font-size: 11px;
 }
A.menu:visited
 {
 color: white;text-decoration: none;font-size: 11px;
 }

 A.niet:link
 {
 color: black;text-decoration: none;font-size: 11px;
 }
A.niet:active
 {
 color: black;text-decoration: none;font-size: 11px;
 }
A.niet:hover
 {
 color: black;text-decoration: none;font-size: 11px;
 }
A.niet:visited
 {
 color: black;text-decoration: none;font-size: 11px;
 } 

table.main
{
width: 100%;
} 

TD.content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: black;
  text-align: left;
  margin-left:0px;
}

TD.menu {
 background-color: #136f9a;
 text-align: center;
}


TD.nieuwsbrief {
 background-color: #136f9a;
 color: white;
 font-weight: 700;
 text-align: center;
}

TD.verzend {
 background-color: #dddddd;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 color: black;
 text-align: left;
}

TD.verzendr {
 background-color: #dddddd;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 color: black;
 text-align: right;
}

TD.verzendc {
 background-color: #dddddd;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 color: black;
 text-align: center;
}

TD.banner {
 background-color: #ffffff;
 text-align: center;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: black;
  text-align: left;
}

TD.mainr, P.mainr {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: black;
  text-align: right;
}

TD.mainc P.mainc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: black;
  text-align: center;
}

TD.optie, P.optie {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: black;
}

TD.optie1, P.optie1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: white;
}

TD.titel, P.titel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #9a9a9a;
  font-weight:700;
}

TD.watis, P.watis {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  text-align: justify;
  padding-right: 20px;
}

#footer {
    //visibility: hidden;
    background: none repeat scroll 0 0 #cdcdcd;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
    color: #000000;
    margin: 60px auto 10px;
    min-height: 125px;
    overflow: hidden;
    padding: 20px 25px;
    position: float;
    text-align: left;
}

#menumain {
    background: none repeat scroll 0 0 #136f9a;
	width: 1024px;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

#menu {
    background: none repeat scroll 0 0 #136f9a;
	width: 1024px;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

#bodem {
  position:absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  background: #9a9a9a;
}

.shop input {
   color: white;
   background: #136f9a;
   border-radius: 0.7em 0.7em 0.7em 0.7em;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
   -moz-border-radius: 0.7em 0.7em 0.7em 0.7em;
   -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em;
   -moz-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}