/*
	@author 	Matthijs van Aarsen
	@date 		5th of May, 2010
	@email		mvagraphics@gmail.com
	@comments 	This is a slicing for GratisBeltegoed.nl.
				If you have questions about this product, please contact me at mvagraphics@gmail.com
*/
body {
	background-color: #fff369;
	font-family: verdana;
	font-size: 11px;
	margin: 0px auto;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0px;
}
input[type="text"], input[type="password"] {
	background-image: url(images/c_images/input.png);
	width: 191px;
	height: 28px;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
input[type="submit"] {
	background-image: url(images/c_images/inloggen.png);
	width: 77px;
	height: 23px;
	border: 0px;
}
#container {
	width: 980px;
	height: auto;
	margin: 0px auto;
}
#container > #nav {
	background-image: url(images/other/nav.png);
	width: 731px;
	height: 30px;
	padding: 44px 0px 0px 249px;
}
#container > #nav > #inner {
	width: 398px;
	height: 27px;
}
#container > #nav > #inner > .button {
	width: auto;
	height: 27px;
	margin-right: 12px;
	float: left;
}
#container > #header {
	background-image: url(images/other/header.png);
	width: 980px;
	height: 289px;
}
#container > #mid {
	background-color: #fff;
	width: 980px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
#container > #mid > #left {
	background-image: url(images/c_images/left.png);
	width: 285px;
	height: 246px;
	float: left;
}
#container > #mid > #middle {
	width: 442px;
	height: auto;
	margin: 0px 20px 0px 20px;
	float: left;
}
#container > #mid > #right {
	background-color: #f4f4f4;
	width: 209px;
	height: auto;
	float: left;
	padding-left: 4px;
}
#container > #bottom {
	background-image: url(images/other/footer.png);
	width: 980px;
	height: 13px;
	padding-top: 150px;
	margin-bottom: 5px;
}
#container > #bottom > #left {
	margin-left: 5px;
	width: auto;
	height: auto;
	float: left;
}
#container > #bottom > #right {
	margin-right: 5px;
	width: auto;
	height: auto;
	float: right;
}