h1
{
	font-family : Lucida Sans Unicode;
	font-size :16pt;
	color: white;
}
h2
{
	font-family : Lucida Sans Unicode;
	font-size :12pt;
    line-height: 16pt;
	padding-top: 10px;
	color: white;
}
.tabel_tekst {
	font-family : Lucida Sans Unicode;
	font-size :9pt;
	text-align: left;
	clear: none;
	color: white;
	padding-right:25px;
	text-align: left;
}
.promo_enkel {
	width: 325;
	clear: none;
	margin-top:15px;
}
.promo_dubbel {
	width: 695px;
	height: 189px;
	clear: none;
	margin-top:15px;
}
.promo_paars {
	background-image : url(http://jackpotred.org/images/promo_paars_bg.jpg); 
	background-repeat : no-repeat;
	width: 695px;
	height: 189px;
	margin-top:15px;
}
.promo_blauw {
	background-image : url(http://jackpotred.org/images/promo_blauw_bg.jpg); 
	background-repeat : no-repeat;
	width: 695px;
	height: 189px;
	align: center;
	margin-top:15px;
}
.promo_tekst {
	font-family : Lucida Sans Unicode;
	font-size :11pt;
	font-weight=400;
	text-align: left;
	clear: none;
	color: white;
	width: 695px;
	align: center;
	margin-top:10px;
	padding-left:15px;
	padding-right:25px;
	text-align: center;
}
a {
	text-decoration: none;
	color:white;
	cursor:hand;
}
a:hover  {
	text-decoration: none;
	color: yellow;
	cursor:hand;
}
#bottom {
}
#footer {
  font-family : arial;
  font-size :8pt;
  color: white;
}/* basic architecture */
body {
  margin: 0px;
  padding: 0px;
  background-color: #112d45;
}
#mainWrapper {
  position: absolute;
	left: 50%;
	width: 1050px;
	margin-top: 2px;
	margin-left: -484px;
	/*padding: 15px;*/
}
#header {
  padding: 0;
}
#logo {
  margin-left: auto; 
  height: 145px;  margin-right: auto;  width: 1050px;  overflow: hidden;
  padding: 0;
  background-image:url(http://jackpotred.org/images/header.jpg);	
  background-repeat : no-repeat;
}
#menuContainer {
  margin-top: 0px;
  _margin-top: -6px;
  clear: both;
  height: 30px;
  overflow: hidden;

}
#colContainer {
  margin-left: 4px;
  _margin-left: 0px; /* needed for IE 6 */
}
#col12 {
  float: left;
  width: 325px;
  margin: 3px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;
  color: white;
  line-height: 16pt;
}
#col345 {
  padding-top: 10px;
  float: left;
  width: 700px;
}
#col123 {
  float: left;
  width: 690;
  margin: 3px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 5px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;
  color: white;
  line-height: 14pt;
}
#col45 {
  padding-top: 10px;
  float: left;
  width: 345px;
}
.colInner {
  margin: 0px; /* set to 0 for remove the borders */
  background-color: #112d45;
}
#bottom {
  clear: left;
  height: 30px;  /* can be removed or set to auto if it has content */
}
#footer {
  clear: both;
  height: 60px;  margin-left: auto;   margin-right: auto;  width: 180px;  overflow: hidden;
  align: center;
  vertical-align: middle;
}

/* menu */

#nav {
  padding: 0px 0 0 0;
  margin-left: -50px;
  background-image:url(http://jackpotred.org/images/menu_bg.jpg);
}
#nav ul {
  margin: 0 auto 100px auto;
  list-style: none;
  display: table;
  white-space: nowrap;
  font-family: Lucida Sans Unicode, Corbel, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#nav li {
  display: table-cell;
  margin: 0;
  padding: 0; 
}
#nav a {
  float: left;
  text-align: left;
  text-decoration: none; 
  letter-spacing: 1px;
  padding: 6px 10px 15px 11px;
}
a.menu1 {color:#fff; text-decoration:none;}
/*a.menu1:visited {color:#fff;}*/
a.menu1:hover {color:#fff; background-image:url(http://jackpotred.org/images/menu_bg_hover.jpg);}
a.menu1:active {color:yellow;}

