/* mobiel.css  testje
 * voor de iphone bijv.
 *@media only screen and (max-device-width: 480px) { 

	.selector {
		padding: 0;
		margin: 0;
		}

}
 * geen resizing teksten [iphone]
 html {
	-webkit-text-size-adjust: none;
	}
 *
 * reset nu alles eerst!
 *
 */
 /* mobile styles *//*
@media handheld {
}
*/
/*reset css ook alle eerdere divs behalve de i, h1, h2, h3, h4, p, *//*
html, body, div, span, applet, object, iframe, h5, h6, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
:focus {*//* remember to define focus styles! *//*
	outline: 0;
}
ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}*/
/* =Horizontal Rule
-------------------------------------------------------------- *//*
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%;
}

hr.space {
	background:#fff;
	color:#fff;
}
*//*----------------eigen input hieronder------------------------------------------------*/
#plaatjescarrousel, #enzo,
#header,  #groter  
	{display:none;}

body {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-family: Verdana ,Geneva, sans-serif;
	color: #000070;/*of #470062 paars*/
	background: url(../afbeeldingen/boxjedef3.gif);
	}

img { 
		max-width: 480px;
	}
a {
	text-decoration: none;
	border-style: none;
}
/* mobiele box */
#wrapper {
	max-width : 480px;
	min-height: 320px;
	color: #000070;
	margin:5px;
	/*border: 1px solid #000070;*/
}
#box {
	margin-top: 0;
	/*width: 90%;*/
	/*max-width:90%;*/
}
#linkerkant {
	clear: both;
	float:none;
	width:100%;
	max-width: 480px;
	height: 286px;
	min-height: 240px;
	/*background: #FFFFB6;*/
}
#linkerachtergond {
	background: url(../afbeeldingen/transppixel.png);
	width: 100%;
	height: 400px;
}
#homeknop {
	margin: 20px auto;
	padding 0;
	background: url(../afbeeldingen/mob_logo.png);
	background-repeat: no-repeat;
	max-width: 243px;
	max-height: 105px;
	position: relative;
}
#navigatie {
	min-width: 150px;
	position: relative;
	margin: 10px auto;
	padding-left: 30px;
}
#rechts-teksten {
	clear:both;
	float: none;
	background: #FFFFB6;
	width: 100%;/*zie onder 464px*/
	/*width: 464px;*/
	min-height: 550px;
}
#tekstruimte {
	/*min-width:464px;*/
	font-size: 14px;
	background: #FFFFB6;
	border: 1px solid #000065;
	border-bottom: none;
	padding: 30px 40px 110px 40px;
}
#groter {
	display: block;
}
#voettekst {
	margin-left: 42px;
}
.tassen {
	background: url(../afbeeldingen/tassen.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 313px;
	max-width: 313px;
	max-height: 95px;
	/*background-size: cover;*//*313px 97px contain (bevatgeheel) ,cover (gedeelte?) of 100% (percentage)*/
	margin-top: -95px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#enzovoort {
	background: url(../afbeeldingen/ontwerphorizont.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 33px;
	height: 8px;
	margin: 1px 1px 1px 4px;
}
/*--------- style for contact sheet ----------*/
#contact {
	width: 95%;
}
#contact_tekst {
	line-height: 1.5em;/*24px*/
	margin-left: 20px;
}
#form_tekst {
	margin: 10px 0 4px 20px;
}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

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

}