
/*  # Standaardkleuren:
    # Blauw:    #00569b   
    # Rood:     #dd0127
    # Groen:    #41a93a
	# Geel:		#fad606
	# Oranje:	#ff751a
	# Paars:	#7546a2
*/

/* achtergrond en algemene teksteigenschappen */

body {
	background: #fff url(../images/achtergrond-blauw.gif) repeat-x 0px 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	word-spacing: -1px;
}

a,
a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}

h4 {
	font-size: 1em;
	margin-bottom: -0.5em;
}

p {
	margin: .5em 0 1em 0;
}

/* centreren en breedte bepalen */

#container {
	width: 930px;
	padding: 0 35px;
	margin: 0 auto;
}

/* header */

#header {
	float: left;
	width: 100%;
	height: 110px;
	padding-top: 10px;
	margin-bottom: 10px;
}

	#header h1 {
		display: none;
	}
	
	#header img#logo {
		position: absolute;
		z-index: 55;
	}
	
	#header ul#topnav {
		float: right;
		height: 20px;
		margin-bottom: 50px;
	}
	
		#header ul#topnav li {
			float: left;
			padding: 0px 4px 0px 7px;
			background: transparent url(../images/stip_topnav-blauw.gif) no-repeat left center;
		}
		
		#header ul#topnav li.first {
			padding-left: 0px;
			background-image: none;
		}
			
			#header ul#topnav li a {
				color: #00569b;
			}
	
	#header #mainnav {
		float: left;
		width: 100%;
		height: 40px;
		background-color: #00569b;
	}
	
/* Dropdown Menu */
	
#jsddm {
	margin: 0;
	padding-top: 5px;
	float: right;	
}
	
#jsddm li {
	float: left;
	list-style: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #F60;
}

#jsddm li a {
	display: block;
	background: transparant;
	padding: 5px 12px;
	text-decoration: none;
	border: 0px solid #000;
	width: auto;
	color: #FFF;
	white-space: nowrap;
}

#jsddm li a:hover {
	background: transparant;
	color: #FFF;
	text-decoration: underline;
}
		
#jsddm li ul {
	position: absolute;
	visibility: hidden;
	margin-top: 6px;
	padding: 0;
	border: 1px solid #00569B;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
}
		
#jsddm li ul li a {
	width: auto;
	color: #00569B;
	background: #FFF;
}
		
#jsddm li ul li a:hover {
	background: #00569B;
	color: #FFF;
	text-decoration: none;
}

/*
	
	* html #header #mainnav {
		overflow: hidden;
	}
	
		#header #mainnav ul {
			float: right;
			padding-top: 5px;
		}
		
			#header #mainnav ul li {
				float: left;
				margin: 0px 5px 0px 5px;
				padding-left: 5px;
			}
			
				#header #mainnav ul li span {
					float: left;
					padding-right: 5px;
				}
				
					#header #mainnav ul li a {
						float: left;
						height: 35px;
						padding: 0px 5px;
						font-family: Lucida Sans;
						font-size: 13px;
						line-height: 30px;
						color: #fff;
					}
			
			#header #mainnav ul li.active {
				background: transparent url(../images/tab_active-links.png) no-repeat left top;
			}
			
				#header #mainnav ul li.active span {
					background: transparent url(../images/tab_active-rechts.png) no-repeat right top;
				}
				
					#header #mainnav ul li.active span a {
						background-color: #fff;
						color: #00569b;
					}

*/
		
		#header #mainnav div {
			float: left;
			width: 180px;
			height: 95px;
			position: relative;
			z-index: 50;
			left: -25px;
			background-image: url(../images/circel-blauw.png);
		}
		

	

/* content */

#content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

	#content #content-header {
		float: left;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}
	
		#content #content-header a,
		#content #content-header a img {
			float: left;
		}
		
	#content #main {
		float: left;
		width: 610px;
		margin-right: 10px;
	}
	
		#content #main .stippen {
			float: left;
			width: 610px;
			background: transparent url(../images/stip_rand-rechts-blauw.gif) repeat-y right top;
		}
		
			#content #main .stippen .top,
			#content #main .stippen .onder {
				float: left;
				width: 610px;
				height: 10px;
				background: transparent url(../images/stip_rand-boven-blauw.gif) repeat-x left top;
				
				/* kleine fix voor IE6 */
				overflow: hidden;
				font-size: 1px;
			}
			
			#content #main .stippen .inhoud {
				float: left;
				width: 570px;
				padding: 10px 20px 5px 20px;
				background: transparent url(../images/stip_rand-links-blauw.gif) repeat-y left top;
			}
			
				#content #main .stippen .inhoud h3,
				#content #main .stippen .inhoud h4 {
					color: #00569b;
				}
				
				#content #main .stippen .inhoud img[align=left] {
					margin-right: 10px;
				}
				
				#content #main .stippen .inhoud img[align=right] {
					margin-left: 10px;
				}
			
		
			#content #main .stippen .onder {
				height: 5px;
				background: #fff url(../images/stip_rand-onder-blauw.gif) repeat-x left bottom;
			}
	
	#content #content-rechts {
		float: left;
		width: 300px;
		margin-left: 10px;
	}
	
		#content #content-rechts .kader {
			float: left;
			width: 280px;
			padding: 10px;
			margin-bottom: 20px;
			color: #fff;
		}
		
			#content #content-rechts .kader a {
				color: #fff;
				text-decoration: underline;
			}
			
			#content #content-rechts .kader li {
				float: left;
				margin: 1em 0 0 0;
				padding-left: 10px;
				background: transparent none no-repeat 0px 7px;
			}
			
				#content #content-rechts .kader li strong {
					display: block;
				}
			#content #content-rechts form input.text {
				float: left;
				width: 131px;
				padding: 2px;
				border: 0;
				margin-bottom: 5px;
			}
			
			#content #content-rechts form input.text.first {
				margin-right: 10px;
			}
			
			#content #content-rechts form input.submit {
				float: right;
			}
		
		/* Kader fotoalbum */
		#content #content-rechts .kader.fotoalbum {
			background-color: #00569b;
		}
		
		#content #content-rechts .kader.fotoalbum h3 {
			color: #b2cce1;
		}
		
		#content #content-rechts .kader.fotoalbum h4 {
			color: #b2cce1;
		}
		
		#content #content-rechts .kader.fotoalbum a {
				color: #fff;
				text-decoration: none;
				padding-left: 5px;
		}
		
		#content #content-rechts .kader.fotoalbum a:hover {
				color: #fff;
				text-decoration: underline;
				padding-left: 5px;
		}
		
		#content #content-rechts .kader.fotoalbum .fotoUpdate {
				color: #b2cce1;
				font-size: 11px;
		}
		
		/* Fotoalbum oranje */
		
		#content #content-rechts .kader.fotoalbumOranje {
			background-color: #ff751a;
		}
		
		#content #content-rechts .kader.fotoalbumOranje h3 {
			color: #ffdcc6;
		}
		
		#content #content-rechts .kader.fotoalbumOranje h4 {
			color: #ffdcc6;
		}
		
		#content #content-rechts .kader.fotoalbumOranje a {
				color: #fff;
				text-decoration: none;
				padding-left: 5px;
		}
		
		#content #content-rechts .kader.fotoalbumOranje a:hover {
				color: #fff;
				text-decoration: underline;
				padding-left: 5px;
		}
		
		#content #content-rechts .kader.fotoalbumOranje .fotoUpdate {
				color: #ffdcc6;
				font-size: 11px;
		}
		
		/* Kleuren kaders */		
		
		#content #content-rechts .kader.blauw {
			background-color: #00569b;
		}
		
			#content #content-rechts .kader.blauw h3 {
				color: #b2cce1;
			}
			
			#content #content-rechts .kader.blauw li {
				background-image: url(../images/stip_bullet-blauw.gif);
			}
		
		#content #content-rechts .kader.oranje {
			background-color: #ff751a;
		}
		
			#content #content-rechts .kader.oranje h3 {
				color: #ffdcc6;
			}
		
		#content #content-rechts .kader.paars {
			background-color: #7546a2;
		}
		
			#content #content-rechts .kader.paars h3 {
				color: #dcd1e8;
			}
			
		#content #content-rechts .kader.rood {
			background-color: #dd0127;
		}
		
			#content #content-rechts .kader.rood h3 {
				color: #f5b2be;
			}
	
		#content #content-rechts .kader.groen {
			background-color: #41a93a;
		}
		
			#content #content-rechts .kader.groen h3 {
				color: #c6e5c4;
			}
		
		
		
/* vaste hoogte voor #main en .kader op de frontpage */

#content.frontpage #main .stippen .inhoud {
	height: 290px;
}

#content.frontpage #content-rechts .kader {
	height: 300px;
	margin-bottom: 0px;
}

/* items op de frontpage */

#items {
	float: left;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
}

	#items .links,
	#items .midden,
	#items .rechts {
		float: left;
		width: 300px;
		height: 140px;
	}
	
	#items .midden {
		width: 290px;
		margin: 0px 20px;
	}
	
/* footer */

#footer {
	float: left;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: center;
}

	#footer img {
		vertical-align: middle;
	}
	
/* CSS voor de prijzentabellen */

.prijzenTabel {
	width: 570px;
	border: 0px #000 solid;
}

.prijzenTabel th {
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background-color: #00569b;
	padding: 5px;
}

.prijzenTabel td {
	padding: 5px;
	border-bottom: 1px #DDD solid;
}

.prijzenTabel td.kol1 {
	width: 270px;
}

.prijzenTabel td.kol2 {
	width: 150px;
}

.prijzenTabel td.kol3 {
	width: 150px;
}

/* CSS voor de contacttabellen */

.contactTabel {
	width: 570px;
	border: 0px #000 solid;
}

.contactTabel td {
	padding: 5px;
}

.contactTabel td.kol1 {
	width: 180px;
}

.contactTabel td.kol2 {
	width: 15px;
}

.contactTabel td.kol3 {
	width: 375px;
}

/* CSS voor het formulier */
.contactTabel input {
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F6F6F6;
}

.contactTabel input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}

.contactTabel select {
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F6F6F6;
}

.contactTabel textarea {
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F6F6F6;	
}

/* CSS voor de ster bij tabellen */

.ster {
	color: #00569b;
	font-weight: bold;
}

/* CSS voor de lijsten */
#standaardLijst {
	list-style-image: url(../images/stip-blauw.gif);
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 0px 10px 0px;
}

.fotoalbum {
	width: 570px;
	border: 0px #000 solid;
}

.fotoalbum td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}