﻿body{
  background:#000000;
  font-family:Arial, Verdana, Helvetica, SansSerif;
  color:#00FF00;
}

/*Letterstijlen*/
h1{
  font-size:24px;
  color:#00FF00;
}

h2{
  font-size:16px;
  color:#00FF00;
}
h3{
  font-size:16px;
  color:#000000;
  letter-spacing:10px;
  background:#00FF00;
  border-top:1px #000000 dotted;
  border-bottom:1px #000000 dotted;
  width:100%;
  text-align:center;
}
h4{
  font-size:12px;
  color:#00FF00;
  letter-spacing:3px;
  background:#000000;
  border-top:1px #00FF00 dotted;
  border-bottom:1px #00FF00 dotted;
  width:60%;
  text-align:center;
}

/*Tabellen*/

.auteur{
  empty-cells: show;
  border: 0px solid;
  text-align: left;
  font-weight: bold;
  color:#FFF;
  font-size:10px;
}

TABLE.news TH{
  empty-cells: show;
  border: 0px solid;
  border-color: #76EC00 #76EC00 #000 #76EC00;
  text-align: left;
  font-weight: bold;
  background: #00FF00 url(../img/bg_th.png);
  background-repeat: repeat-x;
  color:#000000;
}

/*
TABLE.sh, TABLE.ssh, TABLE.shadow {
  background: #000;
  margin-bottom: 20px;
}

TABLE.sh TD, TD.shadow, TABLE.ssh TD, TD.sshadow, TABLE.smallborder, DIV.prodborder, DIV.newsitem {
  empty-cells: show;
  border: 1px solid;
  background: #000 url(../img/bg_td.png);
  background-repeat: repeat-x;
  border-color: #252525 #252525 #252525 #252525;
}

TD.header, TH, TABLE.ssh TH, TD.sheader  {
  empty-cells: show;
  border: 0px solid;
  border-color: #76EC00 #76EC00 #000 #76EC00;
  text-align: left;
  font-weight: bold;
  background: #00FF00 url(../img/bg_th.png);
  background-repeat: repeat-x;
  color:#000000;
}
*/


/*Algemene links vormgeven*/
a, a:visited, a:active{
  color:#00FF00;
  text-decoration:none;
}

a:hover{
  color:#00FF00;
  text-decoration:none;
}

div#tabel a, div#tabel a:hover{
  color:#383838;
}

#tabel{
  color:#E6FFE6;
}


/*Formulieren vormgeven*/
input {
 background-color:transparent;
 color:#00FF00;
 font-family:verdana, helvetica, SansSerif;
}
file{
  background-color:transparent;
  color:#00FF00;
  font-family:Verdana, helvetica, SansSerif;
}

select {
  background-color: #000;
  color:#00FF00;
  font-family:verdana, helvetica, SansSerif;
}
textarea {
  background-color:transparent;
  color:#00FF00;
  font-family:verdana, helvetica, SansSerif;
}

form {
  border: 0px;
  padding: 0px;
  border-style:solid;
}


/*Verschillende divs*/

div#banner{
  margin:0px auto;
  width:1000px;
}

div#navigation{
  margin:0px auto;
  margin-top:-25px;
  width:1000px;
  height:40px;
  background:url(../img/bg_menu.jpg);
  background-repeat:repeat-x;
  font-size:1em;
  border-left:1px solid #343434;
  border-right:1px solid #343434;
  font-family:Impact;
  font-size:20px;
  list-style:none;
  text-align:justify;
  text-justify:distribute;
}

div#container{
  margin:0px auto;
  width:1000px;
  border:0px solid #fff;
}

div#left{
  position:absolute;
  border:1px solid #fff;
  width:180px;
  color:#fff;
  padding:5px;
}

div#content{
  position:absolute;
  margin-left:191px;
  border:1px solid #fff;
  width:788px;
  color:#fff;
  padding:10px;
  min-height:524px;
}

div#content_advertentie{
  position:absolute;
  margin-left:20px;
}
  
div#footer{
  position:absolute;
  border:0px solid #fff;
  bottom:-25px;
  width:808px;
  font-size:10px;
}

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}


div.news_item{
  width:95%;
  border:4px;
  border-color:#FFFFFF;
  border-style:solid;
  -moz-border-radius: 7px;
  padding:4px;
}

div.win{
  margin:0px auto;
  border:0px dotted #fff;
  width:600px;
  padding:3px;
}

/*Foutmelding*/
div.nokbox{
	background:#B00004;
	text-align:center;
	color:#CCC;
	font-size: 24px;
}

/*Menu items*/
#nav{
  list-style:none;
  text-align:justify;
  text-justify:distribute;
  padding:5px;
}

#nav li{
  display:inline-block;
  text-align:left;
}

#nav #dummy{
  width:1000px;
  height:0px;
  line-height:0px;
  font-size:0px;
}

.navigation{
    list-style-image:url(../img/bier_vol.png);
}

#navigation a, #navigation a:visited{
  color:#00FF00;
  text-decoration:none;
}

#navigation a:hover, #navigation a:active{
  color:#FFF;
  text-decoration:none;
}

.vlak{
      position:relative;
      top:5px;
      text-align:center;
      display: -moz-inline-box;  /* Moz*/
      display: inline-block;     /* Op, Saf, IE*/
      width: 155px;
}

/*Footer style*/
div#footer a, div#footer a:visited{
  color:#00FF00;
  text-decoration:none;
}

div#footer a:hover, div#footer a:active{
  color:#000;
  text-decoration:none;
  padding:0px;
  background:#00FF00;
}

/*Groene link balkjes vormgeven*/
#katertiptitel{
  width:250px;
  text-align:center;
  background:url(../img/bg_katertips.jpg);
  background-repeat:repeat-x;
}
#katertiptitel a
{
  color:black;
}

#katertipschrijver{
  border:0px #fff solid;
  font-size:11px;
}

#drankspeltitel{
  width:250px;
  text-align:center;
  background:url(../img/bg_katertips.jpg);
  background-repeat:repeat-x;
}
#drankspeltitel a
{
  color:black;
}

#admintitel{
  width:250px;
  text-align:center;
  background:url(../img/bg_katertips.jpg);
  background-repeat:repeat-x;
}
#admintitel a
{
  color:black;
}

#drankspelschrijver{
  border:0px #fff solid;
  font-size:11px;
}
