/* CSS Document voor De Groote Modderkolk */
html {
      height: 100%;
}

body {
      height: 100%;
	  overflow-y:none;
	  overflow-x:auto;
}

#header_sides{
	background: url('images/header_sides.jpg') left;
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	top: 0px;
	left: 0px;	
	background-repeat: repeat;
	height: 150px;
	width:100%;
	top: 0px;
}

#header{
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	top: 0px;
	left: 0px;	
	background-repeat: repeat;
	height: 150px;
	width:800px;
	top: 0px;
}

#content_side_left{
	background: url('images/content_sides.jpg');
	margin-top: 0px;
	margin-left: 0px;	
	background-repeat: repeat;
	height: 100%;
	width:100%;
}

#content_side_right{
	background: url('images/content_sides.jpg');
	margin-top:0px;
	margin-left:0px;	
	background-repeat: repeat;
	height: 100%;
	width:100%;
}

#guestbook{
    background-color: #FFFFCC;
    color:#gggggg;
	border-bottom: solid #00940A 2px;
	border-left: solid #00940A 2px;
	border-right: solid #00940A 2px;
	border-top:solid #00940A 1px;
}

#guestbook_title{
    background-color: #00940A;
    color:#ffffff;
	border:solid #00940A 2px;
	width:500px;
}

#div_guestbook{
	border: solid #1a0468 1px;
}

#img_verdandi{
    background:right url(images/verdandi_page.jpg) no-repeat;
	height:125px;
	text-align:left;
}

#img_natuurmonumenten{
    background:right url(images/natuurmonumenten_page.jpg) no-repeat;
	height:125px;
	text-align:left;
}


h3 {
	font-family:"Trebuchet MS";
	color:#006600;
	margin-top: 3px;
	margin-left:4px;
}

h4 {
	font-family:"Trebuchet MS";
	color:#006600;
	margin-left:4px;
}

p {
font-family:"Trebuchet MS";
color: #000000;
font-size:13px;
margin-left:4px;
}
td {
font-family:"Trebuchet MS";
color: #000000;
font-size:13px;
}

#black {
	color: #000000;
	font-weight:bold;
}

#green {
	color: #00940A;
	font-weight:bold;
}
#orange {
	color: #ff9f08;
	font-weight:bold;
}
a {
    color: #FF0000; 
    text-decoration: none;
	margin-left:4px;
}
a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
}

/* Fotoalbum */
img.centreren {
    vertical-align:middle;
    margin: 5px;
    border: 0px;
}

img.thumbs {
    vertical-align:middle;
    border: 0px;
    margin: 10px;
}

img.groot {
    vertical-align:middle;
    border: 0px;
}
