/* CSS Document */
/*	------------------Index.php ---------------*/
table.indexTable{
	background-image: url("pics/table_background.jpg");
	background-repeat: no-repeat;
	background-color: white;
	width: 970px;
	height: 550 px;
}
table.intro{
	margin-top: -3px;
}
table.navTable
{
	font-size: smaller;
}
td.navigation{
	width: 170px;
	padding-top : 5px;
	padding-left: 30px;
}
td.titel{
	padding: 0px;
}
td.mainpage{
	width: 800px;
	padding-right: 50px;	
	font-family: Verdana, courier;
}
div.content{
	width:662px;
	height:320px;
	overflow:auto;
}
td.english{
	font-family: Verdana, courier;
	font-size: 70%;
	color: blue;
	padding-left: 140px;
	padding-top:  0px;
}
td.mailto{
	text-align: right; 
	padding-right: 65px;
}
tr.upper{
	height: 110px;
}
tr.middle{
	height: 360px;
}
tr.bottom{
	height: 70px;
}
iframe.tekstveld{
	border-style: none;
	border-width: 0px;
	margin-left: 20px;
	width: 670;
	height: 350;
	overflow: auto;
}
iframe.kopje{
	border-style: none;
	border-width: 10px;
	width: 670;
	height: 110;
}
div.hoofdstuk{
	height: 55 px;
	margin-right: 0px;
	margin-top:	20px;
	margin-left: 10px;
	text-align: right; 
}
div.pagina{
	height: 10px;
	margin-left: 0px;
	margin-right: 50px;
	padding-left: 10px;
	text-align: left; 
}
span.hoofdstuk{
	font-family: Verdana, Arial, courier;
	letter-spacing: -4px;
	font-style: oblique;
	font-weight: bold;
	font-size: 290%;
	color: #E8E1C9;
	margin-right:60;
	margin-top:25px;
}
span.pagina{
	font-family: Verdana, Arial, courier;
	font-size: 90%;
	font-weight: bold;
	color: #AD923C;
	margin-left: 10px;
}
div.languages
{
	width: 100px;
	font-family: Verdana, Arial, courier;
	color: #027bad;
	font-size: smaller;
	margin-left: 120px;
	margin-top: 70px;
}

/*	------------------Mailen.php ---------------*/
tr.mailup{
	background-image: url('http://www.natuurlijkdierengenezen.nl/pics/mail_background_up.png');
	background-repeat:no-repeat;
	height: 185 px; 
}
tr.mailmid{ 
	background-image: url('http://www.natuurlijkdierengenezen.nl/pics/mail_background_mid.png');
	background-repeat:repeat-y;
}
tr.maildown{ 
	background-image: url('http://www.natuurlijkdierengenezen.nl/pics/mail_background_down.png');
	background-repeat:no-repeat;
	height: 117 px; 
}
span.tab1{
	margin-left: 70px;
	font-weight: bold;
	font-style: italic;
}
span.tab2{
	margin-left: 50px;
	margin-right: 30px;
}
div.tab3{
	margin-left: 100px;
	margin-right: 30px;
}