@charset "UTF-8";
/* CSS Document */


/*--------  Achtergrond & Algemene gegevens  --------*/

html {
	overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #85745a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

#containertable {
	width: 850px;
	margin: auto;
}

#containertable #contentrow {
	background-color:#FFFFFF;
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	color: #ff6c00;
}

p {
	line-height: 14px;
	margin: 15px 0px 0px 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

/*---------------  Divs en elementen  ---------------*/

#box_content {
	width: 790px;
	height: 100%;
	margin: -15px 30px 0px 30px;
	padding: 4px 0px 40px 0px;
	float: left;
	display: inline;
}

div#header {
	margin-top: 25px;
}

div#headerline {
	background-color: #bbad98;
	height: 20px;
}

div#linkerkolom {
	width: 136px;
	margin-top: 40px;
	float: left;
}

div#middelstekolom {
	width: 297px;
	margin-top: 40px;
	margin-left: 30px;
	float:left;
}

div#rechterkolom {
	width: 297px;
	margin-top: -20px;
	margin-left: 30px;
	float: left;
}

div#contentkolom {
	width: 624px;
	margin-top: 40px;
	margin-left: 30px;
	float:left;
}

/* Copyright */
div#copyrightline {
	text-align:center;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #bbad98;
	height:18px;
	margin-bottom: 30px;
}


/* Linker kolom */

#box_menu {
	width: 136px;
}

#list_menu {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px; 
}

#list_menu li {
	font-weight: bold;
	margin-top: 6px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.inputtable input {
	background-color: #f0f0f0;
	padding: 2px;
	border: 1px inset #666;
	font-size: 11px;
	color: #575757;
}

.inputtable textarea {
	background-color: #f0f0f0;
	padding: 2px;
	width: 281px;
	height: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset #666;
	color: #575757;
}

.send {
	border: 1px outset !important;
}


/* Middelste kolom */
#box_kaartmania {
	height: 350px;
}

#box_trouwkaarten {
	margin-top: -40px;
}

div#icon_ringen {
	position: relative;
	left:240px;
	top:40px;
	width: 62px;
	height: 60px;
	z-index: 2;
}

/* Rechter kolom */
#box_geboortekaartjes {
	height: 411px;
}

div#icon_baby {
	position: relative;
	left:240px;
	top:40px;
	width: 60px;
	height: 60px;
	z-index: 2;
}

#box_verhuiskaarten {
	margin-top: -40px;
}

div#icon_huisje {
	position: relative;
	left:240px;
	top:40px;
	width: 59px;
	height: 59px;
	z-index: 2;
}

#box_bedrijfsgegevens {
	margin-top: 60px;
}

table#cardtable {
	margin-top: 15px;
}

table#linktable {
	margin-top: 15px;
	line-height: 15px;
}


/*-------------------  Colorbars  -------------------*/

.barLine {
	border-bottom: 4px solid;
}

.barLine a {
	color: #FFFFFF;
}

.barLine a:hover {
	color: #bbad98;
}

.barLine1 {
	border-color: #bbad98;
}

.barLine2 {
	border-color: #bbad98;
}

.barLine3 {
	border-color: #86755b;
}

.barLine4 {
	border-color: #86755b;
}

.barLine5 {
	border-color: #86755b;
}

.barLine6 {
	border-color: #86755b;
}

.bar {
	color: #FFFFFF;
	padding-left: 7px;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	z-index: 1;
}

.titlelink a {
	color: #FFFFFF;
}

.titlelink a:hover {
	color: #86755b;
}

.bgbar1 {
	background-color: #86755b;
}

.bgbar2 {
	background-color: #86755b;
}

.bgbar3 {
	background-color: #bbad98;
}

.bgbar4 {
	background-color: #bbad98;
}

.bgbar5 {
	background-color: #bbad98;
}

.bgbar6 {
	background-color: #bbad98;
}


/*--------------------  Classes  --------------------*/

.prijzentabel tr td {
 	border: 1px solid #cdcdcd;
	padding: 3px;
 }

.backgroundprijzen {
	background-color: #cdcdcd;
}

.titlecell {
	margin-top: 15px;
	margin-bottom: 6px;
	width: 622px;
	float: left;
}

.collectienaam {
	font-size: 12px;
	font-weight: bold;
	width: 311px;
	float: left;
}

.vancell {
	text-align: right;
	padding-top: 3px;
	width: 311px;
	float: left;
}

.cardcell {
	float: left; 
	border: #92278f 1px solid;
}

.cardtitlecell {
	cursor: pointer;
	background-color: #92278f;
	color: #FFF;
	padding: 2px 0px 1px 4px;
}

.spacercell {
	width: 622px;
	height: 16px;
	float:left;
}

.geenkaarten {
	float: left;
}

.collection {
	float: left;
	background-color:#EEE;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #fcb043;
	border-top: 1px solid #fcb043;
}

.datatable {
	border: 1px solid #EEE;
}

.leftcell {
	float:left;
	width:205px;
}

.leftcell, .rightcell {
	margin: 5px 0px 5px 2px;
}

