/* BODY */

html, body {
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0b2c4f;
	behavior: url("hover.htc");
	}

table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}

td {	
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
	}

a {
	color: #0b2c4f;
	text-decoration: underline;
	}

a:hover {
	color: #0b2c4f;
	text-decoration: underline;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

label {
    width: 150px;
    float: left;
    text-align: left;
    margin: 2px 10px 2px 0px
    clear: both;
    }

input, select, textarea {
    border: solid 1px #105d6b;
	margin: 1px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

h1 {
	font-size: 14px;
	color: #105d6d;
	margin: 0;
	padding: 0px 0px 5px 0px;
	}

h2 {
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0px 0px 5px 0px;
	}

#peek {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 920px;
	height: 100%;
	color: #0b2c4f;
	border: 1px solid #0b2c4f;
	}

/* HEADER */

#peek-header {
	width: 920px;
	margin: 0;
	padding: 0;
	background: url('../images/background/bg-header.png') no-repeat;
	clear: left;
	}

#peek-header-text {
	clear: left;
	height: 10px;
	margin: 0;
	padding: 4px 4px 4px 4px;
	font-size: 10px;
	}

#peek-header-text a {
	text-decoration: none;
	}

#peek-header-menu {
	padding: 0;
	margin: 0;
	width: 920px;
	height: 60px;
	clear: left;
	}

#peek-header-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
  
#peek-header-menu li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	height: 60px;
	text-align: center;
	}

li.home {
	width: 187px; 
	margin: 1px 1px 1px 0px;
	background: url('../images/buttons/home_off.png') no-repeat;
	}

li.contact {
	width: 182px; 
	margin: 1px 1px 1px 0px;
	background: url('../images/buttons/contact_off.png') no-repeat;
	}

li.maatschappijen {
	width: 185px; 
	margin: 1px 1px 1px 0px;
	background: url('../images/buttons/maatschappijen_off.png') no-repeat;
	}

li.nieuws {
	width: 185px; 
	margin: 1px 1px 1px 0px;
	background: url('../images/buttons/nieuws_off.png') no-repeat;
	}

li.download {
	width: 181px; 
	margin: 1px 0px 1px 0px;
	background: url('../images/buttons/download_off.png') no-repeat;
	}


li.home:hover, li.home.over {
	background: url('../images/buttons/home_on.png') no-repeat;
	}

li.contact:hover, li.contact.over {
	background: url('../images/buttons/contact_on.png') no-repeat;
	}

li.maatschappijen:hover, li.maatschappijen.over {
	background: url('../images/buttons/maatschappijen_on.png') no-repeat;
	}

li.nieuws:hover, li.nieuws.over {
	background: url('../images/buttons/nieuws_on.png') no-repeat;
	}

li.download:hover, li.download.over {
	background: url('../images/buttons/download_on.png') no-repeat;
	}

/* VISUALS */

#peek-visuals {
	height: 265px;
	padding: 0;
	margin: 0;
	clear: left;
	}

#peek-visuals-logo {
	height: 265px;
	width: 367px;
	margin: 1px 1px 1px 0px;
	padding: 0px;
	background: url('../images/visuals/logo.png') no-repeat;
	float: left;
	}

#peek-visuals-levensverzekering {
	height: 265px;
	width: 183px; 
	margin: 1px;
	padding: 0px;
	background: url('../images/visuals/levensverzekering.png') no-repeat;
	float: left;
	}

#peek-visuals-autoverzekering {
	height: 265px;
	width: 182px; 
	margin: 1px;
	padding: 0px;
	background: url('../images/visuals/autoverzekering.png') no-repeat;
	float: left;
	}

#peek-visuals-huishypotheek {
	height: 265px;
	width: 181px; 
	margin: 1px 0px 1px 2px;
	padding: 0px;
	background: url('../images/visuals/huis-hypotheek.png') no-repeat;
	float: left;
	}


/* CONTENT */

#peek-content {
	clear: left;
	margin: 0;
	padding: 0;
	}

#peek-content h1 {
	color: #fff;
	font-size: 12px;
	margin: 10px 8px;
	}

#peek-content-left {
	float: left;
	width: 367px;
	margin: 0px 2px 0px 0px;
	padding: 0;
	background: url('../images/background/bg-header-left.png') no-repeat 0px -16px;
	}

#peek-content-right {
	margin: 0;
	padding: 0;
	float: left;
	width: 551px;
	background: url('../images/background/bg-header-right.png') no-repeat 0px -16px;
	}

#peek-content-blue {
	float: left;
	width: 367px;
	margin: 0px 2px -2px 0px;
	padding: 0;
	background-color: #0b2c4f;
	color: #fff;
	}

#peek-content-text  {
	margin: 0;
	padding: 0px 8px;	
	clear: left;	
	}

#peek-content-text h1 {
	color: #fff;
	font-size: 12px;
	margin: 10px 0px;
	}

#peek-content-menu  {
	margin: 0;
	padding: 0px 8px;	
	float: left;	
	width: 166px;
	}

#peek-content-menu h2 {
	color: #0b2c4f;
	font-size: 11px;
	margin: 3px 0px;
	padding: 0px;
	}

#peek-content-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#peek-content-menu li {
	color: #002d56;
	height: 19px;
	font-size: 12px;
	vertical-align: bottom;
	}

#peek-content-menu li:hover, #peek-content-menu li.over {
	background: url('../images/background/bg-li-active.png') no-repeat;
	}

#peek-content-menu li a {
	padding-left: 19px;
	color: #002d56;
	}

#peek-content-menu li a:hover {
	text-decoration: none;
	}

