body, td, input, select, textarea {
    color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.hiddenoverflow {
	overflow: hidden;
}

.hiddenoverflowy {
	width: 420px;
	overflow-x: hidden;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #02A0C6;
} 

a:hover {
	text-decoration: underline;
	color: #02A0C6;
}

.kop {
	color: #02A0C6;
}

.blauw1 {
	color: #098496;
}

.blauw2 {
	color: #0B6C7D;
}

.blauw3 {
	color: #0F565A;
}

.blauw4 {
	color: #19363E;
}

.container_navigatie {
	width: 100%;
	height: 180px;
	margin-left: 30px;
}

.container_tekst {
	width: 100%;
	height: 300px;
	margin-left: 20px;
	overflow: auto;
}

.container_footer {
	width: 100%;
	height: 50px;
	margin-left: 30px;
	overflow: hidden;
}

.container_popup {
	padding: 0px;
	margin: 0px 20px 20px 20px;
}


.container_item {
	float: left;
	width: 240px;
	height: 280px;
	overflow: hidden;
	margin: 10px;
}

.thumb {
	margin: 10px 0px 0px 10px;
}

.navigatie {
	list-style-type: none;
	margin: 0px 0px 0px 20px;;
	padding: 0px;
}

.lijst {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.lijstitem {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/list-icon.gif) top left no-repeat;
}







/*
 * Start div popup
 */

 div.divPopupBackground {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: #000000;
}

div.divPopupWindow {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 25% !important;
    left: 50%;
    width: 442px;
    margin: -100px 0 0 -221px;
    font-size: 12px;
    background: #fff;
    box-shadow: 2px 2px 20px #000000;
}
div.innerDivPopupWindow {
    padding: 20px;
}

div.divPopupWindow div.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    opacity: 0.9;
    padding: 5px 6px 10px 6px;
    color: #000;
    font-weight: bold;
    background: #fff;
}
div.divPopupWindow div.close:hover {
    opacity: 1;
}

div.divPopupWindow div.divPopupWindowFooter {
    margin: 20px -20px -20px;
    padding: 5px 20px;
    height: 2em;
    line-height: 2em;
    background: #DFE0E0;
}

div.divPopupWindow div.divPopupWindowFooter input {
	position: relative;
    top: 2px;
	margin-right: 5px;
}
*+html div.divPopupWindow div.divPopupWindowFooter input {
	position: static;
	margin-right: 1px;
}

/*
 * End div popup
 */
