﻿/* ------------------------------------------ */ 
/* ---\									 |--- */ 
/*			Theme: New Horizons				  */
/*    Original Design by: Virtual Concept     */
/* ---\								     |--- */
/* ------------------------------------------ */

body {
	
	top: 0px;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 0px;
	font-family:Verdana;
	font-size:11px;
	color: #000000; /*			DEFAULT TEXT COLOR			  */

}
p{
font-size:11px;
text-indent:1cm;
text-align:justify;
line-height:16px;
}
img {
	border-style: none;
}

a {
	color: #295398;
	text-decoration: none;
}
a:hover {
	color: #ba4458;
}
#slogan h3{
padding:0px 0 0 0px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h3{
font-size:14px;
color: #003366;
}
h4{
font-size:13px;
padding:0px;
margin:0px;
color: #003366;
border-bottom:1px #999999 dashed;
}

h6 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
caption {
	color: #CC6633;
	font-size: 12px;
}

.test {
	font-size:16px;
	color: #bb4458;
	}

.borderimg { 
	  border-style:solid;
      border-color: #D6DDE6;
      border-width:1px;
}

#container {
	position: relative;
	width: 928;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
	width: 100%;
	background: url(images/head.gif) no-repeat;
}
#head h1 {
	position: absolute;
	margin: 0px 0 0 0px;
	width: 200px;
	height: 95px;
	background: url(images/nh_logo.gif) no-repeat;
}
#head h1 a {
	text-indent: -2000px;
	width: 154px;
	height: 59px;
	display: block;

}

#head-search {
	float: right;
	margin-right: 14px;
	height: 54px;
	width: 300px;
}

#head-search div {
	margin: 0 auto;
	float: right;
}
#head-search input.text {
	float: left;
	padding: 1px 2px;
	margin-top: 30px;
	width: 140px;
	background: #fff;
	color: #8A8A8A;
	border: 1px solid #C8D2D9;

}

#head-search .button {
	float: left;
	font-size: 10px;
	padding: 2px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px solid #C8D2D9;
	background: #fff;
	color: #aaa;
	text-shadow: #333 1px 1px 1px;
}

#head-search .button * {
	padding: 0;
	margin: 0;
}

#head-search input.button:hover {

	border-color: #aaa;
}
textarea {
	width: 460px;
	border: 1px solid #C8D2D9;
}
input {
	border: 1px solid #C8D2D9;
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	
	
}
select {
	border: 1px solid #C8D2D9;
}
#nav {
	position: absolute;
	/*
	width: 797px;
	top: 155px;
	*/
	top:0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}
#nav li a {
	padding: 0 0 0px 0;
	height: 22px;
	font-weight: bold;
	color: #295398;
}
#nav li a:hover {
color:#ba4458;
}
#area {
	width: 928;
	height: 54px;
	background: url(images/area.gif) repeat-x;
}

#main {
	margin: 0px;
	background: url(images/bg_main.gif) repeat-y;
	width: 928px;
	height: auto; 
}

#content {
float:left;
padding:0 0px 0px 0px;
width: 930px;
height:auto;
margin-top:25px;
}

#go_cart {
	width: 100%;
	text-align: right;
	top: 0px;
	background: #FFFFFF;
	margin: 0px;
	padding: 2px 0px;
	font-family:Verdana;
}
#go_cart h1 {
	position: absolute;
	margin: 0px 0 0 0px;
	width: 200px;
	height: 20px;

}
#go_cart h1 a {
	text-indent: -2000px;
	width: 154px;
	height: 59px;
	display: block;

}

#menus_left{
float:right;
margin-top:25px;
padding: 0px;
width: 128px;
margin-left: 0px;
height:auto;
}

#menus_left h1 {
	font-size: 12px;
}
#slogan {
background: url(images/center_banner.gif) no-repeat;
background-position:0px 0px;
padding:10px;
width: 930px;
height:80px; 
} 
.spacer{
width:auto; height:2px; clear:both; padding-bottom:2px;}
ul {
	margin: 0 0 0px 0;
	padding: 0px 5px;
	list-style-type: none;
}
#footer {
text-align:left;
font-size:10px;
color:#000033;
background: url(images/footer.gif) no-repeat;
background-position:0px 0px;
padding-top:10px;
width: 928px;
height:85px;
}
#footer a {
	background: none;
	padding: 0px;
}	
.factuur {
	font-size:14px;
}
/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#2E9FED; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:2em; left:1em; width:25em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}
