/* Moordfeesten.nl V1.0 */
body {
height:100%;
body:100%;
}

html {
height:100%;
body:100%;
}

#contain {
height:100%;
}

html>body #contain {
/* dit wordt alleen in firefox weergegeven */
height:auto;
min-height:100%;
}

body, html {
  margin:0;
  padding:0;
  font:1em Verdana,"Trebuchet MS",helvetica,sans-serif;
  color:#000;
  background:url('../gfx/background/bg_03.jpg') center 0 repeat-y #000;
}

#contain {
  width:860px;
  text-align:left;
  z-index:1;
  background:url('../gfx/background/bg_03.jpg') center 0 repeat-y;
}

.ccontain {margin:0 auto;}

a {color:#900;}
a:hover{color:#c00;}

/* Layout */

#head,
#PRnav,
#content {
  float:left;
  width:860px;
  margin:0;
  padding:0;
  display:inline;
}

#head{
  height:156px;
  background:url('../gfx/background/bg_01.jpg') bottom center no-repeat #000;
}

#PRnav {
  height:85px;
  background:url('../gfx/background/bg_02.jpg') bottom center no-repeat #000;
}

#content {
  height:auto;
}

/* PRnav */

#PRnav #home {
  float:left;
  margin-left:77px;
  width:134px;
  height:23px;
  text-align:center;
  display:inline;
}

#PRnav ul {
  float:left;
  clear:left;
  width:788px;
  height:33px;
  padding:0px;
  margin:0;
  margin-left:72px;
  display:inline;
}

#PRnav ul li.middle,
#PRnav ul li.first,
#PRnav ul li.last {
  float:left;
  height:28px;
  text-align:center;
  margin:0;
  padding-top:5px;
  display:block;
}

#PRnav ul li.middle {
  width:112px;
  background-image:url('../gfx/prnav/middle.jpg');
}
#PRnav ul li.first {
  width:123px;
  background-image:url('../gfx/prnav/first.jpg');
}
#PRnav ul li.last {
  width:125px;
  background-image:url('../gfx/prnav/last.jpg');
}

#PRnav #home a,
#PRnav ul li.middle a,
#PRnav ul li.first a,
#PRnav ul li.last a {
  font:0.9em "courier new";
  color:#000;
  text-decoration:none;
  margin-top:3px;
}
#PRnav ul li.middle a,
#PRnav ul li.first a,
#PRnav ul li.last a {
  margin-top:6px;
  height:27px;
  display:block;
}

#PRnav ul li a:hover {background:url('../gfx/item/circle.gif') 20px 0 no-repeat;}
#PRnav #home a:hover {background:url('../gfx/item/underline2.gif') 0 8px no-repeat;}
