.body {
	background: url(../img/bg.gif);
}

.index {
	border: 1px solid #666666;
	background: url(../img/left_bottom_bg.jpg) left repeat-y;
}

.title {
	background: url(../img/title.jpg);
	height: 105px;
}

.left_top {
	background: url(../img/left_top.jpg);
	height: 105px;
}
.left_bottom {
	background: url(../img/left_bottom.jpg) no-repeat;
	height: 495px;
}

.menu {
	vertical-align: bottom;
	margin-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.menubutton, a.menubutton:active, a.menubutton:visited {
	text-decoration: none;
	color: #FF0000;
}
a.menubutton:hover {
	text-decoration: none;
	color: #0033CC;
}

.content {
	background: url(../img/content_top.jpg) right top no-repeat #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.content_title {
	font-weight: bold;
	font-size: 12px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.box {
	border: 1px solid #CCCCCC;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

.img_border {
	border: 1px solid #000000;
}

.form_button {
	background: #FF9900;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.form_veld {
	background: #EBEBEB;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
