html, body { margin:0; padding:0; }
/* ------------------------------------------------------------------------------
/	standaard instellingen voor body
/ -------------------------------------------------------------------------------*/
body{
	background-color: #fff;
	color: blue;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f81d5;
	font-size:18px;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f81d5;
	font-size:18px;
	text-decoration:none; 
	font-weight: bolder;
}
a:hover {
	color: red;
	font-size:18px;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f81d5;
	font-size:18px;
	text-decoration: none;
	font-weight: bolder;
}
/* ------------------------------------------------------------------------------
/	zwartachtige achtergrondkleur 
/ -------------------------------------------------------------------------------*/
.gsblack {
	background-color: #CCCCCC;
}
/* ------------------------------------------------------------------------------
/	blauwachtige achtergrondkleur 
/ -------------------------------------------------------------------------------*/
.gsblue{
	background-color: #0f81d5;
}
/* ------------------------------------------------------------------------------
/	roodachtige achtergrondkleur 
/ -------------------------------------------------------------------------------*/
.gsred{
	background-color: #cc362f;
}

/* ------------------------------------------------------------------------------
/	Sterretje 
/ -------------------------------------------------------------------------------*/

span.sterretje{
	font-size: 1.2em;
}

/* ------------------------------------------------------------------------------
/	body#bottom wordt gebruikt door fixed/bottom.html
/	de body heeft een in x richrting tegelende achtergrond
/ -------------------------------------------------------------------------------*/
body#bottom{
	background:#150E11 url(../images/bottom_ag.gif) repeat-x;
	background-position: bottom;
	color:blue;
}

/* ------------------------------------------------------------------------------
/	div#tagline en h1 wordt gebruikt voor het logo in de top
/ -------------------------------------------------------------------------------*/
body#bottom div#tagline {
	background-image: url(../images/bottom_logo.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 68px;
}



div#tagline h1{
	display: none;
}

/* ------------------------------------------------------------------------------
/	voor de plaatjes zetten we standaard de rand uit
/ -------------------------------------------------------------------------------*/
img{
	border:0;
}

/* ------------------------------------------------------------------------------
/	Inhoudelijk
/ -------------------------------------------------------------------------------*/
body#page {
	padding-top: 10px;
	padding-left: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font:12px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
} 

body#page1 {
	padding-top: 10px;
	padding-left: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font:11px;
	text-align: center;
} 

h1#pagetitle {
	text-align: left;
	margin: 0 auto;
	padding-bottom:.5em;
	width: 100%;
}

div.page{
	text-align: left;
	margin: 0 auto;
	width: 720px;
	font:12px/1.4em Verdana,sans-serif;
}

div.textcol{ width: 400px; float: left; }

div.imgcol{
	width: 240px;
	float: right;
}

div.textcol p{
	padding:0 2em .8em 0;
}

div.page img, div.imgcol img, div.textcol img{
	margin-bottom:10px;
}



h1, h2, h3, h4, h5 {margin:0;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0F81D5;
}
h2 {
	font-size:150%;
	color:#333;
}
h3 { font-size:12px; }
h4 { font-size:100%; text-transform:uppercase; letter-spacing:1px; }
h5 { font-size:1em; }
p, ul, dl {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}


hr { color:#ccc; background-color:#ccc; height:1px; border:0; }
pre, tt { font-size:medium; }

/* ------------------------------------------------------------------------------
/	Contactgegevens
/ -------------------------------------------------------------------------------*/


dl.table-display{
	width: 41.1em;
	margin: 2em 0;
	padding: 0;
	font-family: verdana, arial, san-serif;
}

.table-display dt{
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #d7d7d7;
	font-weight: bold;
	color:#d7d7d7;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd{
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #d7d7d7;
}
img.bottom { vertical-align: bottom; }
a.trucks:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f81d5;
	text-decoration: none;
}
a.trucks:visited {
	color: #0f81d5;
	text-decoration: none;
}
a.trucks:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
}
a.trucks:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0f81d5;
	text-decoration: none;
}

.black {
	color: #000;
}
#page1 div div h2 {
	font-size: 12px;
}

#page1 div div h3 a {
	font-size: 12px;
}
