body {
	background-image: url(images/background.png);
	margin: 13px;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	font-weight: none;
} 

/* normale link */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
/* einde normale link */

/* menulink */
a.menulink {
	color: #333333;
	text-decoration: none;
}
a.menulink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* einde menulink */

.tabel {
border-bottom: 1px solid #C0C0C0;
}

/* container, achtergrond gehele website */
.container {
	background-image: url(images/container-background.png);
	padding-left: 6px;
	padding-right: 6px;
}
/* einde container, achtergrond gehele website */

/* menu  blokken linkerkant */
.blok_background {
	background-image: url(images/blok-background.png);
	padding-top: 9px;
	padding-left: 17px;
	padding-right: 4px;
}
/* einde menu  blokken linkerkant */

/* login formulier */
.login_input {
	background-image: url(images/login-input-background.png);
	border: 0px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	height: 17px;
	padding-left: 2px;
}
.login_button {
	text-align: left;
	padding-top: 4px;
}
/* einde login formulier */

/* content */
.kopje {
	background-image: url(images/content-boven.png);
	width: 538px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-left: 8px;
}
.content_background {
	padding-left: 5px;
}
.content_spacing {
	padding-top: 4px;
}
.content {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 6px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
/* einde content */

/* footer */
.footer {
	background-image: url(images/container-background.png);
	text-align: right;
	padding-right: 6px;
	height: 17px;
	padding-top: 4px;
}
/* einde footer */

.trans {
margin-left: 25px;
}