/*for ipad
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        width: 768px;
    }
}*/

/*for iphone/ipod
@media all and (max-device-width: 480px) {
    body {
        width: 1024px;
    }
}
*/


body {
	 overflow: auto;
    overflow-x: hidden;
    overflow-y:  show;
    margin: 0px;
}

.background {
	position:absolute;
	width: 100%;
	height: 99%;
	left: 0%;
	z-index:1;
	margin-bottom: 10px;
}
	
.background2 {
	background-image:url(img/iancurtis_trans.jpg);
	background-position: center top;

	}

.links A {
		TEXT-DECORATION:none;
		color: #cccccc;
		}


		
a:hover {  
	color: #F36;
	}
	
#containerhoofdnavigatie {
	position:absolute;
	top:0px;
	height:60px;
	z-index:5;
	width: 70%;
	left:-5px;
}


.hoofdnavigatie {
	position:relative;
	top:0px;
	height:40px;
	z-index:2;
	background-color: #000000;
	padding-right: 18px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-right: 2px;
	margin-left: 0px;
}	

	
#tekstvast {
	position:absolute;
	top:28px;
	height:30px;
	z-index:2;
	background-color: #ff3166;
	padding-right: 18px;
	padding-left: 15px;	
	}
	
#pijltjes {
	position:absolute; 
	left:130px; 
	top:28px; 
	width:22px; 
	height:30px;
	z-index:3; 
	background-color: #009966; 
	}
	
#tekst {
	position:absolute; 
	left:105px;
	top:28px;
	height:30px;
	z-index:2;
	background-color: #009966;
	padding-right: 15px;
	padding-left: 15px;	
	}

.links2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color: #ffffff;  
	line-height: 24px; 
	font-weight: bold;
	}
	
.links2 A
		{
		TEXT-DECORATION:none;
		color: #ffffff;
		}

.links2 a:hover
		{
	TEXT-DECORATION:underline;
	color: #F36;
		}		
		

.title2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 	16px;
	color: black;
	font-weight: 100px;
	}

.title3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 66px;
	color: #330066;
	letter-spacing: 0.1em;
	background-color: white;
	}

.kop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #cccccc;
	line-height:55px;
	}

.kop2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #ff3166;
	line-height:67px;
	}
	
.kop3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #cccccc;
	line-height: 70px;
	}

.kop a:hover { 
	color: #F36; 
	 }
	
.kop4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #cccccc;
	line-height: 67px;
	}

.kop5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 74px;
	color: #000000;
	line-height: 100px;
	}
	
.kop6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #000000;
	line-height: 100px;
	}

.tussenkop {
	color: #e9967a !important; 
}


.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #ff3166;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.broodtekst {
	position:absolute;
	font-family: Helvetica Neue,Helvetica,Trebuchet MS,Arial,Verdana,Tahoma,"DejaVu Sans","Liberation sans","Bitstream Vera Sans",sans-serif;
	font-size:12px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	z-index:10;
	bottom: 5%;
	left: 85px;
	width: 450px;
	text-shadow:0 0 1px rgba(0,0,0,.1);
	-moz-text-shadow:0 0 1px rgba(0,0,0,.1);	
	}
	
.verkoop {
	left: 33%;
	width: 30%;
	color: #F06;
	}
	
.plaatje {
	left: 76%;
	width: 25%;
	color: #FFF;
	font-size:11px;
	
	}
	
.plaatje a {
	color: #F99;
	letter-spacing: 0.05em;
	}
	
.plaatje a:hover {
	color: #F06;
	}
	
