/*
########################################################################
#						  											   #
#						 SCREEN STYLESHEET						   	   # 
#					Gemaakt door Tangramatch.  						   #
# 						www.tangramatch.nl            				   #
# 							April 2005                				   #
#							 										   #
########################################################################
*/


/* Print instellingen ################################################## */

.zien { display: none; }

td.print { width: 100% }

/* Algemene instellingen ############################################### */

BODY  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	
	text-align: center;
}

TABLE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	border: none;
}

.balk-tabel {
	font-size: 12px;
	font-weight: bold;
	background-color: #336699;
	color: #FFFFFF;
	padding-left: 2px;
	height: 23px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
 
.even-rij { 
	background-color: #E8F2FD;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.oneven-rij {
	background-color: #F0F0F0;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.blader-button-actief
{
	border: solid 1px #378BDF;
	font-weight: bold;
	padding: 3px;
	text-align:center;
	text-decoration:none;
	background-color: #FFFFFF;
	height: 20px;
	width: 23px;
	font-variant:normal;
	font-size:12px;
}

.blader-button-onactief
{
	border: solid 1px #CCCCCC;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	background-color: #FFFFFF;
	height: 20px;
	width: 23px;
	font-variant:normal;
	font-size:12px;
}

/* Link instellingen ################################################### */

A.blader
{
	color:#378BDF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A.blader:hover
{
	color:#378BDF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color:#A2CECE;
}
	
A, {
	color:#0000BF;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}

A:hover		{
	color:#666666;
	font-variant: small-caps;
	font-weight: bold;	
	text-decoration: none;
	font-size: 14px;
	}
	
A.klein, {
	color:#0000BF;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 12px;
	}

A.klein:hover		{
	color:#666666;
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 12px;
	}

A.lijst, {
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
	}

A.lijst:hover		{
	font-weight: bold;
	font-variant: normal;	
	text-decoration: none;
	font-size: 12px;
	}
	
A.sorteer, {
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	}

A.sorteer:hover		{
	font-weight: bold;
	font-variant: normal;	
	text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
	}
	
A.tekst, 
td.text a {
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}

A.tekst:hover, 
td.text a:hover {
	font-variant: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}

	
/* Navigatiemenu instellingen ########################################## */

.navigatie {
	padding-right: 5px;
	padding-left: 120px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 2px;
}

.navigatie_cms {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 2px;
}

/* Pagina instellingen ################################################# */

.bg 
{
	background-image: url(../images/dynamisch/bg.gif);
}

.watermerk {
	
	background-color: #FFFFFF;
	/*
	background-image: url(../images/dynamisch/watermerk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/

}

.titel {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.subtitel {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text {
	text-align: justify;
}

.icoon {
	text-align: right;

}

.plaatje-links {
	margin-right: 15px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}

.plaatje-rechts {
	margin-bottom: 3px;
	border: 1px solid #999999;
	margin-left: 15px;
}

.omlijning {
	border: 1px solid #999999;
	padding: 1px;

}

.omlijning-voorbeeld {
	border: 1px solid #0052A4;
	padding: 1px;
	width: 200px;
	height: 300px;
}

.voorbeeld { /* achtergrond plaatje op voorbeeld */
	background-image: url(../images/cms/paginabeheer/voorbeeld.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

.stippellijn {
	background-image: url(../images/algemeen/lijnen/stippellijn.gif);
	background-repeat: repeat-x;
}

/* Layer instellingen ################################################## */

* { -moz-box-sizing: border-box; }

#container {
	position: relative;
	width: 750px;
	margin: auto;
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	height: 90%;
}

#container-popups {
	position: relative;
	width: 750px;
	margin: auto;
	padding: 0px 0px 10px 0px;
	text-align: left;
	border: solid 1px #000;
	height: 100%;
}

#menu {
	width: 100%;
	display: block;
	height: 116px;
	margin: 0px 0px 15px 0px;
	/*border: solid 1px #FF0000;*/
}

#inhoud {
	float: left;
	padding: 0px 20px;
	border-right: dotted 1px #336699;
	width: 520px;
/*	background-image: url(../images/algemeen/lijnen/stippellijn2.gif);
	background-repeat: repeat-y;
	background-position: right; */
}

#submenu {
	float: left;
	width: 226px;
	padding: 0px 14px;
	border-left: dotted 1px #336699;
/*  border: solid 1px #FF0000;
	background-image: url(../images/algemeen/lijnen/stippellijn2.gif);
	background-repeat: repeat-y;
	background-position: left;  */
	margin: -1px
}

#naarboven {
	width: 752px;
	margin: auto;
	padding: 5px;
	text-align: right;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: dotted 1px #336699;
	background-color: #FFFFFF;
	height: 33px;



}

/*
#lijn {
	position: relative;
	border-left: dotted 2px #336699;
	float: left;
	width: 2px;
	height: 100%;
}
*/
#overzicht {
	float: left;
	width: 100%;
	padding: 14px;
	/*border: solid 1px #FFCC33;*/
}

#special_form
{
	border: solid 1px #999999;
	padding: 5px;
	height: 65px;
	width: 170px;
	background-color: #F0F0F0;
}

/* Formulier instellingen ############################################## */

.form-bloktitel {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #0052A4;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	padding-left: 3px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.form-balktabel {
	font-size: 13px;
	font-variant: small-caps;
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 2px;
	height: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
}

.form-bgceltabel {
	background-color: #CCCCCC;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.form-veldtitel {
	font-weight: bold;
	padding: 5px;
	width: 35%;
	vertical-align: top;

}

.form-veldtekst {
	font-weight: normal;
	padding: 5px;
	width: 55%;
	vertical-align: top;

}

.form-veldicoon {
	text-align: right;
	padding: 5px;
	width: 10%;
	vertical-align: top;

}

.invoerveld
{
	color: #333333;
	height: 22px;
	background-image: url(../images/algemeen/style/bginvoerveld.gif);
	background-repeat: repeat-x;
}

.invoerveld_special
{
	color: #666666;
	width: 100%;
	height: 22px;
}

.keuzelijst_special
{
	width: 100%;
	color: #333333;
	font-weight: normal;
}

.keuzelijst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-color: #F3F3F3;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 22px;
	cursor: hand;
	font-weight: bold;
	background-image: url(../images/algemeen/style/bgbutton.gif);
	background-repeat: repeat-x;
}

.button_special 
{
	margin-top: 7px;
	font-size: 13px;
	color: #336699;
	background-color:#FFFFFF;
	border: solid 1px #999999;
	width: 100%;
	height: 22px;
	cursor: hand;
}

/* ######################################################################## */
.inlogtekst {
	border: 1px solid #999999;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;


}
.stippellijnCopy {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003366;


}

