html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration: none }

html, body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height:1.8em;        
  height:100%;
}

h1 {
  color: #7A1F7F;
  font-size: 20px;
  font-weight: normal;
  margin-bottom:10px;
}

h2 {
  color: #7A1F7F;
  font-size: 15px;
  font-weight: bold;        
  margin-bottom:5px;
}

h3 {
  color: #7A1F7F;
  font-size: 13px;
  font-weight: bold;        
  margin-bottom:5px;      
}

ol {
  list-style: decimal;
  padding-left:25px;
}

b, strong {
  color: #2b2b2b;
}

p {
  margin: 0 0 10px 0;
}
.grid_1 { width:31px; }
.grid_2 { width:72px; }
.grid_3 { width:113px; }
.grid_4 { width:154px; }
.grid_5 { width:195px; }
.grid_6 { width:236px; }
.grid_7 { width:277px; }
.grid_8 { width:318px; }
.grid_9 { width:359px; }
.grid_10 { width:400px; }
.grid_11 { width:441px; }
.grid_12 { width:482px; }
.grid_13 { width:523px; }
.grid_14 { width:564px; }
.grid_15 { width:605px; }
.grid_16 { width:646px; }
.grid_17 { width:687px; }
.grid_18 { width:728px; }
.grid_19 { width:769px; }
.grid_20 { width:810px; }
.grid_21 { width:851px; }
.grid_22 { width:892px; }
.grid_23 { width:933px; }
.grid_24 { width:974px;
  float: left;
	display: block;
}

.column {
	margin: 0 5px;
	float: left;
	display: block;
	position: relative;
}

.row {
	width: 974px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.left { margin-left:0; }
.right { margin-right:0}

.full {  margin-left:0; margin-right:0 }
.space { margin-top: 10px; margin-bottom: 10px }

.space_top { margin-top: 10px }
.space_bottom { margin-bottom: 10px }



.blue {
  color: #298CE8;
}



a:link {    color: #298CE8; text-decoration: none; font-size: 13px; font-weight: bold; line-height:150%}
a:active {  color: #298CE8; text-decoration: none; font-size: 13px; font-weight: bold; line-height:150%}
a:visited { color: #298CE8; text-decoration: none; font-size: 13px; font-weight: bold; line-height:150%}
a:hover {   color: #298CE8; text-decoration: none; font-size: 13px; font-weight: bold; line-height:150%}

#nav_top {
  padding: 8px 0;
  border-top:2px solid #d6de23;
  border-bottom:2px solid #d6de23;
}

#nav_top li {
  display: block;
  float: left;
}

#nav_top a {
  text-transform: uppercase;
  display: block;
  float: left;
  padding-right: 9px;
  padding-left: 9px;
  font-size:14px;
  color: #003366;
  /*border-right: 1px solid #bbb;*/
  font-weight: bold;
}

#nav_top a:hover {
  color: #4466aa;
}

#tips b {
  font-family: arial, verdana;
  margin-left: 0;
  list-style-type:none;
  padding-left:8px;
  padding-top:3px;
  display: block;
  float:left;
  background-image: url('/assets/site/img/button-home.png');
  background-repeat: no-repeat;
  height:25px;
  width: 25px;
  color: #fff;
  font-size:15px;
}

#tips li {
  margin-left: 0;
  padding-left:0;
  list-style: none;
  clear:both;
  margin-bottom:5px;
  padding-top: 3px;
}

#nav_bottom {
  border-top: 1px solid #bbb;
  padding-top:10px;
}

#nav_bottom li {
  display: block;
  float: left;
  margin-right:12px;
}

#nav_bottom a {
  font-size: 12px;
  color:  #4D4D4D;
}

.border_list li {
  border-bottom:1px solid #bbb;
  padding:10px 0;
}

h4.breadcrumb a {
  color: #333;
}

h4.breadcrumb {
  color: #333;
  margin-bottom: 10px;
}      

#container {
  position:relative;
  min-height:100%;
}

#content {
  padding-bottom:30px;	/* Height of the footer */
}

#footer {
	position:absolute;
  bottom:0;
  margin:0; 
  width:100%; 
  height:30px;
}

.clear { clear: both }

#company_login {
  margin-top: 10px;
  color:#808080;
  float: right;
  /*text-transform: uppercase;*/
  width: 260px;
}

#company_login button{
  float: right;
}

#utils {
margin-top: 10px;
  float: right;
}

#utils li {
  float:left;
  margin-right: 10px;
}

#utils a {
  font-size: 12px;
  color:  #4D4D4D;
}

td { vertical-align: top }

.grey_back_arrow {
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  background-color: #cccccc;
  background-image: url('/assets/site/img/pijl_groot_wit.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-top:5px;
  height:25px;
  font-size:20px;
  margin-bottom: 0;
}

a.size1 {
  font-size:1em;
  padding:3px;
}

a.size2 {
  font-size:1.4em;
  padding:3px;
}

a.size3 {
  font-size:1.7em;
  padding:3px;
}

#payoff {
  position: absolute; 
  bottom: 0; 
  left:5px; 
  color: #7A1F7F; 
  font-size:14px; 
  font-style:italic; 
  font-weight: bold;
}