body{
	margin: 0px;
	background-color: #FFFFFF;
}
img{
	border: none;
}
td{
	font-size: 11px;
	font-family: verdana, arial;
	color: #535353;
	line-height: 18px;
}
form{
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 13px;
	margin: 0px;
}
a{
	color: #535353;
	font-weight: bold;
	text-decoration: underlined;
}
a:hover{
	color: #535353;
	font-weight: bold;
	text-decoration: underlined;
}
a:active{
	color: #535353;
	font-weight: bold;
	text-decoration: underlined;
}
a:link{
	color: #535353;
	font-weight: bold;
	text-decoration: underlined;
}
a:visited{
	color: #535353;
	font-weight: bold;
	text-decoration: underlined;
}
a.dif{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.dif:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.dif:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.dif:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.dif:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.title_color{
	height: 25px;
	padding-right: 10px;
}
.handig_bg{
	background-image: url('./images/handig_bg.jpg');
	background-repeat: repeat-x;
}
.dot_vert{
	background-image: url('./images/dot_bg.jpg');
	background-repeat: repeat-y;
}
.dot_hor{
	background-image: url('./images/dot_bg.jpg');
	background-repeat: repeat-x;
}		
.white{
	color: #FFFFFF;
	font-weight: bold;
}
.menu_dot{
	background-image: url('./images/menu_dot.jpg');
	background-repeat: repeat-x;
}
.content_bg{
	background-image: url('./images/content_bg.jpg');
	background-repeat: repeat-x;
}
.right_footer{
	background-color: #838383;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
input.text{
	border: solid #7E7E7E 1px;
	font-size: 11px;
	height: 19px;
	color: #646662;
}
.button{
	border: solid #7E7E7E 1px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 19px;
	color: #646662;
}

/**********************/
/******** MENU ********/
/**********************/

#dropmenudiv{
	position: absolute;
	background-image: url('./images/bg_menu.jpg');
	background-repeat: repeat-y;
	padding: 1px;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	margin-left: 34px;
}

#dropmenudiv a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

.navlist li.menu{
	cursor: pointer;
	width: 200px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.menu{
	padding: 0px;
	margin: 0px;
}

.gradualshine{
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}

div.topmenubar
{
	width:					100%;
	height: 				23px;
	margin:					0px;
	padding:				0px;
	z-index:				0;
	background-image: 		url('/webframe/styles/design_blue/images/bg_top.gif');
}

div.topmenubar div.button
{
	float:					left;
	margin:					1px 5px 1px 5px;
	padding:				0px 5px 0px 5px;
	color:					#FFFFFF;
	background-color:		#2383C9;
	font-weight:			bold;
	font-size:				8pt;
	cursor:					pointer;
	border:					1px solid #114D7B;
}

li.att{
	height: 20px;
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-image: url('/webcontroller/templates/bcalkmaar/images/icon_att.gif');
}

ul.att{
padding-left: 0px;
margin: 15px;
}