@import url('/roxen-local/stylesheets/generiek.css');
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}

/* === Container === */

div.container {
	margin: 0 auto;
	padding: 0 8px;
	position: relative;
	background: url('/roxen-local/images/templates/container.png') top left no-repeat;
	width: 770px;
	height: 100%;
}
#content-wrapper {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	width: 570px;
}

#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 570px;
}

body.side-bar #content {
	padding-top: 1em;
	background: url('/roxen-local/images/templates/seperator.png') top left repeat-x;
	width: 370px;
}

button {
	margin: 0;
	padding: 1px 5px;
	color: #717171;
	background: #fff url('/roxen-local/images/templates/button.png') top left repeat-x;
	border: 1px solid #d1d1d1;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
	width: auto;
	height: auto;
	overflow: visible;
}

button.link {
	padding-right: 12px;
	
	background: #fff url('/roxen-local/images/templates/button-link.png') top right no-repeat;
}







#print-information {
	display: none;
}

