/*Voor: Dorpsgenoten */
/* Door: Omega Webdesign */
/* www.omega-webdesign.nl */

html, body {
	height: 100%;
	background-image: url(../imgs/achtergrond.jpg);
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 91%;
	line-height: 1.5em;
}

h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0.7em 0;
}

a:link, a:visited { color: black; }
a:hover { color: white; }

#helescherm {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-image: url(../imgs/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 0px green;
}

#topper {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 240px;
	z-index: 9000;
}

#topper h1 { float:left; margin-top: -2000px; }

#topper a { display: block; width: 100%; height: 240px; z-index: 10000;}

#wrapper {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 250px 0 0 0;
}

/* menu */

#menu { position: relative; }

#menu ul {
	margin: 0;
	margin-left: 0px;
	border: 0 none;
	padding: 0;	
	width: 880px; /*For KHTML*/
	list-style: none;
	height: 27px;
}

#menu ul li {
	margin: 0 10px 0 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 27px;
	background-image: url(../imgs/menu-button-links-midden.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#menu ul li#reced {}
#menu ul li#vored {}
#menu ul li#redac { background-image: url(../imgs/menu-button-links-kort.gif); }
#menu ul li#adver {}
#menu ul li#drukb { background-image: url(../imgs/menu-button-links-lang.gif); }
#menu ul li#conta { margin-right: 0px;}

#menu ul a {
  border: 0px solid #99cc33;
  padding: 0 14px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-image: url(../imgs/menu-button-rechts.gif);
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font: bold 14px/27px Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  letter-spacing: 0.07em;
}

#menu ul a:hover,
#menu ul li:hover a,
#menu ul li.iehover a {
	color: yellow;
}

/* eof:: menu */

/* content */

#content {
	position: relative;
	background-image: url(../imgs/best-gelezen-blad.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 260px;
	margin: 27px 0 0 0;
	min-height: 400px;
	border: solid 0px blue;
}

#content a img { border: none; }

#content #dorpsgenotenwrapdiv {
	width: 628px;
	background-image: url(../imgs/dorpsgenoten-schaduw.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 26px;
}

/* eof:: content */

/* styles voor tekstpagina's */
#content #tekstouterwrap {
	width: 558px;
	background-image: url(../imgs/dorpsgenoten-schaduw.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 50px 26px 20px;
	min-height: 765px;
}

#content #tekstouterwrap h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0.7em 0;
}

#content #tekstouterwrap a:link, #content #tekstouterwrap a:visited { color: black; }
#content #tekstouterwrap a:hover { color: #6D2018; }


/* eof:: styles voor tekstpagina's */