/*                                */
/*        CSS-document voor       */
/*   'Gordion Cultureel Advies'   */
/*                                */
/*              (c)               */
/*       Koekblik Producties      */
/*         april-mei 2007         */
/*                                */
/*        www.gordion.nl          */
/*       www.koekblik.com         */
/*                                */


/* 	1. Basisonderdelen */
	body {
		background-color: white;
		margin: 0;
		font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif; 
		font-size: 12px;
		line-height: 20px;
	}
	
	h1 {
		display: inline;
		height: 69px;
		width: 100%;
		line-height: 69px;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 20px 0;
		padding: 0;
		color: black;		
	}
	
	h2 {
		font-size: 12px;
		font-weight: regular;
		width: 100%;
		background-color: #223d4a;
		padding: 2px 0 2px 4px;
		background-position: right;
		background-repeat: repeat-y;
		color: #fdfcf5;
	}
	
	h3 {
		display: inline;
		font-weight: bold;
		font-size: 13px;
		color: #333333;
		margin-right: 10px;
		color: #223d4a;
	}
	
	p {
		margin: 0;
		padding: 0 0 20px 10px;
	}
	
	#left a {
		color: #5f8f73;
		text-decoration: underline;
	}

	#left a:visited {
		color: #5f8f73;
		text-decoration: underline;
	}

	#left a:hover {
		color: #223d4a;
		text-decoration: none;
	}

	#left ul {
		margin-top: 5px;
		margin-left: 25px;
		padding: 0;
		list-style: disc;
	}
	
	#left ul li {
		margin: 0;
		padding-left: 5px;
		padding-bottom: 4px;
	}

	
/* 2. Containers */

	#container {
		width: 100%;
		background: url(../img2/knoopcontent_vul.png);
		background-repeat:repeat-y;
		background-position:center;
	}		

	#pagetitle {
		background: url(../img2/subheader_1600.jpg);
		background-repeat: no-repeat;
		background-position: center;
		height: 69px;
		line-height: 69px;
		width: 100%;
		margin: 0px;
	}	
	
	#header {
		background: url(../img2/header_1600.jpg);
		background-position: top center;
		background-color: #223d4a;
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
		height: 136px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#middle {
		background: url(../img2/knoopcontent_1600_png.png);	
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
	}
	
	#footer {
		background-color: #223d4a;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 30px;
		border-top: 1px solid white;
		color: white;
		position: relative;
		display: block;
		z-index: 2;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
	}
	
/* 3. Contentbevatters */

	.hidden {
		display: none;
	}

	.logolaag {
		background-repeat: no-repeat;
		background-position: right;
		height: 105px;
	}

	.content {
		width: 790px;
		padding: 0 0 0 110px;
		height: inherit;
		margin: 0px auto;
		display: block;
	}
	
	.content_nav {
		width: 900px;
		height: inherit;
		margin: 0px auto;
		padding: 0;
	}

	.content_foot {
		width: 900px;
		background-image: url(../img2/footerbg.png);
		background-position: right;
		background-repeat: no-repeat;
		line-height: 30px;
		vertical-align: center;
		height: inherit;
		margin: 0px auto;
		padding: 0;
		font-size: 10px;
		letter-spacing: 2px;
	}

	a.toplink, a.toplink:visited {
		color: white;
		text-decoration: underline;
	}

	a.toplink:hover {
		color: #ccc;
		text-decoration: none;
	}

	#left {
		width: 500px;
		text-align: left;
		padding: 25px 0 0 0;
		min-height: 280px;
		_height: 280px;
		color: #223d4a;
		z-index: 2;
	}
	
	#right {
        display: block;
        position: absolute;
		top: 241px;
		margin: 0 0 0 590px;
		padding: 0;
		width: 210px;
		height: inherit;		
		z-index: 5;
	}

	#left img {
		padding: 4px;
		border: 1px solid #223d4a;
		background-color: #fdfcf5;
		display: block;
		margin: 10px 0 0px 10px;
	}
	
	.clarification {
		clear: both;
	}
	
	#right img {
		display: block;
		padding: 4px;
		border: 1px solid #223d4a;
		background-color: #fdfcf5;
	} 
	
	#right a {
		color: #223d4a;
	}


/* 4. Navigatie */
	
	.navigatie {
		z-index: 6;
		position: relative;
		border-top: 1px solid white;
		border-bottom: 0px solid white;
		background-color: #223d4a;
		height: 30px;
		border-left: 1px solid white;
		width: 900px;
	}
	
	.navigatie a {
		display: block;
		text-transform: uppercase;
		padding: 0 19px 0 20px;
		margin: 0;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		color: white;
		text-decoration: none;
		background: none;
		border-right: 1px solid white;
		float: left;
	}

	.navigatie a:hover, .navigatie a.active:hover {
		text-decoration: none;
		background-color: #0f1518;
	}
	
	.navigatie a.active {
		background-color: #0f1518;
	}

/* 5. Branding */

	.content_foot .koekblik {
	position: relative;
	display: inline;
	text-align: center;
	z-index: 90;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #608495;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Arial", "Helvetica", sans-serif;
	}

	.content_foot .koekblik:hover {
	color: #999;
	}
	
	a.bliklink, a.bliklink:visited {
	text-decoration: none;
	border: none;
	color: #608495;
	}

	a.bliklink:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #999;
	}