/* CSS Document 
   2007 version
   http://www.diazit.nl
*/


/* General Clasess */

*{

padding: 0;
margin: 0;
}

html body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0;
}

img
{
	border: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2a7aac;
	margin-bottom: 3px;
}

hr {
	border: none;
	height: 1px;
	color: #000;
	background-color: #000;
}	

h4, .titel/* use for the title */
{
	color: #2a7aac;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.blue
{
	color: #2a7aac;
	font-weight:bold;
}
table
{
	padding: 0px;
	border-collapse: collapse; /* remove all cell padding */
	border: 0px;
	width: 100%;
}



.titel
{
	font-weight:bold;
}


#tablenormal
{
	width: 100%;
	border: 0px;
}

#tablenormal td
{
	padding: 5px;
}

#tablenormal .tablenormaltdleft
{
	width: 35%;
}

#tablenormal .tablenormaltdright
{
	width: 65%;
}

td
{
	vertical-align: top;
	padding: 0px;
}

ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a
{
	color: #2a7aac;
}
/*a:hover
{
	color: white;
	background-color: #2a7aac;
	text-decoration: none;
} */
p
{
	padding-top: 5px;
}


/* End General Clasess */

#indexbody
{
	background-image: url(../images/lijn.gif); background-repeat: repeat-x; 
	background-color: #FFFF;
	margin: 0px;
}
#indextable
{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

#indextable .indexlogotable
{
	height: 400px;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 0px;
	margin: 0px;
}

#indextable .indexbuttons
{	
	
	text-align: center;
	vertical-align: middle;
	height: 200px;
	padding-top: 12px;
	padding-bottom: 25px;
}
#subtitle{
/*border-top:1px solid #000000;
border-bottom:1px solid #000000;

}*/
#indextable .indexbuttonstable
{
	text-align: center;
	height: 200px;
	background-color: #000000;
	padding-top: 25px;
}

#indextable .indexcopyright
{
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	
}
.indexcopyright{
/*border-top:1px solid #000000; */
margin-top: 12px;
}

