@import "1140.css";
@import "fonts.css";

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	background-image: url(../images/backgrnd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	.spacer {
	height: 20px;
}
	.slogan {
	font-family: "Zaadgids-bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	color: #009e9a;
	margin-top: 2.9%;
}
	.logo {
	margin-top: 3.5%;
}
	.url {
	text-align: right;
}
	.url a {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
	nav {
	text-align: center;
	background-color: #a05000;
	background-image: url(/images/menu.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-image: linear-gradient(bottom, #00817e 35%, #006361 65%);
	background-image: -o-linear-gradient(bottom, #00817e 35%, #006361 65%);
	background-image: -moz-linear-gradient(bottom, #00817e 35%, #006361 65%);
	background-image: -webkit-linear-gradient(bottom, #00817e 35%, #006361 65%);
	background-image: -ms-linear-gradient(bottom, #00817e 35%, #006361 65%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, #00817e),
	color-stop(0.65, #006361)
	);
	font-size: 20px;
}
	#navlist {
	list-style: none;
	padding: 19px 0 17px 0;
	margin: 0;
}
	#navlist li {
	display: inline;
	padding: 0.3em 0.8em;
	margin: 0;
	white-space: nowrap;
}
	#navlist a:link, #navlist a:visited {
	font-family: "Zaadgids-bold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.8em;
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
	outline: 0;
}
	#navlist a:link.active, #navlist a:visited.active, #navlist a:hover {
	color: #8ee0de;
}
	.rounded {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	h1, h2 {
	font-family: "Zaadgids-light", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
	color: #ffffff;
	margin: 0 0 1em 0;
}
	h2 {
	font-family: "Zaadgids-regular", Arial, Helvetica, sans-serif;
	color: #809e14;
}
	.left { float: left }
	.right { float: right }
	.border { margin: 2px }
	.border-last { margin: 2px 0 0 1px }
	.first { margin-bottom: 10px }
	.green { background-color: #445a0d }
	.orange { background-color: #6e3700 }
	.red { background-color: red }
	.noline { outline: 0 }
	.text { 
	color: #fee7d1;
	padding-top: 30px;
	line-height: 1.8em;
}
	article { 
	color: #333333;
	line-height: 1.8em;
}
	article img {
	margin: 0 15px 5px 0;
}
	article p {
	margin-top: 0;
}
	footer { 
	position: relative;
	width: 100%;
	height: 100px;
	color: #cc9966;
	font-size: 12px;
	background-image: url(../images/footer.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
}
	div#grow {
	position: absolute;
	bottom: 110px;
	left: 50%;
	width: 200px;
	margin-left: 450px;
}
	div#grow2 {
	position: absolute;
	bottom: 110px;
	left: 50%;
	width: 200px;
	margin-left: -575px;
}
	.text a:link, .text a:visited, header a:link, header a:visited {
	color: #FFF;
}
	.text a:hover, .text a:active {
	color: #CCC;
}
	a:link, a:visited {
	color: #930;
}
	a:hover, a:active {
	color: #f30;
}
	div#exedo {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	margin: -2px -2px 0 5px;
	background-image: url(../images/icons.png);
}
	div#exedo:hover {
	background-position: 0px -20px;
}
	div#exedo a {
	float: left; width: 100%; height: 100%; outline: 0;
}
	div#exedo b, div#exedo strong {
	display: none;
}
	div#valid {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 200px;
	margin-left: 400px;
	text-align: right;
}
	div#valid a {
	text-decoration: none;
	color: #F90;
}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	#navlist {
	padding: 9px 0 7px 0;
}
	#navlist li {
	display: block;
	padding: 0;
}

	#navlist li a:link {
	line-height: 1.5em;
}

	.slogan {
	margin-top: 0;
}
	#navlist a {
	font-size: 20px;
}
	figure img, footer img {
	display: none;
}
	footer {
	position: relative;
	top: 0;
	height: 50px;
	padding: 0;
	color: #999;
	background-image: none;
}
	.first { margin: 0 }
	.rounded { -moz-border-radius: 0; border-radius: 0; }
	.small { height: 2px }
	.text { padding-top: 20px; }
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}

/* ========================================== */
/* ! Provide font-size for iPad in landscape  */
/* ========================================== */

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	
.row {
max-width: 1024px;
}	
	
}

/* ========================================== */
/* ! Provide font-size for iPad in portrait   */
/* ========================================== */

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
.row {
max-width: 768px;
}	
	
}

