/******************************************************************************
 * General                                                                      *
 ******************************************************************************/
body,td,th,p,div { font-family: Helvetica, Arial, Verdana; font-size: 15px; }

body { margin: 0px; background-color:#EEAA22; background: url('images/bg.jpg'); background-attachment: fixed; }

img { border: 1px solid black; }

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }
    
.wp_top { font-size: 16px; font-weight: bold; }
    
.wl_menu { font-size: 16px; font-weight: bold; color: #000000; text-decoration: underline; }

.wl_menu:hover { font-size: 16px; font-weight: bold; color: #992200; text-decoration: none; }
    
.wp_head { padding-right: 5px; }

.image { height: 125; }


/******************************************************************************
 * Image                                                                      *
 ******************************************************************************/


.inline {
   display: inline;
   }

.imghover-right {
   float: right;
   }

.imghover-left {
   float: left;
   }


.right {
   float: right;

   }
.left {
   float: left;
   }
.noborder {
   border: 0 ;
   }


/******************************************************************************
 * Table                                                                      *
 ******************************************************************************/

.table-general {
   color: inherit;
   background-color: black;
   border: 1px;
   font-size: bigger;
   border-spacing: 1px;
   width: 100%;
   vertical-align: top;
   }

.maand-general {
   color: inherit;
   background-color: black;
   border: 1px;
   border-spacing: 1px;
   width: 100%;
   vertical-align: top;
   }

.maandtabel {
   color: inherit;
   background-color: black;
   border: 0px;
/*   border: 1px;  */
   font-size: bigger;
   border-spacing: 0px;
/*   border-spacing: 1px;  */
   width: 33.33%;
   vertical-align: top;
   }

.table-title {
   color: white;
   background-color: #336699;
   vertical-align: top;
   padding: 2px ;
   font-size: bigger;
   font-weight: bolder;
   text-align: center;
/*    width: 150px;     */
   }

.white {
   text-align: center;
   color: black;
/*   font-family: Times, Serif;     */
   background-color: white;
   padding: 2px ;
   width: 12.5%;
   }

.weekday {
   color: white;
/*   font-family: Times, Serif;     */
   background-color: #336699;
   padding: 2px ;
   text-align: center;
   width: 12.5%;
   }

.booked {
   color: white;
/*   font-family: Times, Serif;     */
   background-color: red;
   padding: 2px ;
   text-align: center;
   width: 12.5%;
   }

.unbooked {
   color: black;
/*   font-family: Times, Serif;     */
   background-color:#FFFFCC;
   padding: 2px ;
   text-align: center;
   width: 12.5%;
   }

.calendar {
   color: black;
/*   font-family: Times, Serif;     */
   background-color: white;
   padding: 1px ;
   vertical-align: top;
   }

.glyphs {
   background-color: white;
   vertical-align: middle;
   text-align: center;
   }


