@import url(/include/css/editor.php);

/** =COLORS **
*/


html,
body {
	height: 100%;
	}

body {
	background: #82aed3 url('/image/gradient.png') repeat-x left top;
	}


/** =LAYOUT **/

#shadow {
	width: 766px;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	background: url('/image/shadow.png') repeat-y center top;
	}

#container {
	min-height: 800px;
	overflow: hidden;
	padding: 0px 9px 0px 39px;
	background: url('/image/content.jpg') no-repeat 504px 160px;
	}


/** =HEADER **/

#header {
	clear: both;
	margin: 0px -9px 0px -39px;
	padding-top: 160px;
	position: relative;
	background: url('/image/header.jpg') no-repeat;
	}

#logo {
	top: 40px;
	right: 90px;
	width: 210px;
	height: 60px;
	position: absolute;
	}
#logo a {
	width: 210px;
	height: 60px;
	display: block;
	}

#navigation {
	clear: both;
	height: 30px;
	position: relative;
	z-index: 1;
	}

#socialmediabar {
	float: right;
	margin: 7px 9px 0 0;
}
	#socialmediabar a {
		display: block;
		float: left;
		margin: 0 7px 0 0;
	}


/** =CONTENT - HOMEPAGE **/

#home-intro {
	}


/** CONTENT - DEFAULT **/

#wrapper {
	overflow: hidden;
	min-height: 300px;
	min-height: 330px;
	padding: 25px 0px;
	}

.foto {
	position: absolute;
	background-repeat: no-repeat;
	}
#foto1 {
	top: 200px;
	right: -50px;
	width: 230px;
	height: 221px;
	background-image: url('/image/foto1.png');
	}
#foto2 {
	top: 430px;
	right: -70px;
	width: 220px;
	height: 160px;
	background-image: url('/image/foto2.png');
	}

#content,
#footer {
	padding-left: 35px;
	}

#content {
	padding-right: 190px;
	}

#sidebar {
	}


/** =CONTENT - SPONSORS **/



/** =FOOTER **/

#footer {
	clear: both;
	}
#footer p {
	height: 100px;
	padding-bottom: 20px;
	}

	#footerfooter {
		margin:40px 36px 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid silver;
	}
	#footerfooter a {
		height: 32px;
		width: 60px;
		margin-bottom: 40px;
		background: url(/image/zeelandechtwaar.png) no-repeat center right;
		float: right;
		text-indent: -999em;
	}

/** =CLASSES **/

.logos,
.logos li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.logos {
	overflow: hidden;
	}

.logos li {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid silver;
	background: #ffffff;
	margin-left: 7px;
	margin-bottom: 7px;
	}
.logos li.first {
	margin-left: 0px;
	}

ul.logos li.clear {
	float: none;
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}

.logos li a {
	vertical-align: middle;
	}
.logos li img {
	vertical-align: middle;
	}
