@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;

}

body {
	background-color:#38302b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	padding:0;
	margin:0;
}

img {
	border:none;
}

a {
	text-decoration:underline;
	color:#fff;
}
a:hover {
	color:#edffaf;
}

h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px;
}
h2 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	margin:0;
}


/* ---- header ---- */

#headerwrap {
	width:100%;
	height:269px;
	border-bottom:1px solid #fff;
	background:url(../media/header_achter.jpg) top center no-repeat;
	float:left;
}
#header {
	width:1005px;
	height:270px;
	margin:0 auto;

}
#logo {
	width:385px;
	padding:20px 0 0 15px;
	height:68px;
	float:left;
}
#slogan {
	width:390px;
	float:right;
	font-size:16px;
	color:#4e6710;
	text-align:right;
	padding-top:47px;
	}
	

/* ---- navigaotsie ---- */

#navigation {
	width:1005px;
	height:25px;
	float:left;
	list-style:none;
}
#navigation ul {
	padding:0;
}

#navigation li{
	float:left;
	clear:none;
	list-style:none;
}
#navigation li a{
	color:#fff;
	display:block;
	font-size:12px;
	*line-height:40px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 27px; /*12px*/
}

/*
#navigation li a:actief{
	color:#a3907c;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 15px;
}*/

#navigation li a:hover{
	color:#a3907c;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#navigation .actief{
	color:#a3907c;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 27px; /*12px*/
	*line-height:40px;

}

/* ---- content ---- */

#contentwrap {
	width:100%;
	float:left;
	background:#4d6710 url(../media/gras_achter2.jpg) top center repeat-x;
	min-height:270px;
}
#contentwraplarge {
	width:100%;
	float:left;
	background:#4d6710 url(../media/gras_achter2.jpg) bottom center repeat-x;
	min-height:270px;
	padding-bottom:30px;
}
#content {
	width:1005px;
	margin:0 auto;
	min-height: 300px;
}
#content_txt {
	width:365px;
	padding:10px 140px 10px 15px;
	float:left;
}

#content_txt2 {
	width:410px;
	margin-top:-40px;
	float: left;
	min-height: 10px;
	padding-left: 50px;
}

#nieuws_txt2 {
	width:365px;
	float: left;
	max-height: 270px;
	overflow: auto;
	padding: 10px 0px 0px 0px;
}

#sub_txt2 {
	width:390px;
	float: left;
	max-height: 270px;
	overflow: auto;
	padding: 10px 0px 0px 0px;
}

#content_txt2 img {
	border:1px solid #fff;
	margin-bottom:20px;
}

#content_txt ul {
	padding-left:15px;
	margin-left:0px;
}

#content_large {
	width:780px;
	padding:10px 20px 10px 15px;
	margin:0 auto;
}

table.sidebar {
	border:1px solid #fff;
	width:365px;
	background-color:#97bf0d;
	color:#030;
	padding:5px;
	margin-bottom:20px;
}
td.sidebar {
	padding:2px;
}
tr.sidebar {
	border-bottom:1px dotted #fff;
}
	

#streepwrap {
	width:100%;
	float:left;
	background-color:#97bf0d;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#streep {
	width:900px;
	height:35px;
	margin:0 auto;
	padding-left:25px;
}
#gallerywrap {
	width:100%;
	float:left;
	background:url(../media/gras_achter2.jpg) bottom center no-repeat;
}

#gallery {
	width:1005px;
	height:140px;
	margin:0 auto;
	padding-top:25px;
}

#gallery img {
	margin-right:37px;
	border:1px solid #fff;
}


/* ---- footer ---- */

#footerwrap {
	width:100%;
	border-top:1px solid #fff;
	background-color:#38302b;
	float:left;
}

#footer {
	width:1005px;
	margin:0 auto;
	padding:0px;
}
#footer p {
	padding:0px 20px 0px 15px;
	font-size:10px;
}

/* ---- fotowissel ---- */

#foto {
	width:400px;
	height:239px;
	top:239px;
	position: absolute;
	left:50%; 
	margin-left:0px;
	z-index:10;
	float:none;
	border:1px solid #fff;
	background-color:#000;	
	}

/* ---- accordeon effect ---- */

#acc {
	width:380px;
	list-style:none;
	margin-left:0px;
	}
#acc h3 {
	width:355px;
	padding:5px;
	cursor:pointer;
	color:#4d6710;
	font-size:12px;
	font-weight:bold;
	background-color:#97bf0d;
	}
#acc h3:hover {
	text-decoration:none;
	}
#acc .acc-section {
	overflow:hidden;
}
#acc .acc-content {
	width:360px; 
	padding:0px; 
	border-top:none; 
	padding-bottom:20px;
}
#acc li {
	list-style:none;
	margin:0px;
	padding:0px;
}
input.text {
	width:260px;
	height:20px;
	background-color:#97bf0d;
	border:1px solid #fff;
	margin-bottom:10px;
}
input.textarea {
	width:260px;
	height:60px;
	background-color:#97bf0d;
	border:1px solid #fff;
	margin-bottom:10px;
	overflow: auto;
}
	
textarea.textarea {
	width:260px;
	height:60px;
	background-color:#97bf0d;
	border:1px solid #fff;
	margin-bottom:10px;
	overflow: auto;
}

/* ---- formulier ---- */

#graszoden_nieuwsblok
	{
	height: 113px;
	margin: 0px auto;
	width: 265px;
	float: right;
	background-image: url(../images/bg-90.png);
	color: #000;
	}


#graszoden_nieuwsblok h1 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin:0px;
}

#graszoden_nieuwsblok p {
	color:#333;
	font-size:12px;
	padding:0px;
	
}

#graszoden_nieuwsblok li{
	/*float:left;*/
	clear:none;
	list-style:none;
}
#graszoden_nieuwsblok li a{
	color:#333;
	/*display:block;*/
	font-size:12px;
	line-height:20px;
	*line-height:40px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0px 0px 5px;
	
}

#graszoden_nieuwsblok ul {
	padding:0;
}


/* graszoden twitterblok */

#graszoden_twitterblok
	{
	height: 113px;
	margin: 0px auto;
	width: 250px;
	float: right;
	background-image: url(../images/bg-90.png);
	color: #000;
	margin-right: 32px;
	}


#graszoden_twitterblok h1 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	margin:0px;
}

#graszoden_twitterblok p {
	color:#333;
	font-size:12px;
	padding:2px;
	
}

#graszoden_twitterblok li{
	/*float:left;*/
	clear:none;
	list-style:none;
}
#graszoden_twitterblok li a{
	color:#333;
	/*display:block;*/
	font-size:12px;
	line-height:20px;
	*line-height:40px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0px 0px 0px;	
}

#graszoden_twitterblok ul {
	padding:2px;
	margin-left:0px;
}

/* graszoden twitter blok */

.geen a {
	text-decoration:none;
	color:#fff;
}
.geen a:hover {
	color:#fff;
}
