/********************************************************/
/* CSS Stylesheet "Vliegclub Rotterdam                  */
/*                                                      */
/* Auteur: Peter Joosten                                */
/* Datum: 11-NOV-2000                                   */
/* Toevoegingen voor vcrmain.php: Alex van den Bogaerdt */
/* Laatste wijziging: 22-mei-2008                       */
/********************************************************/

BODY {
  color      : black ;
  font-family:Arial, Helvetica;
  font-size  : 10pt ;
  background : #FFFFFF ;
  font-weight: normal; 
  text-decoration : none }
/*----------------------------*/
/*links in de pagina          */
/*----------------------------*/
a:link {COLOR:blue ; BACKGROUND:none;TEXT-DECORATION:none;}
a:hover {COLOR:red ; BACKGROUND:none;TEXT-DECORATION:underline;}
a:visited {BACKGROUND:none;TEXT-DECORATION:none;}
/* a:active {color:black ; background:none;FONT:bold x-small verdana;TEXT-DECORATION: none;}
/* --------------------------- */
/* Link-colors for the topmenu */
/* --------------------------- */

.topmenu {background : none ; color : #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px}
A.topmenu:link    {background : none ; color : white }
A.topmenu:hover   {background : none ; color : red   }
A.topmenu:visited {background : none ; color : white }
A.topmenu:active  {background : none ; color : red   }

.opendag {background : none ; color : #FF9900; font-family: Arial, Helvetica, sans-serif; font-size: 20px ;
font-weight: bold; text-decoration : none }
/*A.opendag:link    {color : #FF9900  }*/
A.opendag:hover   {color : #FF6600 ; font-size: 21px }
/*A.opendag:visited {background : none ; color : green }
A.opendag:active  {background : none ; color : green }*/

/* ------- */
/* Headers */
/* ------- */

H1 {
   color            : white ;
   background       : #3399CC ;
   border-width     : 1px;
   width            : 2000px ;
   font-family		: Arial, Helvetica;
   font-size        : 12pt ;
   font-weight      : bold ;
   padding          : 5px;
   margin           : 5px;
}
H2 {
   color            : black ;
   background       : #FFFFFF ;
   border-width     : 0px;
   width            : 2000px ;
   font-family		: Arial, Helvetica;
   font-size        : 12pt ;
   font-weight      : bold ;
   padding          : 5px;
   margin           : 5px;
}
/* ----------------------------------------------------------------*/
/* There should be a style for <HR>, but I have not yet been       */
/* able to find out how to do it. It should create a HR similar to */
/* <HR NOSHADE SIZE="1">                                           */
/* ----------------------------------------------------------------*/

HR {
   background : none ;color : black ;
}

/* Additions for vcrmain.php by Alex van den Bogaerdt */

.benadrukken {
	color:		#F00;
}

table#komende_evenementen tr td {
        color:          #000;
        background:     #FFF;
        font-family:    Arial, Helvetica;
        font-size  :    10pt;
        font-weight:    normal;
        text-decoration:none;
}
table#komende_evenementen tr td.important {
        color:          #F00;
        font-weight:    bold;
}
h1 { width: 100%; }	/* overrule previous */

table#vloot {
	border:		none;
	background:	#FFF;
	
}
table#vloot tr {
	background:	#CCC;
	height:		60px;
}
table#vloot tr td {
        font-family:    Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-variant:	normal; /* of: small-caps; */
        font-weight:    bold;
        text-decoration:none;
	text-align:	center;
	vertical-align:	middle;
}
table#vloot tr th, table#vloot tr td, table#vloot tr {
	padding:	0.5em;
	margin:		0;
}
#vloot .foto {
	width:		70px;
	padding:	0;
	margin:		0;
	background:	#FFF;
}
div.kader {
        border: solid #888 1px;
	margin: 1em 3em;
	padding: 0 1em;
}
div.center {
	padding-top:	1em;
	padding-bottom:	1em;
	text-align: center;
}
div#fourfive {
	background:	#39C;
	color:		#FFF;
	font-size:	large;
	padding-top:	1em;
	padding-bottom:	1em;
	margin:		1em 0;
	text-align:	center;
	vertical-align:	middle;
	height:		3em;
	width:		100%;
}
