/* Stylesheet voor GEWIS BAr Commissie webpagina */
/* Grolsch stijl, laatst aangepast op 10/02/2005 */

/* Body */
body 	{ font-family: verdana,arial,helvetica; 
	  background-image: url(http://www.gewis.nl/~bac/images/background.gif); 
	}

/* Menu balk */
td.menu 	{ color: #FFFFFF; 
		  background-image: url(http://www.gewis.nl/~bac/images/menubar.gif); 
		  background-repeat: repeat-x; 
		  height: 30px; 
		  text-align: center; 
		  font-family: verdana,arial,helvetica; 
		  font-weight: bold; 
		  font-size: 9pt; 
		}

td.header 	{ color: #FFFFFF; 
		  background-image: url(../images/balk.gif); 
		  background-repeat: repeat-y; 
		  border-style: solid; 
		  border-color: #023b1f; 
		  border-width: 1px; 
		  font-weight: bold;
		}

/*table.footer	{ position: fixed;
 *		  top auto;
 *		  bottom: 50px;
 *		}
 */

ul.menu		{ font-family: verdana,arial,helvetica;
		  font-size: 9pt;
		  color: #000000;
		  list-style-type: square;
                }

a.menu:link 	{ color: #FFFFFF; 
		  text-decoration: none; 
		}
a.menu:visited 	{ color: #FFFFFF; 
		  text-decoration: none; 
		}
a.menu:active 	{ color: #FFFFFF; 
		  text-decoration: underline; 
		}
a.menu:hover 	{ color: #FFFFFF; 
		  text-decoration: underline; 
		}
a:link 		{ color: #000000; 
		  text-decoration: none; 
		}


/* Links */
a:link 		{ color: #409d1f; 
		  text-decoration: none; 
		}
a:visited 	{ color: #409d1f; 
		  text-decoration: none; 
		}
a:active 	{ color: #000000; 
		  text-decoration: underline; 
		}
a:hover 	{ color: #000000; 
		  text-decoration: underline; 
		}

/* Content */
p.content { margin: 10px; }
p.reminder { text-align: center; font-weight: bolder; font-size: x-large; }
p.klein { font-size: xx-small; }

table.box 	{ border: 1px solid #023b1f; 
		}
table.prijslijst { border-style: solid; border-width: 1px; border-color: #023b1f; }

/* News */
table.news { border-style: solid; border-width: 1px; border-color: #023b1f;}
td.newskop { color: #FFFFFF;  background-color: #409d1f; font-size: 8pt; padding: 2px;}
td.newsinhoud { font-size: 8pt; }
tr.newsoverzichtkop { color: #000000; font-size: 12pt; }
td.newsoverzichtinhoud { font-size: 10pt; }
a.news:link { color: #FFFFFF; text-decoration: none; }
a.news:visited { color: #FFFFFF; text-decoration: none; }
a.news:active { color: #FFFFFF; text-decoration: underline; }
a.news:hover { color: #FFFFFF; text-decoration: underline; }


/* blog */
td.blogkleur { color: #FFFFFF;  background-color: #409d1f; font-size: 10pt; padding: 2px;}

td.blognormaal { color: #409d1f; font-size: 10pt; padding: 2px;}

a.blogkleur:link { color: #FFFFFF; text-decoration: none; }
a.blogkleur:visited { color: #FFFFFF; text-decoration: none; }
a.blogkleur:active { color: #FFFFFF; text-decoration: underline; }
a.blogkleur:hover { color: #FFFFFF; text-decoration: underline; }

a.blognormaal:link { color: #409d1f; text-decoration: none; }
a.blognormaal:visited { color: #409d1f; text-decoration: none; }
a.blognormaal:active { color: #409d1f; text-decoration: underline; }
a.blognormaal:hover { color: #409d1f; text-decoration: underline; }
