/* DVD-Collectie CSS Document */
body {
	color: #6E6E6E;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
img {
	border: none;
}
input {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-image: url(http://images.dvd-collectie.com/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c5c5c5;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-image: url(http://images.dvd-collectie.com/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c5c5c5;
}
option, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #c5c5c5;
}


/* Layout Classes */
.shadow-left {
	background-image: url(http://images.dvd-collectie.com/shadow_left.gif);
	background-repeat: repeat-y;
	width: 21px;
}
.shadow-right {
	background-image: url(http://images.dvd-collectie.com/shadow_right.gif);
	background-repeat: repeat-y;
	width: 21px;
}
.navbg {
	background-image: url(http://images.dvd-collectie.com/nav_bg.gif);
	background-repeat: repeat-y;
	width: 198px;
}
.mainbg {
	background-image: url(http://images.dvd-collectie.com/inhoud_bg.gif);
	background-repeat: repeat-y;
	width: 506px;
}
.footer {
	background-image: url(http://images.dvd-collectie.com/footer.gif);
	background-repeat: repeat-x;
	height: 18px;
	text-align: center;
}
.titel {
	background-image:url(http://images.dvd-collectie.com/inhoud_header.gif);
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.inhoud-footer {
	background-image:url(http://images.dvd-collectie.com/inhoud_bottom.gif);
	height: 10px;
	width: 506px;
}
.inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6E6E;
}
.scheiding {
	background-image:url(http://images.dvd-collectie.com/inhoud_stippellijn.gif);
	background-repeat: repeat-x;
	height: 10px;
}

/* Link Classes */
a:link {
	color: #6E6E6E;
	text-decoration: none;
}
a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
a:hover {
	color: #626262;
	text-decoration: underline;
}
a:active {
	color: #6E6E6E;
	text-decoration: none;
}