/********** Sitewide **********/

HTML {
	height: 100%;
	margin-bottom: 1px;
}
BODY {
	background: #90947B url(../images/site/achtergrond.png) repeat-y 50% 0;
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}
#topspacing {
  position: relative;
  top: 0px;
  margin: 0px auto;
  text-align:left; /* Counteract to IE5/Win Hack */
  width: 100%;
  height: 116px;
  background: url(../images/site/achtergrond_top.png) repeat-y 50% 0;
  z-index: 0;
}
#container {
	width:980px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	margin-top: -76px;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
}
#top {
  position: relative;
  width: 980px;
  height: 117px;
  text-align: left;
  background: #201900 url(../images/site/top.png);
}
#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  width: 487px;
  height: 70px;
  cursor: pointer;
  cursor: hand;
}
#ads {
  position: absolute;
  left: 496px;
  top: 15px;
  margin: 0 auto;
  width: 468px;
  height: 60px;
}
#english {
  position: absolute;
  left: 886px;
  top: -22px;
  margin: 0 auto;
  width: 80px;
  height: 22px;
}
#bigpic {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  width: 980px;
  height: 261px;
  background: #000000;
  z-index: 1;
  text-align: left;
}
#toppic {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  width: 980px;
  height: 163px;
  background: #000000;
  z-index: 1;
  text-align: left;
}
#bottom {
	width: 980px;
	height: 21px;
	background-image: url(../images/site/achtergrond_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: Black;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 8pt;
	float: left;
	padding-top: 5px;
	margin-top: 25px;
}
#bottom A {
	text-decoration: none;
	color: White;
}
#bottom A:hover {
	color: Silver;
}

/********** Content **********/

#content {
  width: 980px;
}

#main_content {
	position: relative;
	width: 572px;
/*	min-height: 470px; Safari de mist in */ 
	margin-top: 25px;
	margin-left: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */
	background-color: White;
 	background-image: url(../images/site/achtergrond_content.png);
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
	color: Black;
}
#main_content A {
	color: Gray;
}
#main_content A:hover {
	color: Silver;
}
#main_content_boven {
	position: absolute; /* IE6 fix, ... */
	left: 0px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 612px;
	top: 0px;
/*	margin-bottom: 5px; */
	font-size: 1pt; /* IE7- ... */
	line-height: 0px; /* ... div height fix */
 	background-image: url(../images/site/achtergrond_content_boven.png);
}
#main_content_onder {
	position: absolute; /* IE6 fix, ... */
	left: 0px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 612px;
	bottom: 0px;
	margin-top: 5px;
	font-size: 1pt; /* IE7- ... */
	line-height: 0px; /* ... div height fix */
 	background-image: url(../images/site/achtergrond_content_onder.png);
}

#main_content .titel {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 23pt;
	text-decoration: none; 
	color : Black;
	line-height: 100%;
}
#main_content .tussenkop {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;	
	font-size: 14pt;
	color: #4A4D53;
	text-decoration: none;
}
#main_content .nieuws_datum {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;	
	font-size: 8pt;
	color: #4A4D53;
	margin-top: -20px;
}
#main_content .nieuwsitem_datum {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;	
	font-size: 8pt;
	color: #4A4D53;
	margin-top: 0px;
}
#main_content .nieuws_reacties {
	font-family: "Trebuchet MS", Arial, Helvetica;	
	font-size: 8pt;
	color: #4A4D53;
}
#main_content UL {
	list-style-image: url(../images/site/list_star.png);
}
#main_content .klein {
	font-size: 10px;
}

/********** Links **********/

#panel_links {
	position: relative;
	width: 253px;
	margin-top: 25px;
	margin-left: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: White;
	font-weight: bold;
}
#panel_links_onder {
	position: absolute; /* IE6 fix, ... */
	left: 0px; /* ... otherwise can't have a 293px div in a 293px box */
	height: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 293px;
	bottom: 0px;
	margin-top: 5px;
	font-size: 1pt; /* IE7- ... */
	line-height: 0px; /* ... div height fix */
}

#panel_links A {
	text-decoration: none;
}
#panel_links A:hover {
	color: #DBDBDB;
}

#panel_links UL {
	list-style: none;
	margin-left: 0px; /* IE */
	padding-left: 0px; /* Firefox */	
}
#panel_links UL.menulinks {
	line-height: 20px;
}
#panel_links UL.sublinks {
	margin-left: 10px; /* IE */
	padding-left: 10px; /* Firefox */	
}
#panel_links .klein {
	font-size: 10px;
}

/********** Login **********/

#loginimage {
  position: absolute;
  left: 610px;
  top: -28px;
  margin: 0 auto;
  width: 370px;
  height: 50px;
  text-align: left;
  z-index: 9;
}
#login {
  position: absolute;
  left: 610px;
  top: -28px;
  margin: 0 auto;
  width: 370px;
  height: 50px;
  text-align: left;
  font-family: Trebuchet MS;
  font-size: 8pt;
  padding: 4pt;
  z-index: 10;
}
#login A {
	font-weight: bold;
}
#login A:hover {
	color: #E0E2E0;
}
input.login {
	background-color: #9FB082;
	width: 90px;
	font-size: 8pt;
	height: 17px;
	border: 0px;
}
#loggedin {
	position: absolute;
   top: 5px;
	padding-left: 5px;
}
#loggedinuser {
	font-size: 12pt;
	font-weight: bold;
}
#loggedinlinks {
	position: absolute;
   top: 30px;
	padding-left: 18px;
}
#loggedout {
	position: absolute;
   top: 5px;
	padding-left: 5px;
}
#loggedoutlinks {
	position: absolute;
   top: 26px;
	padding-left: 10px;
}

/********** Navigatie **********/

#nav {
	text-align: left;
   position: absolute;
	left: 0px;
	top: -26px;
}

#nav, #nav ul {
	float: left;
	/* width: 36em; */
	list-style: none;
/*	line-height: 28px; */
/*	background: #563C00; */
	padding: 0;
/*	border: solid #eda;
	border-width: 1px 0; */
	margin: 0 0 0 0;
}

#nav a {
	display: block;
/*	width: 100px; */
/*	width: 6em; */
	text-decoration: none;
/*	padding: 0.25em 2em; */
}

#nav a.daddy {
	background: url(../images/site/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
/*	width: 10em; */
}

#nav li ul {
	position: absolute;
	left: -999em;
/*	height: auto; */
	width: 130px;
/*	border-width: 0.25em; */
/*	margin: 0; */
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #ffffff;
	/* background: #563C00; */
   background: url(../images/site/menu_transparent_n.png);
}

#nav li li {
/*	padding-right: 1em; */
/*	padding: 0; */
	padding-left: 10px;
   line-height: 26px;
	width: 120px;
}

#nav li ul a {
/*	width: 100px; */
}

#nav li ul ul {
/*	margin: 0 0 0 100px; */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

.sub li:hover, .sub li.sfhover {
/*	background-color: #9D6F00; /* Hover color */
	background: url(../images/site/menu_transparent_h.png);
}

#menufix {
  display: none;
}

/********** Positionering menuitems **********/

#home {
	margin-left: 14px;
	margin-top: 8px;
}
#artikelen {
	margin-left: 5px;
	margin-top: 7px;
}
#community {
	margin-left: 6px;
	margin-top: 6px;
}
#team {
	margin-left: 6px;
	margin-top: 5px;
}
#links {
	margin-left: 6px;
	margin-top: 4px;
}
#colofon {
	margin-left: 5px;
	margin-top: 4px;
}

/* Nieuwsitem list */

LI.nieuwsitem {
	float: left;
	width: 253px;
}

.nieuwslinks {
	float: left;
	width: 75px;
	height: 85px;
}
.nieuwsrechts {
	float: right;
	margin-left: 5px;
	width: 173px;
}
.nieuwsrechts .titel {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;	
}
.nieuwsrechts .datum {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	white-space: nowrap;
}
.nieuwsrechts .omschrijving {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
.reacties {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	white-space: nowrap;
}

LI.nieuwsitemonder {
	float: left;
	width: 253px;
	font-weight: bold;
}

.nieuwsitemonder .datum {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	white-space: nowrap;
	font-weight: normal;
}

/********** Slimbox **********/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 500;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 501;
}

.lbLoading {
	background: #fff url(../images/site/sb_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/site/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/site/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/site/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
