/* General settings */
body {
  background-image: url("../img/bg1.gif");
  background-repeat: repeat-y;
  background-position: center;
  margin: 0 0 0 0; }
table, tr, td {
  padding: 0 0 0 0; border: 0; }
img {
  border: 0; }
body, table, tr, td, p, a {
  color: black; }
body, table, tr, td {
  font-family: verdana; font-size: 13; text-align: center; }

.gb, .gb-date {
    text-align: left;
}
.gb-adm {
    text-align: right;
}
.gb-date, .gb-adm {
    font-size: 9px;
}
.left, .left-small {
    text-align: left;
}
.left-small {
    font-size: 9px;
}
.right {
    text-align: right;
}

/* Kerst! */
.kerst {
    border: 1px solid #ba2222;
    background-image: url('/img/bal.jpg');
    font-weight: bold;
    color: #1a4e00;
    padding: 15px;
}

/* Link settings */
a {
  color: #202080;
  font-weight: bold;
  text-decoration: none; 
  text-decoration: underline; }
a:hover {
  text-decoration: overline; }

.red {
  color: red;
}

/* Link without hover */
a.nohover {
  color: #202080;
  font-weight: bold;
  text-decoration: none; 
  text-decoration: none; }
a.nohover:hover {
  text-decoration: none;
	font-weight: bold; }

/* General classes */
.header {
  font-weight: bold;
  font-size: 15px; 
  padding-top: 4px;
}
.headerr {
  font-weight: bold;
  color: #c02010;
  font-size: 14px; }
.headerg {
  font-weight: bold;
  color: #106010;
  font-size: 14px; }
.kader {
  border: 1px solid #c02010;
}
.smalltext {
	font-size: 11; }

/* Table cell classes */
  /* Index.php classes */
  .navbarcell {
    height: 110px; width: 724px; }
  .maincell {
    height: 100%; width: 724px; }
  .footercell {
    height: 20px; width: 724px; }

  /* Popup.php classes */
  .popupmaincell {
    height: 100%; }
  .popupfootercell {
    height: 12px; width: 100%}

  /* General table cell classes */
  .leftcell {
    text-align: left; font-family: verdana; font-size: 9px; }
  .rightcell {
    text-align: right; font-family: verdana; font-size: 9px; }
  .emptycell {
    font-size: 1px; }
    
  /* Justified table cell classes */
  .justifycell {
    text-align: justify; }
    
  /* Padding table cell classes */
  .paddingcell {
    padding: 6 6 6 6; } 
