html {
    -webkit-text-size-adjust: none;
}


* {	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-family: Helvetica, Arial narrow, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	width: 23000px;
	overflow: hidden;
}

#ie6 {display: none;}

a img {border:none;}

p{
font-weight: normal;
line-height: 1.5em;
letter-spacing: -.5px;
color: #999;
font-size: 13pt;
margin: 0 0 12px 0;
}

a {outline: none;}

p a{
font-weight: normal;
background: #888;
padding: 0 2px;
color: #fff;
text-decoration: none;
}

p a:hover{background: #7cd300;}

img {outline: none;}

.container {
float: left;
display: block;
height: 1000px;
width: 2000px;
position: relative;
}

.alt {
color: white;
}

.interior {
width: 950px;
}

.back, .next {
position: absolute;
}

.home {
position: absolute;
width: 46px;
height: 17px;
}

#home {background: #131313 url('../images/bg-home.png') no-repeat top left;}

#home .interior {
padding-top: 50px;
padding-left: 250px;
}

#home h1 {
	font-size: 7em; 
 	color: #7CD300;
	margin: 0 0 5px 0;
	padding: 0;
}
	
#home h2{
	font-size: 1.5em;
	color: #fff;
	margin: 0 0 0 0;
 	padding-left: 18px;
}

#home p{
width: 600px;
float: left;
padding-left: 18px;
}

#home .next {
top: 500px;
left: 850px;
}

#between1 {background: #131313 url('../images/bg-between1.png') no-repeat top left;}
#between2 {background: #131313 url('../images/bg-between2.png') no-repeat top left;}
#ontwerpwebdesign {background: #131313 url('../images/bg-ontwerpwebdesign.png') no-repeat top left;}

#ontwerpwebdesign .back {
top: 500px;
left: 45px;
}

#ontwerpwebdesign .next {
top: 75px;
left: 720px;
}

#ontwerpwebdesign .interior {
padding-top: 30px;
padding-left: 220px;
margin-left: 4px;
}

#ontwerpwebdesign h1 {
	font-size: 6em; 
 	color: #7cd300;
	margin: 0;
	padding: 0;
}
	
#ontwerpwebdesign h2{
	font-size: 2em;
	color: #fff;
	margin: -4px 0 10px 0;
 	padding-left: 106px;
}

#ontwerpwebdesign p{
color: #fff;
}

#ontwerpwebdesign p a{
background: #999;
color: #fff;
}

#ontwerpwebdesign p a:hover{
background: #7cd300;
color: #fff;;
}

#ontwerpwebdesign .columnleft {
float: left;
width: 420px;
}

#ontwerpwebdesign .columnright {
float: left;
width: 400px;
margin-left: 50px;
padding-top: 150px;
}

#between3 {background: #131313 url('../images/bg-between3.png') no-repeat top left;}
#between4 {background: #131313 url('../images/bg-between4.png') no-repeat top left;}
#ontwerpprint {background: #131313 url('../images/bg-ontwerpprint.png') no-repeat top left;}

#ontwerpprint .back {
top: 450px;
left: 20px;
}

#ontwerpprint .next {
top: 97px;
left: 819px;
}

#ontwerpprint .interior {
padding-top: 30px;
padding-left: 290px;
margin-left: 4px;
}

#ontwerpprint h1 {
	font-size: 6em; 
 	color: #7cd300;
	margin: 0;
	padding: 0 0 0 0;
}
	
#ontwerpprint h2{
	font-size: 2em;
	color: #131313;
	margin: -4px 0 10px 0;
 	padding-left: 198px;
}

#ontwerpprint .columnleft {
float: left;
width: 420px;
}

#ontwerpprint .columnright {
float: left;
width: 300px;
margin-left: 50px;
padding-top: 7px;
}

#ontwerpprint p{
width: 600px;
float: left;
 	padding-left:10px;
}

#between5 {background: #131313 url('../images/bg-between5.png') no-repeat top left;}
#between6 {background: #131313 url('../images/bg-between6.png') no-repeat top left;}
#contact {background: #131313 url('../images/bg-contact.png') no-repeat top left;}

#contact .interior {
padding-top: 130px;
padding-left: 570px;
}

#contact h1 {
	font-size: 5em; 
 	color: #7cd300;
	margin: 0;
	padding: 0;
}

#contact .next {
top: 322px;
left: 280px;
}

#contact .back {
top:130px;
left: 50px;
}

#contact p{
font-size: 13pt;
width: 400px;
float: left;
color: #fff;
padding-left: 4px;
}

#contact p a{
background: #999;
color: #fff;
}

#contact p a:hover{
background: #7cd300;
color: #fff;
}

#contact img a{
background:transparent;

}

.iconmenu {
position: absolute;
top: 400px;
left: 630px;
}

.iconmenu li {
float: left;
}

/* Setup Tab so normal opacity is 40 and rollover is 100 */
.iconmenu ul li a img{
/* for IE */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter:alpha(opacity=40);
  
/* CSS3 standard */
opacity:0.6;			  
}
.iconmenu ul li a:hover img{	  
/* for IE */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);

opacity:1;			  
}
