/*
  C-Services Holland b.v. CSS
  Datum  : 3-5-2004
  Auteur : Robert van Moolenbroek
  Versie : 0.00.00
*/


/* BODY */
body { font-size : 10pt;
		font-family : Arial, Tahoma, Verdana, Sans-Serif; 
		background-color:#FFFFFF}
p { font-size : 10pt;
		font-family : Arial, Tahoma, Verdana, Sans-Serif; }

/* FONTS */

h1 { color : #FF0000;
	font-size: 12pt;
	font-weight : bold;
	font-family : Arial, tahoma, Verdana, Sans-Serif;} /* headings */
h2 { color : #000000;
	font-size: 10pt;
	font-weight : bold;
	font-family : 10pt Arial, Tahoma, Verdana, Sans-Serif; } /* sub headings */
h3 { color : #C0C0C0;
        font-size: 7pt;
	font-family: Arial, Tahoma, Verdana, Sans-Serif; } /* 'hidden' links */
h4 { color : #000000;
	font-family: Arial, Tahoma, Verdana, Sans-Serif; }
h5 { color : #000000;
	font-family: Arial, Tahoma, Verdana, Sans-Serif; }


grijs { color : #C0C0C0;
        font-size: 7pt;
        font-family: Arial, Tahoma, Verdana, Sans-Serif; } /* 'hidden' links */
/* ELEMENTEN */
hr { color : #FF0000;
	 size : 1pt }

/* FORMS */
form { border: 0;
		margin: 0;
		font-size : 10pt;
		font-family : Arial, Tahoma, Verdana, Sans-Serif; }
		font-style: normal;
		font-weight: normal;}

input { border: 0;
		margin: 0;
		font-size : 10pt;
		font-family : Arial, Tahoma, Verdana, Sans-Serif; }
		font-style: normal;
		font-weight: bold;}


/* TABLES */
td {    font-size : 10pt;
	 font-family : Arial, Tahoma, Verdana, Sans-Serif; }

tr {    font-size : 10pt;
	 font-family : Arial, Tahoma, Verdana, Sans-Serif; }


/* LINKS */

A:link		{ text-decoration: none;
			  color : #6633FF; }
A:active	{ text-decoration: none;
			  color : #6633FF; }
A:visited	{ text-decoration: none;
			  color : #6633FF; }


/* --- einde csh.css ---*/

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
	text-decoration : none;
	padding: 4px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #DD0000;
}
.m0l1i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #DD0000;
}
.m0l2i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #DD0000;
}
/* google maps opmaak */
div#adres{
	margin: 10px;
	float:right;
}

div#route input{
	font-weight: normal;
}

div#route{	
	margin: 10px;
	clear:both;
}

div#route td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div#route th{
	text-align:left;
}

div#map_canvas{
	width: 500px;
	height: 400px;
	float: left;
	margin: 10px;
}				
