html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	background:#fff;
}

div#twitter {
	width:132px;
	height:127px;
	position:absolute;
	z-index:4000;
	top:0;
	right:0;
	margin-top:250px;
}

input {
	border:1px solid #ccc;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
}

textarea {
	border:1px solid #ccc;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}

input:hover {
	border:1px solid #407EB8;
}

textarea:hover {
	border:1px solid #407EB8;
}

input:focus {
	border:1px solid #407EB8;
}

textarea:focus {
	border:1px solid #407EB8;
}

body {
	background:#fff url(/gfx/bg_body.png) no-repeat center top;
}

h1, h2, h3, h4, h5, h6, strong, a {
	color:#0D9BD7;
	text-decoration:none;
}

a:hover {
	color:#0D9BD7;
	text-decoration:underline;
}

p {
	padding:0px;
	margin:0px;
}

.span_item {
	margin:10px 5px;
	height:3px;
	width:180px;;
	padding:0px;
	float:left;
	background:url(/gfx/bg_item_span.png) no-repeat center center;
}

div#container {
	position:absolute; /* Nodig voor footer positie */
	z-index:1;
	width:1000px;
	height:auto !important; /* Echte browsers */
	height:100%; /* IE6: behandeld als min-height*/
	min-height:100%; /* echte browsers */
	padding:0px;
	margin:0 auto; /* center, niet in IE5  */
	left:50%;
	margin-left:-500px;
	background:url(/gfx/bg_container.png) no-repeat bottom center;
}

div#container_header {
	width:1000px;
	height:388px;
	float:left;
}

div#container_header_top {
	width:1000px;
	height:138px;
	float:left;
}

a#container_header_top_left {
	position:absolute;
	margin-left:-59px;
	width:425px;
	height:97px;
	float:left;
	background:url(/gfx/1024/bg_logo.png) no-repeat bottom left;
}

div#container_header_top_right {
	width:854px;
	height:137px;
	float:right;
	margin-right:12px;
}

div#container_header_top_right_top {
	width:854px;
	height:94px;
	float:left;
}

div#container_header_top_right_bottom {
	width:854px;
	height:43px;
	float:left;
}

div#container_header_top_right_bottom_menu {
	width:854px;
	height:43px;
	float:left;
}

div#container_header_bottom {
	width:1000px;
	height:246px;
	float:left;
}

div#container_header_bottom_body {
	position:absolute;
	z-index:2;
	width:970px;
	height:230px;
	margin:8px 14px;
	float:left;
/*	background:url(/gfx/test.jpg) no-repeat center center;*/
}

div#container_header_bottom_overlay {
	position:absolute;
	z-index:2000;
	width:1000px;
	height:246px;
	float:left;
	background:url(/gfx/bg_header_overlay.png) no-repeat top left;
}

div#container_content {
	width:960px;
	margin:0px 20px;
	float:left;
	padding-bottom:24px;
}

div#container_content_left {
	width:226px;
	float:left;
}

div#container_content_left_column {
	width:200px;
	float:left;
}

div#container_content_left_column_full {
	width:200px;
	float:left;
}

div#container_content_left_column_top {
	width:200px;
	height:10px;
	float:left;
	background:url(/gfx/bg_content_left_top.png) no-repeat top left;
}

div#container_content_left_column_body {
	width:160px;
	padding:10px 20px;
	float:left;
	background:#F2F2F3;
}

div#container_content_left_column_body h1 {
	margin:0px auto;
}

div#container_content_left_column_bottom {
	width:200px;
	height:10px;
	float:left;
	background:url(/gfx/bg_content_left_bottom.png) no-repeat bottom left;
}

div#container_content_body {
	width:694px;
	float:left;
	padding:20px;
	font-size:14px;
}

div#container_content_body div {
	font-size:14px;
}

div#container_content_body div, p {
	font-size:14px;
}

div#container_content_body_full {
	width:960px;
	float:left;
	padding:20px 0px;
}

div#container_content_right {
	width:226px;
	float:right;
}

div#container_content_right_column {
	width:200px;
	float:right;
}

div#container_content_right_column_top {
	width:200px;
	height:10px;
	float:left;
	background:url(/gfx/bg_content_left_top.png) no-repeat top left;
}

div#container_content_right_column_body {
	width:200px;height:800px;
	float:left;
	background:#F2F2F3;
}

div#container_content_right_column_bottom {
	width:200px;
	height:10px;
	float:left;
	background:url(/gfx/bg_content_left_bottom.png) no-repeat bottom left;
}

div#footer {
	position:absolute;
	width:inherit;
	height:15px;
	bottom:0px;
	float:left;
	text-align:center;
	font-size:11px;
	color:#666;
}

#breadcrumbs a {
	color:#666;
	font-size:12px;
}

#breadcrumbs a:hover {
	color:#aaa;
	text-decoration:underline;
}

.container_content_shop_right_item {
	float:left;
	width:960px;
	/*padding-bottom:16px;*/
	padding-top:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.container_content_shop_right_item img {
	border:0px;
}

.container_content_shop_right_item_image {
	width:160px;
	height:120px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #4db5e1;
}

.container_content_shop_right_item_text {
	width:720px;
	padding:0px 0px 10px 10px;
	float:left;
}

.container_content_shop_right_item_text h1 {
	font-size:16px;
	padding:0px;
	margin:0px auto 0px auto;
}


