/* style.css */
/* syntax margin: top right bottom left */

a
{
  color: #52a51c;
  text-decoration: none;
}

a img
{
 color: white;
}

th
{
  text-align: left;
}

body
{
  background-color: #ffffff;
  font-family: sans-serif;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}

/* Paragraaf titel */
h1
{
  color: #52a51c;
}

h2
{
  font-size: 150%;
  font-weight: bold;
  color: #52a51c;
}

h3
{
  color: #52a51c;
  font-weight: bold;
  font-size: 150%;
}

h4
{
  color: #52a51c;
  font-weight: bold;
  font-size: 100%;
  margin: 0px 0px 0px 0px;
}

/* Tabel weergave */
.tabelKop
{
  font-weight: bold;
  background-color: #d7ebcd;
  text-align: left;
}

.tabelRow
{
  border-bottom: 1px solid #b6b8bb;
}


/* Paragraaf tekst */
p
{
  font-size: 100%;
  margin-top: 0px;

}

/* Highlight style van zoekresultaat */
.highlight
{
  font-weight: bolder;
  color: #A00000;
  background: transparent;
} 

/* Wedstrijden specifiek */

.wedstrijdTabelKop
{
  font-weight: bold;
  background-color: #d7ebcd;
}

.wedstrijdRow
{
border-bottom: 1px solid #b6b8bb;
}

.wedstrijdRowClean
{
  /* border-bottom: 1px dashed #000000; */
}

.wedstrijdRowColored
{
  background: #efefef;
  /* border-bottom: 1px dashed #000000; */
}

.wedstrijdRowColored2
{
  background: #dedede;
  /* border-bottom: 1px dashed #000000; */
}

/* Wedstrijden specifiek */

.fotoTabelKop
{
  font-weight: bold;
}

.fotoRow
{
border-bottom: 1px solid #b6b8bb;
}

.fotoRowClean
{
  /* border-bottom: 1px dashed #000000; */
}

.fotoRowColored
{
  background: #efefef;
  /* border-bottom: 1px dashed #000000; */
}

.fotoRowColored2
{
  background: #dedede;
  /* border-bottom: 1px dashed #000000; */
}

.locationbar
{
  border-top: 1px solid #ffffff; 
  border-bottom: 2px solid #b6b8bb; 
  background-color: #d7ebcd; 
  color: #444444;
  height: 22px;
  text-align: left;
  font-size: 11px;
}

.langbar
{
  border-top: 1px solid #ffffff; 
  border-bottom: 2px solid #b6b8bb; 
  background-color: #d7ebcd; 
  height: 22px;
  text-align:right;
}

.location
{
  color: #444444;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  position: relative;
  top: 1px;
}

.location2
{
  color: #444444;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

.submenu
{
  color: #000000;
  text-decoration: none;
}

.submenu:hover
{
  color: #52a51c;
}

.submenu_active
{
  color: #52a51c;
  text-decoration: none;
  font-weight: bold;
}

.submenu_border
{
  border-top: 1px solid #b6b8bb; 
}

.tabelitem
{
  font-size: 11px;
  font-weight: bold;
  color: #858489; 
  text-transform: uppercase;
}


.boxheader
{
  color: #52a51c;
  font-weight: bold;
  font-size: 110%;
}

.imageborder
{
 border: 2px solid #52a51c;
}

.thumbborder
{
  border: 1px solid #000000;
}
