@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #444444;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(krtjes_plaatjes/achtergrond_ACTIE.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #333333;
} 

.thrColFixHdr #containerINDEX {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #333333;
	background-image: url(krtjes_plaatjes/achtergrond_INDEX_KRTJES.jpg);
}
.thrColFixHdr #containerTROUWKAARTJES {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(krtjes_plaatjes/achtergrond_trouwkaartjes.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #333333;
}
.thrColFixHdr #containerKRAAMKAMER {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Krtjes_kraamkamer/achtergrond_kraamkamer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
	background-repeat: no-repeat;
	background-color: #333333;
}
.thrColFixHdr #header {
	margin-top: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 300px;
} 
.thrColFixHdr #headerACTIE {
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 600px;
	height: 220px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.horizontaal_menu  {
	font-size: 14px;
	text-decoration: none;
}
.menu_verticaal    {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: lighter;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	text-align: right;
	margin-top: 55px;
	height: 400px;
}
.thrColFixHdr #sidebar1KRAAMKAMER {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	text-align: right;
	margin-top: 280px;
	height: 400px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	margin-top: 100px;
	height: 300px;
}
.thrColFixHdr #mainContent {
	margin-top: 90px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 300px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #mainContentINDEX {
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 400px;
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContentBESTELFORMULIER {
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 300px;
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContentOVERZICHT {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContentKRAAMKAMER {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	background-repeat: no-repeat;
}
.thrColFixHdr #footer {
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration:none;
	color: #FF9933;
}
a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.kleiner {
	font-size: 11px;
	line-height: 13px;
}
.style6 {
	font-size: 12px;
	color: #FF9933;
.tabel_prijslijst {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DE8831;
}
.tabel_prijslijst {
	border: 1px solid #F79533;
}
.duitsekomma {
	font-size: 12px;
	color: #FF0066;
	letter-spacing: 6px;
}

