@charset "utf-8";


/* ----- ALGEMEEN ----- */

html {
    position: relative;
    min-height: 100%;
}
body {
    background-color:#f8f8f8;
	margin: 0px 0px 80px; /* bottom = footer height */
}
.random {
	width: 97%;
}


/* ----- DIVS ----- */

#wikkel {
	margin: 0px auto;
	width:100%;
	font: 400 100% ff-spinoza-web-pro, "Times New Roman", Times, serif;
	color: #666;
}
#kopwikkel {
	background: url(../afbeeldingen/achtergr.jpg) repeat-x 50% 0px;
	height: 110px;
	width: 100%;
	border-top: 1px solid #000;
	margin-top:70px;
}
#kopvlag {
	width: 100%;
	height:75px;
	background: url(../afbeeldingen/achtergr.png) 65% 0px;
}
#kop {
	margin: 0px auto;
	max-width:940px;
	color:#fff;
	height: 75px;
	font-size:2.5em;
	line-height:75px;
	z-index:100;
}
#naam {
	background-color:#000;
	padding-right:50px;
	margin-left: 2.2766%;
	display:inline-block;
}
#navigatiewikkel {
	width:100%;
	float:left;
	height: 40px;
	line-height:40px;
	border-top: solid 1px #fff;
	background: #e9e9e9 url(../afbeeldingen/lijn.png) no-repeat 50% 39px;
}
#navigatie {
	margin:0px auto;
	max-width:940px;
	padding-left: 2.2766%;
}
#inhoudwikkel {
	margin: 0px auto;
	padding-top:40px;
	max-width:940px;
	margin-bottom:120px;
	padding-left:2.2766%;
}
#inhoud {
	margin-top:30px;
}
#nieuws {
	width:23.17021%;
	float: left;
	padding-right:2%;
	margin-top:10px;
	margin-right:1%;
	margin-bottom:120px;
	background: url(../afbeeldingen/lijnvert.png) no-repeat 98% 30px;
	min-height:500px;
}
#intro {
	width: 70.2766%;
	float:left;
	margin-top:40px;
}
#koloml {
	width:23.17021%;
	float: left;
	padding-right:2%;
	margin-top:10px;
	margin-right:1%;
	background: url(../afbeeldingen/lijnvert.png) no-repeat 98% 0px;
	min-height:500px;
}
#kolomr {
	width: 70.2766%;
	float:left;
	position:relative;
}
#galerij {
	min-width:630px;
	min-height: 420px;
}
#galerijdetail {
	position:absolute;
	z-index:100;
	top: 20px;
	display:none;
	overflow:visible;
	max-width:630px;
}
.sluiten {
	padding-top:8px;
	text-align:right;
	height:20px;
	right:10px;
	position:relative;
	font-style:italic;
	overflow:visible;
	white-space:nowrap;
	margin-left:10px;
}
.titel {
	float: left;
	clear:left;
	height:20px;
	padding-top:8px;
	position:relative;
	margin-right:16px;
}
#voet {
	height:80px;
	width: calc(100% - 20px);
	left: 0px;
	bottom: 0px;
	background: #fff url(..e/afbeeldingen/lijn.png) no-repeat 20% 0px;
	z-index:200;
	position: absolute;
	text-align: right;
	font: 400 100% ff-spinoza-web-pro, "Times New Roman", Times, serif;
	color: #666;
	padding: 20px 20px 0 0
}


/* ----- TYPOGRAFIE ----- */

#inhoud p {
	font-size: 1em;
	line-height: 1.5em;
}
#inhoud strong {
	font-weight: 700;
}
#inhoud h1 {
	font-size: 2em;
	color: #cc0000;
	font-weight:400;
	margin-bottom:10px;
}
#inhoud h2,
#nieuws h2 {
	font-size: 1.375em;
	color: #cc0000;
	font-weight:500;
	margin-top:1.2em;
}
#inhoud h3 {
	font-size: 1em;
	text-decoration: underline;
	font-weight:500;
	color: #000080;
	margin-top:1em;
}
#inhoud h4 {
	font-style:italic;
}
#nieuws .titelnieuws {
	font-weight:700;
	margin-top:14px;
}
#nieuws .link {
	margin-bottom:18px;
}
#nieuws .datum,
.datum {
	font-size: 0.8em;
	font-style: italic;
	color:#aaa;
}
.titel strong {
	font-weight: 700;
}

/* Lists */

#inhoud ul {
}
#inhoud li {
	list-style: disc;
	margin-left: 4em;
}
#koloml ul {
}
#koloml li {
	list-style: none;
	margin-left: 0px;
}


/* ----- NAVIGATIE ----- */

a, a:active, a:visited {
	text-decoration:underline;
	color: #cc0000;
}
a:hover {
	text-decoration:none;
}
#koloml a, #koloml a:active, #koloml a:visited {
	text-decoration:none;
	border-bottom: 1px solid #ddd; 
	display: block;
	color: #666;
	padding: 2px 20px 2px 20px;
}
#koloml a:hover {
	color: #cc0000;
}
.sluiten a, .sluiten a:active, .sluiten a:visited {
	text-decoration:none;
	color:#666;
}
.sluiten a:hover {
	color: #cc0000;
}


/* ----- FORMULIEREN ----- */

#form1 {
	padding-top:16px;
}
.formtekst {
	width: 160px;
	display: block;
	float: left;
	padding:0px;
	margin:0px;
}
.informatie {
	display: none;
}
.rij {
	margin: 0px;
	padding: 0px;
	clear: both;
}
input,
textarea{
	font: 400 100% ff-spinoza-web-pro, "Times New Roman", Times, serif;
	color: #666;
}
input[type="text"] {
	border: 1px solid #ddd;
	height: 18px;
	width: 248px;
	background: #fff;
	margin-bottom:7px;
	padding:2px 7px 2px 7px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"] {
	border-width: 0px;
	border-style: none;
	height: 29px;
	color: #fff;
	cursor: pointer;
	margin-top: 7px;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#cc0000;
}
textarea {
	border: 1px solid #ddd;
	width: 248px;
	height: 100px;
	background: #fff;
	margin-bottom:7px;
	padding:4px 7px 4px 7px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}