/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

	STYLESHEET FOR CCS1 (fonts, colors, sizes)
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT
============================================================================= */

/* ================================ MARKUP STYLES ================================== */

body {
	font-size: 65%;
	color: #023E7A;
	font-family: verdana, arial,tahoma;
	text-align: justify;
}

h1, h2, h3	{
	font-weight: bold;
	color: #023E7A;
}

h1 {
	text-transform: uppercase;
	font-size: 1em;
}

h2 {
	font-size: 1.0em;
	line-height: 20px;
	padding: 8px 0 0 0;
}

h2.show-hide {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	height: 15px;
}

h3 {
	font-style: italic;
}

ul.show-hide {
	height: auto;
	clear: both;
	position: relative;
}

ul.show-hide li ,
ul.show-hide li span {
	float: left;
	clear: both;
	width: 100%;
	
}

ul.show-hide li h2 {
	clear: both;	
	zoom: 1;
	width: 100%;
}

body.15 table	{ 
	border-collapse: collapse; 
}

body.15 tr, 
body.15 td 	{ 
	border: 1px solid #c5c4c4; 
	font-size: 8px;
	padding: 2px;
}

a, a:link, a:visited {
	color: #3a8adb;
	font-weight: bold;
}

a:hover {
	color: #023E7A;
}

img.certificates {
	position: relative;
	padding: 7px;
	float: left;

}

.od_leftTable	{
	width: 180px;
}

.od_rightTable	{
	width: 300px;
}

table tbody	{
	padding: 0px;
	margin: 0px;
}

#od_map	{
	width: 300px;
	height: 250px;
	margin-top: 16px;
}