/*** Need a custom font here ***/
/*@font-face {*/
  /*font-family: "Letter Gothic Plain";*/
  /*src:url("http://94.76.202.143/media/fonts/LetterGothicStd.otf");*/
/*}*/

@font-face {
 font-family: "Letter Gothic Plain";
 src: url("../fonts/LetterGothicSW-Plain_Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Letter Gothic Plain";
 src: url("../fonts/LetterGothicStd.otf") /* TTF file for CSS3 browsers */
}

/*@font-face {*/
  /*font-family: "Letter Gothic Bold";*/
  /*src:url("../fonts/LetterGothicStd-Bold.otf");*/
/*}*/

@font-face {
 font-family: "Letter Gothic Bold";
 src: url("../fonts/LetterGothicSW-Bold_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Letter Gothic Bold";
 src: url("../fonts/LetterGothicStd-Bold.otf") /* TTF file for CSS3 browsers */
}

/*@font-face {*/
  /*font-family: "Arial Narrow";*/
  /*src:url("../fonts/arial narrow.ttf");*/
/*}*/

@font-face {
 font-family: "Arial Narrow";
 src: url("../fonts/Garrison Light Sans.ttf") /* EOT file for IE */
}
@font-face {
 font-family: "Arial Narrow";
 /*src: url("../fonts/arial narrow.ttf") /* TTF file for CSS3 browsers */
 src: url("../fonts/Garrison Light Sans.ttf") /* TTF file for CSS3 browsers */
}


/*** Nav bar styles ***/

div#navigation{
  float:left;
  width:340px;
  margin-left:-950px;
}

div#navigation {
  font-family: "Letter Gothic Plain", serif;
  font-size: 18px;

}
div#navigation ul.nav, .nav ul {
  width: 300px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.recent {
  width: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


div#navigation ul li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #707173;
}

div#navigation li a:hover {
  /*color: #88951E;*/
  color: #FF00FF;
}

div#navigation li a.current {
  color: #88951E;
}

div#navigation p {
  margin-left: 10px;
  margin-bottom: 0px;
  font-family: "Letter Gothic Bold", serif;
  /*color: #9ABEC5;*/
  color: #88951E;
  font-size: 16px;
}
div#navigation a.news {
  margin-left: 10px;
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  padding:0;
}

div#navigation a.news:hover {
  color: #FF00FF;
}

a.klikhier {
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  padding:5px;
  border-style: solid;
  border-width: 2px;
  border-color: #88951E;
}

a.klikhier:hover {
  color: #FF00FF;
  text-decoration: underline;
}

/*** content styles ***/

div#content {
  font-family: "Arial Narrow" ,Helvetica ;
  /*font-family: "Arial Narrow";*/
  /*font-family: "Times New Roman",Georgia,Serif;*/
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5em;
  /*color: #918F90;*/
  color: #4b4b4b;
  margin: 12px 340px;
  width: 520px;
}

div#content p.title {
  margin: 0;
  font-family: "Letter Gothic Plain", serif;
  color: #88951E;
  font-size: 18px;
}

div#content p.title_bericht {
  font-family: "Letter Gothic Plain", serif;
  margin: 0;
  margin-bottom: 5px;
  /*color: #9ABEC5;*/
  color: #1b6298;
  font-size: 16px;
}
div#content a.title_bericht_lijst {
  font-family: "Letter Gothic Plain", serif;
  margin: 0;
  margin-bottom: 5px;
  /*color: #9ABEC5;*/
  color: #1b6298;
  font-size: 16px;
  text-decoration: none;
}
div#content a.title_bericht_lijst:hover {
  color: #FF00FF;
}

/*div#content p {*/
  /*margin: 0;*/
  /*margin-bottom: 0.5em;*/
  /*color: #B4B3B3;*/
  /*font-size: 18px;*/
/*}*/

div#content a {
  margin-bottom: 0.5em;
  color: #1b6298;
  font-size: 14px;
}


/*** header styles ***/

div#header {
  font-family: "Letter Gothic Plain", serif;
  font-size: 105px;
  color: #88951E;
  height: 220px;
}

div#container{
  text-align:left;
  position: absolute;
  left: 75px;
  
  }

div#extra{
  background:#FF8539}

div#footer{
  background: #333;color: #FFF}

div#footer p{
  margin:0;padding:5px 10px}

div#container{
  width:950px;margin:0 auto}

div#wrapper{
  float:left;width:100%}

  
div#extra{
  float:left;width:100px;margin-left:-50px}

div#footer{
  clear:left;width:100%}
  
hr {
  width: 100%;
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 30px 0; /*this will align it left for Mozilla*/
  border: none 0;
  border-top: 1px solid #88951E;/*the border*/
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
  color: #88951E;
  background-color:#88951E;
}

.popupbox {
	width:500px;
	height:300px;
	background-image:url(../img/500300.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	padding-left:30px;
	padding-top: 20px;
	padding-right: 30px;

}

#intabdiv  h2 {
	font-size:16px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
}

#intabdiv p {
	font-size:12px;
	color:#696868;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}

hr.menu {
    margin-left:10px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    width: 50%;
    height: 1px;
    color: #88951E;
    border: none;
    }

div.enquete ul {
    list-style-type: none;
    font-weight: bold;
    }
