
/* --------------------Algemeen---------------------- */


legend{
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-transform: uppercase;
    padding-bottom:10px;
}

.grotehoofdletter /* Let the first letter of a paragraph float to the left and style the letter. */
{
float:left;
width:0.7em;
font-size:400%;
line-height:70%; /* per lettertype aanpassen */
}


/* --------------------Layout1 met header, footer, left content and main content---------------------- */

div.container1
{
background-color:#D8E5EA;
width:950px;
margin:auto; /* centreert de container */
border:none;
line-height:150%;
}
div.header1,div.footer1
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

div.logo-top{display: block;width:950px;height:119px;margin: 0px; background: url(../i/header.gif) no-repeat center top ;}
.logo-bottom{display: block;width:950px;height:91px;margin: 0px; background: url(../i/footer.gif) no-repeat center top ;	clear: both;}

div.footer1
{
padding:0.5em;
color:white;
background-color:gray;
clear:both;
}

h1.header1
{
padding:0;
margin:0;
}
div.left1
{
float:left;
width:100px;
margin:0;
padding:1em;
}

div.content1, div.content1-rechts, div.content2col
{
padding:0.7em;
color: black;
font-size:0.8125em;
}

div.content2col
{
margin-left:142px;


}

div.content1 
{
float:left;
//margin-left:10px;
width:420px;

}

div.content1-rechts
{
//margin-left: 3px;

}


/* --------------------Layout1 FORM---------------------- */
legend{
	font-family:"Palatino Linotype", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-transform: uppercase;
    padding-bottom:10px;
}

.inputstyle{
	width:200px;
	font-family:"Palatino Linotype", Verdana, Arial, Helvetica, sans-serif;
	color:black;
	
}

.tabel
{
	display: table;
	overflow: hidden;	
	width: 100%;
}

  
.tabel-regel 
{
	display: table-row;
	width: 100%;
	margin: 0 auto;

}


.tabel-regel-klein-cel
{
	display: table-row;
	margin: 0 auto;
	text-align:right;
	font-size: 0.75em;
	line-height:1.5em;
	width: 100%;


}

.fl-r
{
float:right;
}

.tabel-cel-links
{
	display: table-cell;
	margin: 0 auto;
	float:left;
}

.tabel-cel-rechts
{
	display: table-cell;
	//padding-left:1em;
	margin: 0 auto;
	float:right;
	text-align:right;
}

/* --------------------Layout1 knoppen ---------------------- */


.img-pijl
	{float:right;
	margin:0 auto;
	padding:20px 3px 20px 10px;


	}