/*	--------------------------------------------------------------
	Standaard elementen
	-------------------------------------------------------------- */
html, body, form
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #018D8C;
	overflow: hidden;
	vertical-align: middle;
}

p, td
{
	margin: 0px;
	padding: 0px;
}

a:link
{
	color: #018D8C;
}

a:visited
{
	color: #018D8C;
}

a:hover
{
	color: #018D8C;
}

a:active
{
	color: #018D8C;
}

label, input, select, textarea
{
	font: 8pt arial;
}

/*	--------------------------------------------------------------
	Layout opbouw elementen
	-------------------------------------------------------------- */

#page
{
	height: 100%;
}

#frame
{
	width: 770px;
	background: #F1F9EE url(../images/maatwerk/achtergrond-links.gif) repeat-y;
	margin: 30 auto 10 auto;
	text-align: left;
	height: 515px;
	overflow: hidden;
	vertical-align: middle;
}

#left
{
	float: left;
	position: relative;
	text-align: left;
	width: 250px;
	padding: 0px;
}

#footer
{
	height: 1px;
	width: 100%;
}

#main
{
	float: left;
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#menu
{
	font-family: Arial, Georgia, Times New Roman, Garamond;
	font-size: 10pt;
	position: relative;
	margin: 0px;
	text-align: center;
}

#contentHeader
{
	height: 55px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	overflow: hidden;
}

#contentFrame
{
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(     '../images/maatwerk/achtergrond.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	height: 455px;
}

.clr
{
	clear: both;
}

@media print
{
	#leftcol
	{
		display: none;
	}
	#outer
	{
		border-left: 0;
	}
}


/*	--------------------------------------------------------------
	Layout menu elementen
	-------------------------------------------------------------- */

#tennerMenu1 ul
{
	list-style: none;
	list-style-position: outside;
	margin: 20px 0 10px 20px;
	padding: 0px;
}

#tennerMenu1 ul ul
{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
}

#tennerMenu1 ul ul a
{
	list-style: none;
	margin: 0 0 0 10;
}

#tennerMenu1 a
{
	display: block;
	color: #018D8C;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: left;
}

#tennerMenu1 ul a
{
	background: url(../images/maatwerk/menu-blok-off.gif) no-repeat;
}

#tennerMenu1 a:hover
{
	color: #9F0159;
	background: url(../images/maatwerk/menu-blok-on.gif) no-repeat;
}

#tennerMenu1 .selected
{
	color: #9F0159;
	background: url(../images/maatwerk/menu-blok-on.gif) no-repeat;
}

#tennerMenu1 ul ul a
{
	background: url(../images/maatwerk/menu-kleinblok-off.gif) no-repeat;
}

#tennerMenu1 ul ul a:hover
{
	background: url(../images/maatwerk/menu-kleinblok-on.gif) no-repeat;
}

#tennerMenu1 ul ul .selected
{
	color: #9F0159;
	background: url(../images/maatwerk/menu-kleinblok-on.gif) no-repeat;
}


/*	--------------------------------------------------------------
	Layout template elementen
	-------------------------------------------------------------- */

#cssMainFoto
{
	float: right;
}

.foto
{
	margin: 0 0 15 0;
}

#cssMainDocumenten
{
	margin: 15 0 0 0;
}

.document
{
	font: 8pt arial;
}

#cssMainItemMenu td
{
	line-height: 18px;
	margin: 15 0 0 34;
	width: 92%;
	font: 8pt arial;
	line-height: 15px;
}

#cssMainSubject
{
	line-height: 18px;
	margin: 15 0 0 34;
	letter-spacing: 2px;
	font: 24px arial;
}

#cssMainTeaser
{
	line-height: 18px;
	margin: 15 0 0 34;
	width: 95%;
	font-style: italic;
}

#cssMainBody
{
	margin: 15 0 0 34;
	width: 92%;
	font: 8pt arial;
	line-height: 18px;
	letter-spacing: 0px;
}

#cssMainEdit
{
	line-height: 18px;
	margin: 15 0 0 34;
}

.edit
{
	font: 8pt arial;
}

.formulier
{
	margin: 15 0 0 34;
	font: 8pt arial;
}

/*	--------------------------------------------------------------
	Layout template wizard elementen
	-------------------------------------------------------------- */

#formulier1
{
	margin-top: 10px;
	width: 88%;
}

#buttonset1
{
	margin: 10 0 20 0;
	width: 85%;
}

#formulier1 td
{
	text-align: left;
	vertical-align: top;
	font: 8pt arial;
	line-height: 16px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.frmInputButton
{
	background-color: #9F0159;
	padding: 1 2 1 2;
	color: #FFFFFF;
	font: 8pt arial;
	border: solid 1 #FFFFFF;
}

.frmInputText
{
	width: 80%;
}
