/*
Website : Landelijke Spingroep
CSS & template: Janneke Maat
E-mail: info@moonwise.nl
WWW: http://www.moonwise.nl
*/
/* BASIS - Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e3e3e3;
	color: #000000;
	font: 62.5%/1.6 Arial, Helvetica, sans-serif;
	text-align: center;
}
/* hack voor internet explorer IE6 */
* html body{
	font-size: 75%;
}
p {
	padding: 5px 5px 5px 0px;
	font-size: 1.2em;
}
/* basis link styles */
a, a:link, a:visited, a:active{
	color: #799617;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #35E323;
	text-decoration: underline;
}
/* koppen */
h1, h2, h3{
	color: #239617;
	padding-top: 10px;
	font-weight: normal;
}
h1{
	font-size: 2em;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.25em;
	letter-spacing: 1px;
}
ul {
	margin: 5px;
	padding: 5px;
	list-style: square;
}
li {
	list-style: circle inside;
	padding: 3px 5px 2px 10px;
	font-size: 1.2em;
}
ol{
	margin: 5px;
	padding: 5px;
	list-style: decimal inside;
}
ol li{
	list-style: decimal inside;
	font-size: 1.2em;
	padding: 3px 5px 2px 10px;
}
hr {
	height: 1px;
	border-bottom: 1px dotted #35E323;
}
img{
	margin: 5px;
	padding: 5px;
	border: 1px #1c1c1c solid;
}
/* global form styles */
input, select, textarea{
	border: 1px solid #799617;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 10px 1em 10px 5px;
	padding: 0.3em;
	width: 25em;
}
input.radio{
	float: left;
	margin: 0px 1em 0px 0px;
	width: auto;
	border: 0px solid;
}
input:focus, textarea:focus{
	background: #E3E3E3;
	color: #1C1C1C;
}
fieldset {
	border: 1px solid #799617;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1em;
	margin: 1em 0;
}
legend{
	border: 1px solid #799617;
	color: #1C1C1C;
	padding: 1em;
}
label {
	font-size: 1.2em;
	/*display: block;*/
	float: left;
	width: 15em;
}
#onderwerp label {
  width: 15em;
  display: inline;
  float: none;
}
form p {
  position: relative;
	width: 100%;
	font-size: 1em;
	display: block;
}

/* styling van tabellen */
table {
	width: 98%;
	padding: 1%;
	margin: 1%;
	border: 1px solid #b6e322;
}
tr:hover {
	background: #EAF7BF;
}
th {
	background: #B6E322;
	font-size: 1.25em;
	letter-spacing: 1px;
	text-align: center;
}
td{
	vertical-align: top;
	padding: 3px 2px;
	font-size: 1.2em;
}

/* ---------------------
LAYOUT TEMPLATE
--------------------- */
#pagewidth{
	background: #FFFFFF;
	min-width: 750px;
	max-width: 950px;
	width: expression(document.body.clientWidth > 950? "950px": "auto" );
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #239617;
	border-right: 1px solid #239617;
}
#header{
	background: #239617 url(../images/sheep2.gif) no-repeat 25% 0;
	position: relative;
	height: 130px;
	width: 100%;
	text-align: left;
}
#header h1{
  font-size: 2.0em;
  font-weight: normal;
  text-indent: -5000px;
}
#wrapper{
}
#leftcol{
	width: 21%;
	float: left;
	position: relative; 
	background: #E3E3E3;
	padding: 2%;
}
#maincol{
	float: right;
	position: relative;
	width: 67%;
	background: #FFFFFF;
	padding: 2% 3%;
}
#footer{
	width: 98%;
	height: 20px;
	background: #239617;
	color: #1C1C1C;
	padding: 1%;
	text-align: center;
	clear: both;
}
#footer img{
	padding: 5px;
	border: 0px solid #1C1C1C;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */ 

/* Styling voor het zijmenu */
.markermenu{
	list-style-type: none;
	width: 90%;
	margin: 0;
}
.markermenu li{
	background: #F7F7F7;
	font: 1em Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 3px 0 3px 10px;
}
.markermenu li a, .markermenu li a:link, .markermenu li a:visited, .markermenu li a:active {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #095023;
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: normal;
}

.markermenu li a:hover{
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #35E323;
}
/* Styling voor het topmenu*/
#topmenu {
	text-align: right;
	padding: 0.5em;
	background: #b6e322;
}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	font: 1.2em Arial, Helvetica, sans-serif;
	list-style: none;
	display: inline;
	padding: 0 1em;
}
#navlist li a {
	padding: 0.4em 1em;
	font-weight: normal;
}
#navlist li a:link, #navlist li a:visited {
	color: #095023;
	font-weight: normal;
	}
#navlist li a:hover {
	color: #35E323;
	background: #095023;
	font-weight: normal;
}
/* Styling van galerie o.a. in berichten */
#thumbnails {
	position: relative;
	width: 98%;
	margin: 1%;
}
.img-wrapper {
	margin: 2em 4em 0 0;
	float: left;
	line-height: 1em;
	text-align: center;
}
.img-wrapper img {
	float:none;
	margin:0;
	position:relative;
	top:-0.5em;
}

/* vormgevende classes */
.entry1 {
	background: #E3E3E3;
}
.entry2 {
	background: #F7F7F7;
}

.bericht {
	border: 1px solid #B6E322;
	margin: 1%;
	padding: 1%;
	display: block;
}
/* Styling van foto's in album*/
.thmb-wrapper {
	margin: 2em 2em 0 2em;
	float: left;
	line-height: 1em;
	text-align: center;
	width: 16em;
	height: 16em;
}
.thmb-wrapper img {
	float:none;
	margin:0;
	position:relative;
	top:-0.5em;
	text-align: center;
}