
/* COPYRIGHT & INFO **************************************************************************************************
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Theme Name: Nieuw Kranenburg
Theme URL: http://www.nieuwkranenburg.nl/
Description: Nieuw Kranenburg
Version: 1.0
Author: Dpb-Internet
Author URL: http://www.Dpb-Internet.nl/

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
******************************************************************************************************************* */

/* RESET ********************************************************************************************************** */

	* { 
		margin: 0px;
		padding: 0px;
	}

/* BODY *********************************************************************************************************** */

	body {
		background: #2a2121;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #000;
	}
	
/* FONTS & LINKS *************************************************************************************************** */

	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		line-height: 17px;
		color: #000;
	}
	
	a, p a {
		text-decoration: none;
		color: #000;
	}
	
		a:hover, p a:hover {
			color: #5e3c10;
		}
	
	p.more {
		margin: 20px 0 20px 0;
	}
		
		p.more a, p.more-top a {
			padding: 5px 10px 5px 10px;
			background: #5e3c10;
			color: #fff;
		}
		
			p.more a:hover, p.more-top a:hover {
				background: #fff;
				color: #5e3c10;
			}
			
			
	
	p.more-top {
		margin: 0;
	}

	p.copyright {
		font-size: 11px;
		float: left;
		color: #fff;
	}
		
		p.copyright a {
			color: #fff;
		}
		
			p.copyright a:hover {
				background: #fff;
				color: #242121;
			}
			
	.agenda p {
		color: inherit;
	}
	
	p.alignleft {
		margin: 0 0 0 28px;
		float: left;
	}
	
	.logo h1 {
		width: 437px;
		height: 83px;
		background: url(img/kranenburg-hover-logo.png) no-repeat center bottom;
		text-indent: -9999px;
		float:left;
	}
	
	.logo h1 a {
		width: 437px;
		height: 83px;
		text-indent: -9999px;
		display: block;
		float:left;
	}
	
	.logo h1 a:hover {
		background: url(img/kranenburg-hover-logo.png) no-repeat center top;
	}
			
	h2 {
		margin: 0 0 10px 0;
		font-size: 25px;
		font-weight: normal;
	}
	
	h2.home {
		font-size: 20px;
	}

	.introtext a { text-decoration: underline; }
	
	h3 {
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	
	h4 {
		margin: 0 0 5px 0;
		font-size: 10px;
	}
	
	h6 {
		font-size: 15px;
		float: left;
		color: #fff;
	}
	
/* IMAGES ********************************************************************************************************* */

	a img {
		border: none;
	}
	
/* LISTS ********************************************************************************************************** */

	ul {
		margin: 0 0 20px 0;
	}

	ul.agenda li {
		padding: 5px 0 5px 0;
		list-style: none;
		border-bottom: 1px solid #d0cfcf;
		cursor: pointer;
	}
	
		ul.agenda li a {
			padding: 5px 0 5px 0;
			display: block;
		}
		
			ul.agenda li a:hover {
				padding: 5px 0 5px 5px;
				color: #fff;
			}		

	ul.last-news li {
		list-style: none;
		border-bottom: 1px solid #d0cfcf;
	}
	
		ul.last-news li a {
			padding: 5px 0 5px 0;
			display: block;
		}
		
			ul.last-news li a:hover {
				padding: 5px 0 5px 5px;
				background: #5e3c10;
				color: #fff;
			}
		
	ul.footer li {
		margin: 0 10px 0 0;
		width: 310px;
		list-style: none;
		border-bottom: 1px solid #454242;
		display: block;
		float: left;
	}
	
		ul.footer li a {
			padding: 5px 0 5px 0;
			display: block;
			color: #fff;
		}
		
			ul.footer li a:hover {
				padding: 5px 0 5px 5px;
				background: #fff;
				color: #242121;
			}

/* STANDARDS ****************************************************************************************************** */

	#logo-wrapper  {
		width: 100%;
		height: 104px;
		background: #2a2121;
	}
	
		.logo {
			margin: auto;
			padding: 21px 0 0 0;
			width: 993px;
			height: 83px;
		}
	
	#header {
		width: 100%;
		height: 323px;
		background: #fff url(img/kranenburg-header.jpg) top center no-repeat;
	}
	
	#content-wrapper {
		width: 100%;
		background: #efefef;
		overflow: hidden;
	}
	
		#content-container {
			margin: auto;
			padding: 20px 0 20px 0;
			width: 993px;
		}
		
		.block {
			margin: 0 31px 0 0;
			width: 310px;
			float: left;
		}
		
		.block-right {
			width: 310px;
			text-align: center;
			float: left;
		}
		
			.block-right img {
				text-align: center;
				float:right;
			}
			
				.block-right a {
					opacity: 0.8;
					filter: alpha(opacity=80);
				}
	
					.block-right a:hover {
						background: none;
						opacity: 1;
						filter: alpha(opacity=100);
					}
				
		.single {
			margin: 0 31px 0 0;
			width: 650px;
			float: left;
		}
		
			.single p {
				padding: 10px 0 10px 0;
			}
		
		.block-right-single {
			width: 310px;
			float: left;
		}
	
	#footer-container {
		margin:	auto;
		padding: 20px 0 20px 0;
		width: 993px;
		height: 50px;
		color: #fff;
	}
	
		#links {
			width: 640px;
			float: right;
		}
			
