html, body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: url("../img/background.jpg") no-repeat #050505;
	background-position:center top; 
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { 
	text-decoration: none;
	color: #853A3A; 

}
a:hover { 
		text-decoration: underline;
		color: #853A3A; 
}
		
a:active { color: #853A3A; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { 
	font-size: 14px;
	width: 745px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px; 
	<!--padding: 20px;--> 
}

h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#wrapper{
	height: auto;
	width: 823px;
	margin: 0 auto;
	background: white;
}

#header{
	height: 162px;
	width: 823px;
	float: left;
	background: url("../img/header.png") no-repeat;
	margin-top: 10px;
}

#logo{
	height: 122px;
	width: 823px;
	float: left;
}

#menu{
	height: 42px;
	width: 733px;
	float: left;
	margin-top: 1px;
	text-align: center;
	padding-left: 90px;
}

#menu ul{
	margin: 0 auto;
	padding: 0px;
	float: left;
}

#menu ul li {
	width: auto;
	list-style: none;
	float: left;
}

#menu ul li a {
	height: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home.active{background: url("../img/home.png") no-repeat;}
.fruitmachines.active{background: url("../img/fruitmachines.png") no-repeat;}
.slotmachines.active{background: url("../img/slotmachines.png") no-repeat;}
.videoslots.active{background: url("../img/videoslots.png") no-repeat;}
.faq.active{background: url("../img/faq.png") no-repeat;}
.contact.active{background: url("../img/contact.png") no-repeat;}
.mailafriend.active{background: url("../img/mailafriend.png") no-repeat;}

#menu .home:hover {background: url("../img/home.png") no-repeat;}
#menu .fruitmachines:hover {background: url("../img/fruitmachines.png") no-repeat;}
#menu .slotmachines:hover {background: url("../img/slotmachines.png") no-repeat;}
#menu .videoslots:hover {background: url("../img/videoslots.png") no-repeat;}
#menu .faq:hover {background: url("../img/faq.png") no-repeat;}
#menu .contact:hover {background: url("../img/contact.png") no-repeat;}
#menu .mailafriend:hover {background: url("../img/mailafriend.png") no-repeat;}

#main{
	height: auto;
	width: 757px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	background: url("../img/mainbg.jpg") repeat-x #212121;
}

#carrousel{
	height: 187px;
	width: 757px;
	float: left;
	background: #333;
	margin-top: 3px;
}

#logobanner{
	width: 741px;
	background: #000;
	float: left;
	color: white;
	position: absolute;
	z-index: 2px;
	margin-top: -38px;
	padding: 8px;
	background: url("../img/transparant.png");
}

#slogan{
	height: 16px;
	width: 739px;
	float: left;
	margin-top: 3px;
	background: url("../img/sloganbg.jpg") no-repeat;
	color: #fffff;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-weight: bold;
}

#content{
	height: auto;
	min-height: 200px;
	width: 737px;
	float: left;
	padding: 10px;
	background: #fff;
	background: url("../img/contentbg.jpg") repeat-x #fff;
	background-position:bottom; 
}

#machines{
	height: auto;
	min-height: 200px;
	width: 737px;
	float: left;
	padding: 10px;
	background: #fff;
	background: url("../img/contentbg.jpg") repeat-x #fff;
	background-position:bottom; 
}

#title{
	width: 745px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#content home{
	float: left;
	font-weight: bold;
	font-size: 14px;
}


#text{
	width: 555px;
	float: left;
}

#text2{
	width: 745px;
	float: left;
}


#text img{
	border: 2px solid #ffad0b;
	margin: 5px;
	display: inline;
}

#links{
	width: 745px;
	float: left;
	padding: 6px;
	background: url("../img/linksbg.jpg") no-repeat #fff;;
}

#links_left{
	height: auto;
	width: 400px;
	float: left;
	padding-top: 6px;
}

#links_left ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

#links_left ul li {
	width: auto;
	list-style: none;
	float: left;
}

#links_left ul li a {
	height: auto;
	width: 400px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #333;
}

#links_left a:hover{
	color: ##333;
	text-decoration: underline;
}

#links1{
	width: 200px;
	float: left;
}

#links2{
	width: 200px;
	float: left;
}

#links_right{
	height: auto;
	width: 345px;
	float: left;
	text-align: center;
	padding-top: 6px;
}

#figure{
	width: 146px;
	position: absolute;
	z-index: 2px;
	overflow: hidden;
	margin-top: -60px;
	margin-left: 710px;
}

#footer{
	height: 50px;
	width: 100%;
	clear: both;
	background: url("../img/footerbg.jpg") repeat-x #ffa707;
}

#footermenu{
	height: 20px;
	width: 745px;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
	color: #444;
}

#footermenu a{
	text-decoration: none;
	color: #444;
}

#footermenu a:hover{
	color: #fff;
}

#copyright{
	width: 745px;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
	color: #444;
}

#copyright2{
	width: 751px;
	margin: 0 auto;
	text-align: center;
	color: #444;
	font-size: 10px;
}

#left{
	width: 225px;
	float: left;
	padding: 10px;
}

#center{
	width: 225px;
	min-height: 155px;
	float: left;
	padding: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#right{
	width: 225px;
	float: left;
	padding: 10px;
}

.clear{
	float:left;
	clear:both;
}

.machine{
	height: auto;
	width: 223px;
	float: left;
}

.machinetop{
	height: 18px;
	width: 173px;
	float: left;
	padding-left: 50px;
	padding-top: 3px;
	background: url("../img/machinetop.png") no-repeat;
}

.machinemiddle{
	min-height: 100px;
	width: 211px;
	float: left;
	padding: 5px;
	background: url("../img/machinemiddle.jpg") repeat-x #fff;
	background-position:bottom; 
	border-left: 1px solid #eca717;
	border-right: 1px solid #eca717;
}

.machineimage{
	height: 100px;
	width: 100px;
	float: left;
}

.machineimage img{
	height: 100px;
	width: 100px;
}

.machineinfo{
	height: 67px;
	width: 101px;
	float: left;
	padding: 5px;
	font-size: 10px;
}

.machineknop{
	height: auto;
	width: 101px;
	float: left;
	padding: 5px;
}

.machineknop a {
	height: 19px;
	width: 64px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #333;
	background: url("../img/speelnu1.jpg") no-repeat;
}

.machineknop a:hover{
	height: 19px;
	width: 64px;
	color: ##333;
	background: url("../img/speelnu2.jpg") no-repeat;
}

.machinebottom{
	height: 15px;
	width: 213px;
	float: left;
	padding: 5px;
	background: url("../img/machinebottom.png") no-repeat;
}

/* CONTACTFORM */
#contactform{
	width:415px;
	height:240px;
	font-size:75%;
	padding-top:20px;
}

.field {
	min-height:25px;
	height:auto;
	float: left;
}

.fieldbutton {
	text-align:right;
	padding-top:10px;
	float: left;
}	

label {
	width:110px;
	float:left;
}

.fieldfill, textarea {
	float:left;
	border:1px solid #c3c3c3;
}

.fieldfill {
	width:180px;
}

textarea {
	width:300px;
	height:100px;
	float: left;
	margin-bottom:10px;
}

/* ZEGNAT.NET  // WEBDEV */
#achtergrondFix {
	background-color: #b3b3b3;
	float: left;
}
#extra {
	width: 741px;
	margin: 25px 8px;
	background: transparent url(../img/extra-back.png) repeat-y;
	float: left;
}
#extra-content {
	display: block;
	width: 741px;
	height: 13px;
	background: transparent url(../img/extra-top.png) no-repeat;
	margin-left: -10px;
	margin-top: -13px;
}
#extra div {
	background: transparent url(../img/extra-bottom.png) bottom center no-repeat;
	padding: 0px 10px 13px;
	margin-bottom: -13px;
}
h2, h3, h4, h5, h6 {
	margin: .5em 0 0;
}

#aside {
  float: right;
  width: 160px;
  height: 700px;
  text-align: center;
}
.extrabox {
  background: transparent url(../img/extrabox.png) center center no-repeat;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 10px;
 
}
.extrabox h2 {
  margin: 0 0 5px 25px;
  font-size: 13px;
  height: 24px;
  line-height: 26px;
}
.extrabox img {
  border: 1px solid #434141;
}
.extrabox a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../img/speelnu.png) center top no-repeat;
  height: 19px;
  width: 64px;
  margin: -2px auto 0;
}
.extrabox a:hover{
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../img/speelnu.png) center top no-repeat;
  height: 19px;
  width: 64px;
  margin: -2px auto 0;
  background: url("../img/speelnu2.jpg") no-repeat;
}
