/* CSS Document */

/* 
lichtgrijs - #ebebeb
grijs - #6b6c74 
geel - #fad500
oranje - #ea8800
rood - #d61b1f
paars - #6a197c
blauw - #153a89
groen - #008c35

comm77 - #dbd964
penbord - #64699f
teambord - #d66665
cleverboard - #ff7f00

*/

/*  menuopmaak  */
.menuachtergrond {
	background-image:  url(../images/bagr_menu.png);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
}
.menu {
	padding-left: 48px;
}
.menubutton {
	font-family: verdana, Helvetica, sans-serif;
	color: #6b6c74;
	line-height: 24px;
	text-align: center;
	width: 96px;
	height: 24px;
	display: block;
	float: left;
}
.menubutton a { 
	color: #6b6c74;
	font-weight: normal;
	text-decoration: none;
}
.menubutton a:link { 
	color: #6b6c74;
	font-weight: normal;
	text-decoration: none;
}
.menubutton a:visited { 
	color: #6b6c74;
	font-weight: normal;
	text-decoration: none;
}
.menubutton a:active, a:hover {
	background-color: #ebebeb;
	color: #6b6c74;
	cursor: hand;
	text-decoration: none;
}

.menu_vert {
	background-position: left top;
	min-height: 100%;
	height: auto; !important; /* voor moderne browsers */
	height: 400px;
	width: 192px;
	display: block;
	float: left;
}

