/****************************************************************
 * Stylesheet Kamper Kogge, 
 * History	:	v1.01 - 18jan2011,	DIV-layout, 1050px width
 ****************************************************************/

#wrapper {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper #page {
	height: auto;
	width: 1050px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper #page #header {
	background-image: url(../images/bg_team.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 1050px;
}
nav#breadcrum {
	display:block;
	background-image: url(../images/bg_team.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	margin: 0px;
	height: 20px;
	width: 1030px;
	font-size: 90%;
	color: #036;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;	
	font-family: Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color: #333366
}

#breadcrum a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #333366;
	font-weight: normal;
	background-color: #F0FCFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	text-decoration: none;
	color: #FF0000}
	
#wrapper #page #main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1050px;
	background-color: #FFF;
}
#wrapper #page #main #menu {
	background-image: url(../images/bg_team.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 220px;
	background-color: #F2F3F3;
}
#wrapper #page #main #content {
	background-image: url(../images/bg_team.png);
	background-repeat: no-repeat;
	background-position: -220px -120px;
	margin: 0px;
	float: left;
	height: auto;
	width: 790px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#wrapper #page #footer {
	text-align: center;
	font-size: 78%;
	vertical-align: middle;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #999;
}
/***************************************************************
 * TABLE record lay-out 
 ***************************************************************/

table.tbl_fixed {
	width:100%;
	table-layout:fixed;
}
table.tbl_fixed tbody td.fixed {
	overflow:hidden;
	white-space:pre;
}

table.tbl_records {
	height:auto;
}
table.tbl_records.trhover tbody tr:hover {
	background-color:#FFFFCC !important;
}
table.trline tbody tr td {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
table.tbl_records caption {
	font-size: 90%;
	text-align:left;
	color: #666;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCEBFF;
	border-right-color: #CCEBFF;
	border-left-color: #CCEBFF;
}
table.tbl_records caption input[type="button"]{
}
table.tbl_records.updating thead th {
	background-color: #FC0;
}
table.tbl_records.updating thead th.animUpdating {
	background-image: url(../../images/anim_wacht.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
table.tbl_records thead th {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	cursor: help;
	background-color: #CCEBFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
table.tbl_records tr {
	line-height:22px;
}
table.tbl_records td {
	padding:0px 3px 2px 3px;
}
table.tbl_records td.titel {
}
table.tbl_records td.beschrijving {
	font-size: 90%;
	padding-bottom: 3px;
	padding-top: 3px;
}
table.tbl_records td.datum {
	color:#777;
	font-size:90%;
}
table.tbl_records td.lijntop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EEE;
}
table.tbl_records tfoot {
	font-size: 80%;
	color: #999;
}
table.tbl_records tfoot td {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDD;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}

/***************************************************************
 * TABLE.TD special TABLE CELLs <TD CLASS="icon_edit">&nbsp;</TD>
 ***************************************************************/

.icon_edit {
	background-image: url(../../images/icon_edit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_edit:hover {
	color: #FF6600;
	background-color: #CCC;
}
td.icon_edit {
	text-indent: 18px;
}

.icon_openline {
	background-image: url(../images/icon_openline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_openline:hover {
	color: #FF6600;
	background-color: #CCC;
}
td.icon_openline {
	text-indent: 18px;
}

.icon_download {
	background-image: url(../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_download:hover {
	color: #FF6600;
	background-color: #CCC;
}
td.icon_download {
	text-indent: 18px;
}

.icon_email {
	background-image: url(../../images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_email:hover {
	color: #FF6600;
	background-color: #CCC;
}
td.icon_email {
	text-indent: 18px;
}

.icon_delete {
	background-image: url(../../images/icon_delete.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_delete {
	text-indent: 18px;
}
td.icon_delete:hover {
	color: #FF6600;
	background-color: #CCC;
}

.icon_details {
	background-image:url(../images/icon_details.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_details {
	text-indent: 18px;
}
td.icon_details:hover {
	color: #FF6600;
	background-color: #CCC;
}

.icon_ready {
	background-image:url(../../images/icon_gereed.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
td.icon_ready {
	text-indent: 18px;
}
td.icon_ready:hover {
	color: #FF6600;
	background-color: #CCC;
}

.icon_none {
 background-image:url(../url(../images/icon_null.gif) );
	background-repeat: no-repeat;
	background-position: left top;
}
td.icon_none {
	text-indent: 18px;
}
#subtekst {
	position:relative;
	width:200px;
	height:40px;
	z-index:990;
	background-color: #F0F0FF;
	padding: 4px;
	border: 1px double #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/***************************************************************
 * FORM
 ***************************************************************/

form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

span.vraag {}	/* Een INPUT vraag set */
label.vraagr ,
label.vraag {
	width: 110px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
	font-size:80%;
	font-weight:bold;
	color: #067DB4;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
label.vraagr {
	text-align: right;
}

fieldset.none,
fieldset {
	width:auto;
	border: thin solid #CCC;
	padding-top: 1.5em;
	margin-top: 1.2em;
}
fieldset.none {
	border: 0px none #FFF;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	font-size: 90%;
	color: #067DB4;
	font-weight: bold;
}
fieldset select {
	background-color: #DDDDDD;
	border: thin solid #DDDDDD;
}
fieldset input.button {
	background-color:#FFF;
	cursor: pointer;
	color: #060;
	border: 2px solid #CCC;
	margin: 4px 10px 4px 0px;
	padding: 0px 5px 0px 5px;
}
fieldset input.button:Hover {
	color: #000;
	background-color: #EEE;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
fieldset textarea, fieldset input {
	background-color: #DDD;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: thin solid #DDD;
}
fieldset br {
	margin-top:4px;
	display:block;
}
fieldset label {
	font-size: 95%;
	color: #339;
	display: inline-block;
	width: 110px;
}

/***************************************************************
 * Lightbox thumbnail Photo interaction
 ***************************************************************/

/***************************************************************
 * XXXXXXXXXXXXXXXXXX
 ***************************************************************/

body {
	margin: 0px 0px 0px 0px;
	background-color: #467CB2;
	background-image: url(../images/bg_main_wolken.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
	color: #067DB4;
	text-align: left;
	font-size: 120%;
	padding: 0.2em 0em 0.2em 0em;
	margin: 1.0em 0em 0.3em 0em;
	/*
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #AFBCC1;
	*/
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 110%;
}
p {
	line-height: 1.5em;
	padding: 0em 0em 0.3em 0em;
	margin: 0em 0em 0.3em 0em;
}
a {
	color: #067DB4;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.menu.first {
	margin-top: 1.5em;
}
a.menu.last {
	margin-bottom: 1.5em;
}
a.menu {
	text-decoration: none;
	color: #067DB4;
	display: block;
	margin: 0.1em 0em 0em 0em;
	padding: 0.2em 0em 0.2em 1.2em;
	background-image: url(../images/bg_symb_ma.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.menu:hover {
	color: #FFF;
	background-image: url(../images/bg_symb_mb.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #067DB4;
}

a.button {
	color:#FFF;
	background-color: #067DB4;
	border: 0.05em solid #067DB4;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
a.button:hover {
	color:#067DB4;
	background-color: #FFF;
	border: 0.05em solid #067DB4;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}


/*
 * Stylesheet Kamper Kogge, 22 maart 2006
 */

#fotoalbum {
	display:inline-block;
	width: 590px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#fotoalbum .foto {
	display: inline-block;
	float: left;
	width: 280px;
	padding: 3px;
	border: 1px solid #CCC;
}
#fotoalbum .foto .afb {
	display: inline-block;
	float: left;	
	width: 125px;
	margin-right: 10px;
}
#fotoalbum .foto .text {
	display: inline-block;
	float: left;	
	width: 145px;
}
#fotoalbum .foto .text .titel,
#fotoalbum .foto .text .foto_datum,
#fotoalbum .foto .text .bericht {
	float: left;	
	clear: both;
}
#fotoalbum .foto .text .titel {
	font-weight: bold;	
}
#fotoalbum .foto .text .bericht {
	font-size:90%;
}
#fotoalbum .foto .text .foto_datum {
	float:right;
	margin-right: 10px;
	margin-top: 3px;
	font-size:80%;
}

#subtekst {
	position:relative;
	width:200px;
	height:40px;
	z-index:2;
	background-color: #F0F0FF;
	padding: 4px;
	border: 1px double #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#Submit, #Cancel, #Change, #Action, #Reset, #Annuleer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
	padding-right: 2px;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 12px;
	border-top-color: #3E79B1;
	border-right-color: #3E79B1;
	border-bottom-color: #3E79B1;
	border-left-color: #3E79B1;
	background-color: #DEEFEF;
}
#Submit:hover, #Cancel:hover, #Change:hover, #Action:hover, #Reset:hover, #Annuleer:hover {
	color: #FFFFFF;
	background-color: #0099CC;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
}
/* Afm. popup venster 640x(480+40) */
#zoomfoto {
	position:relative;
	width:640px;
	height:520px;
	z-index:4;
	background-color: #F0F0FF;
	padding: 4px;
	border: medium solid #FFF;
	background-image: url(kamperkogge/images/bg_main_wolken.jpg);
	background-repeat: repeat-x;
	background-position: left top}

#records {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
#records td {
	height:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-right: 3px;
	padding-left: 3px;
}
#records th {
	cursor: help;
}

a.linkArtikel:link, a.linkArtikel:hover, a.linkArtikel:visited, a.linkArtikel:active {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #39C;
}
a.linkArtikel:hover {
	color: #036;
}

.noscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #FF0000;
	text-align: center;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #467CB2;
	background-image: url(kamperkogge/images/bg_main_wolken.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}  
table			{
	font-family: Arial, Helvetica;
	color: #003333;
	table-layout: auto;
	margin: 0px;
	padding: 0px;
	position: static;
	font-size: 12px;
	text-align: left;
}
th {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: bold;
	color: #333300;
	background-color: #CCCCFF;
	text-align: left;
	height: 18px;
	text-indent: 3px;
	vertical-align: middle;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	text-align: left;
	margin-bottom: 4px;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h3 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #663300;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}
p {
	text-align:left;
	margin: 0px;
	padding: 0px;
	line-height: 16px}
blockquote {
	font-family: Arial, Verdana;
	text-align:left;
	margin: 0px 20px 0px 20px;
	padding: 0px}
ul {
	margin: 0px 0px 0px 12px;
	padding-top: 0px;
	padding-left: 7px;
	border: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-image: url(kamperkogge/images/bullit.gif);
}
a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #003366}
a:hover {
	text-decoration: none;
	color: #FF0000}
form {
	margin: 0px;
	padding: 0px;
	border: 0px none}
input, input.highlite, textarea, textarea.highlite, input.verplicht {
	border: 1px solid #BBBBBB;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	padding-left:3px;
	cursor: text}
input.verplicht{
	border: 1px solid #FF6600}
input.disabled {
	border: 1px solid #FFFFFF}
input.highlite {
	border: 1px solid #FF3300}
textarea.highlite {
	border: 1px solid #FF3300}

/*
 * User defined
 */
 
.kop			{ font-family: Verdana, Arial;   font-size: 11px;     font-weight: bold;   color: #663300}
.superscript		{ vertical-align: super;         font-size: smaller;  font-weight: normal; color: #993333}
.vet			{ font-weight: bold}
.klein			{                                font-size:  10px}
.odd			{  background-color: #F0F8FF;                   }
.even			{                                               }
.kleineven		{                                font-size: 8px }
.kleinodd		{  background-color: #F0F8FF;    font-size: 8px }
.cursor 		{  cursor: pointer }
.kopfoto 		{ font-family: Verdana, Arial;   font-size: 12px;     font-weight: bold;   color: #663300 }
.planTxtOud {
	color: #999999;
}
.planTxtActief {
	color: #006600;
}

/* 
 * changed
 */
table.lnk {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0FF;
	border: 1px solid #CCCCDD}
table.box {
	border: 1px solid #5987BB;
	background-color: #FFFFFF;
	text-align: left; }
table.boxbg {
	border: 1px solid #5987BB;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(kamperkogge/images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom}
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover, a.menuwerf:link, a.menuwerf:visited, a.menuwerf:active, a.menuwerf:hover {
	text-decoration: none;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 2px 0px 0px 32px;
	height: 14px;
	text-align: left;
	background-image: url(kamperkogge/images/bg_symb_ma.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.menuwerf:link, a.menuwerf:visited, a.menuwerf:active, a.menuwerf:hover {
	padding: 4px 0px 0px 40px;
}
a.menu:hover, a.menuwerf:hover {
	color: #FFF;
	background-image: url(kamperkogge/images/bg_symb_mb.gif);
	background-repeat: no-repeat;
	background-position: right}
a.commentaar:link, a.commentaar:visited, a.commentaar:active, a.commentaar:hover {
	text-decoration: underline;
	font-size:9px;
	color: #6163A5}
a.commentaar:hover {
	text-decoration: none;
	font-size:9px;
	color: #6163A5}

	
td.bgm {
	background-image: url(kamperkogge/images/bg_menu.gif);
	background-repeat: repeat-y;
}
td.bgm2 {
	background-image: url(kamperkogge/images/bg_menu2.jpg);
	background-repeat: no-repeat;
}
td.bgc {
	background-image: url(kamperkogge/images/bg_content.jpg);
	background-repeat: no-repeat;
}
.commentaar {
	font-size:10px;
	color: #003366}
.veldtitel, .highlitetablerow, .highlitetablerowveldtitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666;
	text-transform: uppercase;
	vertical-align: top;
	font-weight: bold;
	margin-right: 6px;
	padding-top: 4px;
}
.veldtitel{
	padding-left: 5px}
.highlitetablerow { /* Basis layout input <tr> */
	background-color: #D7E3FF;
	cursor: pointer;
}
.highlitetablerowveldtitel { /* Actieve layout input <tr> */
	background-color: #D7E3FF;
	color: #000;
	padding-left: 5px}
.error {
	background-color: #FFE6E6;
	border: 1px solid #FF6633;
}
.transparant {
	margin-left: 20px;
	border: 3px solid #D6DADA;
	margin-top: 12px;
	background-image: url(kamperkogge/images/bg_main_wolken.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
.fotogalerie {
	border: 1px dotted #D6DADA;
	margin-top: 15px;}
.htrs {
	background-color: #009900;
}
.nodisplay { display:none; }
.display {}
abbr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	}

