@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 100%;
	background-color: #fff;
	background-image: url(images/jtjes2.gif);
	background-repeat: repeat;
	text-transform: uppercase;
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	min-height: 600px;
	overflow: auto;
}
.twoColFixLt #sidebar_left {
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0px;
}
.twoColFixLt #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding: 0;
} 
.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: #933;
}
a:hover {
	color:#993333;
	text-decoration: underline;
}
.address_small {
	font-family: "Courier New", Courier, serif, monospace;
	text-transform: uppercase;
	font-size: 11px;
	width: 160px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #933;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-color: #933;
	margin-top: 2px;
	margin-bottom: 10px;
}
.tekst_small {
	font-family: "Courier New", Courier, serif, monospace;
	text-transform: uppercase;
	font-size: 12px;
}
.portret_padding {
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
	padding-left: 0px;
	margin-top: 2px;
}
.contact_col_links {
	font-family: "Courier New", Courier, serif, monospace;
	text-transform: uppercase;
	font-size: 12px;
	width: 325px;
	margin-right: 15px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	overflow: auto;
	padding-right: 10px;
}
.contact_col_rechts {
	width: 150px;
	clear: right;
	float: left;
}
.ContentBox {
	width: 600px;
	position: relative;
}
.vp_nieuws {
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 600px;
	margin-top: 15px;
}
.np_nieuws {
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 600px;
	margin-bottom: 20px;
	float: left;
}
.np_nieuws_headline {
	font-weight: bold;
	color: #333;
}
.np_nieuws_article {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #933;
}
.np_nieuws_article img{
	margin-right: 15px;
	margin-bottom: 8px;
	float: left;
}
.sidebar_nieuws {
	width: 160px;
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar_nieuws_headline {
	font-weight: bold;
	text-align: left;
	color: #333;
}
.sidebar_nieuws_article {
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 160px;
	font-size: 0.9em;
}
.sidebar_nieuws_article img{
	margin-bottom: 8px;
}
.winkels {
	width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.collectie {
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 600px;
	margin-bottom: 20px;
	float: left;
}
.coll_headline {
	font-weight: bold;
	color: #333;
}
.coll_article {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #933;
}
.coll_article img{
	margin-bottom: 8px;
	float: left;
}
.coll_article a{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
	top: 10px;
}

.contactformulier {
	width: 325px;
	float: left;
	font-family: "Courier New", Courier, serif, monospace;
	font-size: 12px;
	padding: 0px;
	text-align: left;
}
.contactformulier ol {
	list-style: none;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
}  
.contactformulier li {
	padding-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.contactformulier label {
	float: left;
	width: 95px;
	margin-right: 5px;
	position: relative;	/*text-align: right;*/ /* om de labels van de invulvelden rechts te laten lijnen */
	top: 1px;
}
.contactformulier ol li input {
	font-family: "Courier New", Courier, serif, monospace;
	color: #933;
	background-color: #CCC;
	width: 210px;
	border: 0px none #CCC;
	text-transform: uppercase;
}
.contactformulier #submit {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	border: 1px solid #933;
	margin-left: 100px;
	text-transform: uppercase;
	width: 210px;
}
.contactformulier ol li #checkbox {
	width: 15px;
	margin-left: 100px;
}
.contactformulier ol li #bericht {
	width: 210px;
	background-color: #CCC;
	border: 0px none #CCC;
}
.errortekst {
	font-size: 12px;
	color: #F00;
}
label img {
	position: absolute;
	left: 85px;
	top: 1px;
}
.wrapper {
	height:140px;
	width:140px;
	text-align:center;
	line-height:140px;
	font-size:140px;
	margin: 5px;
	float: left;
}
*>.wrapper {
	font-size:12px
}
.wrapper img {
	vertical-align:middle;
}
.wrapper-wrapper {
	width: 600px;
}

