/* @group basic page elements */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 1;
	width: 988px;
}

a {
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* @end */

/* @group menu */

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding-top: 10px;
	padding-left: 50px;
	width: 938px; /*For KHTML*/
 	list-style: none;
	height: 20px;
	background-color: #46003c;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
 	display: inline;
	list-style: none;
	position: relative;
	height: 21px;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0px;
	width: 166px;
	list-style: none;
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 100;
}

ul#navmenu ul li {
	float: none; /*For Gecko*/
  	display: block !important;
	display: inline; /*For IE*/
}

ul#navmenu ul li ul {
	margin-top: 1px;
}

/* Root Menu */

ul#navmenu a {
	padding: 0 8px;
	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
	color: #0aa9e5;
	font: 12px/12px  "Andale Mono", "Courier New", Courier, "Trebuchet MS", Arial, Verdana, "Lucida Grande", Lucida, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	text-transform: uppercase;
}

ul#navmenu a .hidden {}

/* Root Menu Hover Persistence */

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	text-transform: uppercase;
	color: #fff;
}

/* 2nd Menu */

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #0aa9e5;
	color: #fff;
	font: 9px/13px "Lucida Grande", Lucida, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: -1px;
	text-transform: lowercase;
	border: 1px solid #fff;
	padding: 3px 3px 3px 8px;
}

/* 2nd Menu Hover Persistence */

ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #05729d;
	color: #fff;
	text-transform: lowercase;
}

/* 3rd Menu */

ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #0aa9e5;
	color: #FFF;
	margin-left: 7px;
	margin-top: -1px;
}

/* 3rd Menu Hover Persistence */

ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #05729d;
	color: #FFF;
}

/* 4th Menu */

ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #9a00a0;
	color: #fff;
}

/* 4th Menu Hover */

ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #520056;
	color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}

ul#navmenu #hor_space {
	margin-right: 120px;
}

#navmenu .current {
	color: #fff;
}

/* @end */

/* @group page layout */

#container {
	text-align: left;
	margin-bottom: 0px;
	z-index: 1000;
	padding: 0;
	*margin-left: 0px;
}

#container-inner {
	margin: 0;
}

#banner {
	width: 988px;
	margin: 0;
	height: 100px;
	border-bottom-color: #960;
	border-bottom-width: 2px;
}

#banner-header {
	margin-top: 0;
	color: #303;
	font-weight: bold;
	font-size: 30px;
	text-transform: capitalize;
	padding-top: 25px;
	padding-left: 50px;
	display: none;
}

#banner-header-dark {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-left: 10px;
	display: none;
}

#banner-description {
	margin: 0;
	padding: 5px 15px 27px 45px;
	color: #fff;
	font-size: 12px;
	line-height: 1.125;
}

#pagebody {
}

.date-header {
	padding: 5px 5px 15px 0;
	color: #c60;
	font-size: 10px;
	text-transform: uppercase;
	margin: 5px 0 0;
	font-weight: bold;
}

.entry-header {
	margin: 5px 5px 5px 0;
	padding: 0px 0 0;
	color: #c60;
	font-size: 16px;
}

.entry-content {
	margin: 5px 15px 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #ccacc4;
	font: 12px/16px "Andale Mono", "Courier New", Courier, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
}

.entry-more-link {
	font-weight: bold;
}

.entry-footer {
	margin: 10px 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	text-align: left;
}

.entry-footer a {
	color: #ec00f5;
}

strong {
	color: #c60;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
}

.content-nav {
	margin: 10px 15px;
}

/* @end */

/* @group modules */

.module {
	color: #666;
}

.module-calendar .module-content {
	margin: 5px 10px 15px 10px;
}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table {
	font-size: 11px;
}

.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered .module-content {
	margin: 15px;
	padding: 10px;
	border: 1px solid #dfc78a;
	background: #e7e2c6 url(/assets/alt-gradient-bg.gif);
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}

.module-list-item {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.typelist-thumbnailed {
	margin: 0 0 20px 0;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 0;
	background: #d2d2d2 url(/assets/gradient-bg.gif) left center repeat-x;
}

.typelist-thumbnail {
	background: #e3c69c;
}

.module-featured-photo {
	width: 445px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px 15px;
}

.module-featured-photo img {
	width: 415px;
}

.module-recent-photos {
	border: 0;
}

.module-recent-photos .module-content {
	margin-left: 15px;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px;


/* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a {
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #c00;
	background: #e7e2c6;
}

/* @end */

/* @group three-column */

.layout-three-column #alpha {
	width: 48px;
	float: left;
}

.layout-three-column #beta {
	float: left;
	width: 601px;
	margin-left: 0px;
	margin-right: 0px;
}

.layout-three-column #gamma {
	width: 300px;
	float: left;
}

.layout-three-column #alpha-inner {
	padding-top: 10px;
}

.layout-three-column #gamma-inner {
	padding-top: 0;
}

.alpha-inner, #gamma-inner, #delta-inner {
	padding: 15px 0 15px 0;
}

.beta-inner {
	padding-right: 210px;
	padding-left: 50px;
	padding-top: 5px;
}

/* @end */

/* @group breadcrumbs */

#breadcrumb {
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	background-color: #0aa9e5;
	margin-left: 48px;
	margin-right: 339px;
}

#breadcrumb .crumbs {
	padding-right: 10px;
	font-size: 10px;
	color: #fff;
}

#breadcrumb .crumbs a:link, .crumbs a:visited {
	color: #fff;
}

#breadcrumb .crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group fontswitch */

.fontsize {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
}

.fontsize .small {
	font-size: 9px;
	padding-right: 2px;
	text-transform: lowercase;
	padding-left: 2px;
	color: #cc4c1f;
}

.fontsize .medium {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: lowercase;
}

.fontsize .large {
	font-size: 18px;
	padding-left: 2px;
	text-transform: lowercase;
}

.fontsize a {
	
}

.fontsize a:hover {
	color: #cc4c1f;
}

/* @end */

/* @group misc */

.line {
	border-bottom: 1px dotted #053482;
	display: block;
}

#line {
	border-bottom: 1px dotted #053482;
	display: block;
}

#spacer {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #669;
}

.hor_space {
	margin-right: 15px;
}

.module ul {
	margin: 0;
	padding: 2px 0;
}

.feed li {
	list-style: square;
	margin: 0;
	padding: 0;
}

.module-list-item a img {
	border: 1px solid #ffc;
}

.module-list-item a:hover img {
	border: 1px solid #ca4721;
}

.module-archives .module-content ul li .module-list-item {
	list-style: inside url(/assets/li-bg.gif);
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

.separator {
	font-weight: normal;
	padding-right: 0;
	padding-left: 2px;
	color: #94c9e5;
}

.copyright {
	color: #94c9e5;
	padding-top: 8px;
	padding-bottom: 5px;
}

.copyright a:link {
	color: #fff;
}

.copyright a:visited {
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

/* @end */

/* @group comments */

.trackbacks-header,
.comments-header,
.comments-open-header {
	display: inline;
	border-bottom: 3px solid #ca4721;
}

.trackbacks {
	border: 1px dotted #e7b1a0;
	padding: 2px 10px;
}

.comments {
	background: #f2f2f2;
	padding: 2px 10px;
	border: 1px dotted #e7b1a0;
	border-top-style: none;
}

.comments .comment {
	border-bottom: 1px dotted #053482;
	background: #ffe3cd;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #053482;
	padding: 2px 10px;
	border: 1px dotted #053482;
}

.comment-content p {
	margin: 0;
	padding: 0;
}

.commentid {
	color: #cc4c1f;
	font-weight: bold;
}

.comment .comment-footer {
	text-align: right;
	margin: 0;
	padding: 5px 10px 0 0;
	font-weight: bold;
}

#beta table {
	padding: 4px;
	margin: 0px;
}

/* @end */

/* @group search */

#help {
	width: 300px;
	z-index: 40;
	background: #313264;
	margin: 10px 0px 0px 20px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #000000;
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	visibility: hidden;
	position: absolute;
	top: 15px;
	left: auto;
	right: auto;
}

form, input {
	margin: 0;
	padding: 0;
}

#search .entry-content {
	border-top-style: none;
}

.searchstring {
	color: #cc4c1f;
	text-transform: lowercase;
	border-top: 1px solid #053482;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 10px;
}

/* @end */

/* @group additions */

.date {
	color: #001a61;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

#beta #inline table {
	width: 450px;
	border: 1px solid #e7e7e7;
}

#beta #inline tr {
	border-top: 1px solid #cc4c1f;
	border-bottom: 1px solid #cc4c1f;
	padding: 2px;
	background-color: #b9d1e5;
}

#beta #inline td {
	padding: 3px;
}

#beta img {
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	border-style: hidden;
}

#beta .nobg img {
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	border: 0px;
	background-color: #ebf0f5;
}

#beta blockquote {
	margin-top: -10px;
	float: right;
	color: #633;
}

#data {
	margin-left: -60px;
}

#endbanner_org {
	width: 988px;
	background: url(/assets/banner_end.jpg) left top repeat-x;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
}

#endbanner {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 30px;
	color: #fff;
	background: url(/assets/endbanner.gif) no-repeat;
}

.zoek {
	text-align: right;
	color: #ca4721;
	float: right;
	margin-top: -2px;
}

.zoek #search {
	font-size: 9px;
}

#menu form {
	float: left;
	margin-left: 90px;
}

select {
	font-size: 9px;
	color: #000
}

#item {
	width: 963px;
	height: 170px;
	overflow: auto;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 25px;
}

#item td a img, #beta #item td a:link img, #beta #item td a:visited img {
	*border: 0px solid #46003c;
}

#item td a:hover img {
	*border: 1px solid #46003c;
}

#items img {
	padding: 3px;
	margin-left: -4px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	border-style: none;
}

#item td .center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}

#item td strong {
	color: #000;
}

#itemhome {
	width: 988px;
	*width: 938px;
	height: 160px;
	overflow: auto;
	background-color: #fff;
	margin-left: -50px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#foto img {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	overflow: hidden;
}

#beta ul {
	margin: 0;
	padding: 0;
}

#beta ul li {
	list-style: square;
}

/* @end */

/* @group sections */

#gamma #vertical {
	margin-top: 40px;
	color: #33002b;
	margin-left: 50px;
}

#gamma .module-header {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-family: "Andale Mono", "Courier New", Courier, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#gamma .module-list a:link {
	color: #fff;
	font-family: "Andale Mono", "Courier New", Courier, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: circle;
}

#gamma .module-list a:visited {
	color: #fff;
	font-family: "Andale Mono", "Courier New", Courier, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: circle;
}

#gamma .module-list a:hover {
	color: #fff;
	text-decoration: underline;
	list-style-type: circle;
}

/* @end */

/* @group entries and items */

#entries {
	padding: 5px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: -3px;
	background: #46003c;
	bottom: 0;
	border-top: 20px none #0aa9e5;
	border-bottom: 3px solid #0aa9e5;
}

#entries a:link {
	color: #ec00f5;
}

#entries a:hover {
	color: #fff;
	text-decoration: underline;
}

#items {
	padding: 5px;
	margin: 0;
	background: #fff;
	bottom: 0;
	position: static;
	border-bottom: 3px solid #0aa9e5;
}

#items .entry-content {
	color: #310032;
}

#items .entry-content a:link {
	color: #ec00f5;
}

#items .entry-content a:hover {
	color: #310032;
	text-decoration: underline;
}

#items .costs table {
	background-color: #0aa9e5;
	color: #fff;
	padding: 0;
}

#items .costs table td {
	width: 150px;
	padding: 3px;
}

#items .costs tr {
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#items .top {
	clear: both;
}

#items2cols {
	background-color: #fff;
	padding: 0 0 5px;
	margin-top: 15px;
}

#items td img {
	float: right;
}

#itemhome .entry-header {
	color: #000;
}

#home .entry-content {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #e600f1;
}

.home .entry-footer {
	padding: 0 0 0 5px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	display: none;
}

.negativespace {
	margin-top: -36px;
}

.model {
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group banner-logos */

#banner-logo {
	height: 60px;
	width: 239px;
}

.home #banner-logo {
	padding-top: 28px;
	padding-left: 150px;
}

.vastecollectie #banner-logo {
	padding-top: 38px;
	padding-left: 74px;
}

.specials #banner-logo {
	padding-top: 28px;
	padding-left: 88px;
}

.eigenontwerp #banner-logo {
	padding-top: 28px;
	padding-left: 56px;
}

.overbabypost #banner-logo {
	padding-top: 28px;
	padding-left: 120px;
}

.bestel #banner-logo {
	padding-top: 28px;
	padding-left: 85px;
}

.drukkers #banner-logo {
	padding-top: 28px;
	padding-left: 56px;
}

.contact #banner-logo {
	padding-top: 28px;
	padding-left: 120px;
}

.regulars #banner-logo {
	padding-top: 28px;
	padding-left: 120px;
}

/* @end */

/* @group cards */

.prevnext {
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #c2d8ff;
	height: 18px;
	background-color: #08aae7;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: 48px;
	margin-right: 339px;
}

.prevnext a {
	color: #fff;
}

.prevnext a:hover {
	color: #cbe8f1;
	text-decoration: underline;
}

.prevnextbottom {
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 5px;
	margin-top: -28px;
	margin-bottom: 18px;
	color: #cf620f;
}

.prevnextbottom a {
	color: #000;
}

.prevnextbottom a:hover {
	color: #cf620f;
	text-decoration: underline;
}

#costs table {
	width: 500px;
	border-style: none;
}

#costs td {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-style: none;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 28px;
}

#extra table {
	width: 500px;
	border-style: none;
}

#extra td {
	color: #fff;
	text-align: left;
	vertical-align: middle;
	border-style: none;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 28px;
}

.header {
	background-color: #46003C;
	color: #fff;
}

.even {
	background-color: #2ca6c3;
}

.odd {
	background-color: #36bfdf;
}

#costs td .left td {
	text-align: left;
	display: table-column;
}

#container .home {
	background: url(/assets/body_bg_home.gif) repeat-y;
}

/* @end */

/* @group banners */

.bestel #banner {
	background: url(/assets/banner_raket.jpg) no-repeat;
}

/* @end */

/* @group forms */

#order table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 440px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#order td { 
 border: 1px none #D7E5F2; 
 padding-left: 4px; 
}

.labelcell { 
 color: #3670A7; 
 background-color: transparent; 
 width: 220px; 
}

.fieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
 margin-right: 0px; 
 padding-right: 0px; 
 width: 210px;
} 

.smalllabelcell { 
 background-color: transparent; 
 color: #3670A7; 
 width: 100px; 
} 

.smallfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
  }

.fieldcell input { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.fieldcell textarea { 
 width: 195px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.fieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

.fieldcell .radio { 
 width: 10px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132;
 *border-style: none;
  *background-color: #F2F7FB; 
}

.smallfieldcell input { 
 width: 100px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallfieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

.extracell {
 background-color: #F2F7FB;
 text-align: right;
 }

.extracell .radio { 
 width: 10px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
}

.extracell input { 
 width: 70px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.buttoncell {
	text-align: center;
}

.button { 
 background-color: #d2d2d2; 
 	font-size: 10px;
	font-weight: bold;
	border: 1px dotted #32002a;
	padding-right: 2px;
	padding-left: 2px;
	color: #c60;
}

.formhead {
	color: #33002b;
}

/* @end */

.center {
	text-align: center;
	margin: 0;
	padding: 0;
}

#flexspace {
	width: 230px;
	float: left;
} 

table#drukkerijen {
	width: 600px;
	margin: 0;
	padding: 0;
}

#item td img {
	margin: 2px;
	padding: 8px 10px 0 0;
}

#item td a:link img {
	padding: 1px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}

#item td a:visited img {
	padding: 1px;
}

#item td a:hover img {
	padding: 1px;
	background-color: #46003c;
}

#item td a:hover #hidden img {
	padding: 1px;
	background-color: #fff;
}

.contact #item td, .drukkers #item td, .specials #item #kaart td, .eigenontwerp #item #kaart td, .vastecollectie #item #kaart td {
	width: 210px;
	padding-left: 220px;
	padding-right: 260px;
}

.home #item table, .regulars #item table {
	padding-left: 80px;
}

.home #item td, .regulars #item td {
	width: 232px;
}

#zegels .nofloat img {
	float: none;
}

a .currentcard {
	padding-right: 5px;
	padding-left: 5px;
	color: #00374d;
}

a .currentcard a:hover {
	padding-right: 5px;
	padding-left: 5px;
	color: #00374d;
	text-decoration: none;
}

.space {
	height: 0;
}

#beta a {
	color: #ec00f5;
}


