/* STANDAARD PAGINA INSTELLING */
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/background.gif);
	padding: 0px;
}
a {
	font-size: 12px;
	text-decoration: none;
}
#page {
	width: 754px;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#menu, #menu a, #kop {
	height: 20px;
}

/* HEADER */
#header {
	height: 80px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#zoeken_td {
	padding-right: 20px;
	font-size: 12px;
}
#zoeken {
	width:  175px;
	border: 1px solid #C4D3EE;
	background-color: #F2F5FB;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: middle;
}
#zoeken input {
	background-image: url(../images/header.gif);
	padding: 2px;
	font-size: 14px;
	border: 1px solid #C4D3EE;
	height: 22px;
	width: 120px;
}
#zoeken a {
	margin-left: 8px;
	width: 25px;
	height: 22px;
	text-align: center;
	background-image: url(../images/zoek2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#zoeken select {
	font-size: 12px;
	width: 120px;
	background-image: url(../images/header.gif);
	border: 1px solid #C4D3EE;
}

/* IMAGE */
#image {
	width: 175px;
	height: 140px;
	border: 1px dashed #C4D3EE;
	text-align: center;
}

/* MENU #F2F5FB*/
#menu {
	background-color: #006699;
	background-image: url(../images/menu_licht.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	border-bottom: 2px solid #006699;
	text-align: left;
}

#menu a{
	color: #006699;
	letter-spacing: 0.05em;
	padding: 2px 18px 2px 18px;
	border-right: 1px solid #C4D3EE;
	text-transform: lowercase;
	font-weight: bold;
}
#menu a:hover{
	background-image: url(../images/menu_donker.gif);
	vertical-align: top;
	background-repeat: repeat-x;
	background-position: top;
}

/* BANNER */
#frontpage_banner {
	height: 180px;
	background-color: #2989B8;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat; 
	text-align: right;
}
#banner {
	height: 100px;
	background-color: #2989B8;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#titel {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 100%;
	text-align: right;
	color: #004566;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	height: 70px;
	text-align: center;
/*	text-transform: capitalize;   nu geregeld in ASP ivm iSeries enzo... */
}
#titel table {
	width: 753px;
	height: 70px;
	text-align: right;
	color: #004566;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}

/* TABEL CONTENT */
#tabelcontent {
	border-right: 1px solid #C4D3EE;
	vertical-align: top;
}


/* FRONTPAGE - CONTENT BLOK */
#frontpage_content {
	width: 285px;
}

/* FRONTPAGE - REFERENTIE BLOK */
#referentie {
	width: 180px;
	background-color: #EBF0FA;
	height: 260px;
	overflow-x: hidden;

}
#referentie #kop{
	background-image: url(../images/kop_donker.gif);
	font-weight: bold;
}
#referentie a{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
	text-align: left;
	height: 18px;
	vertical-align: middle;
	padding: 3px 18px 2px 26px;
}
#referentie a:hover{
	text-decoration: underline;
}
#ref_overflow {
	overflow-y: hidden;
	height: 264px;

	width: 300px;
}


/* FRONTPAGE - NIEUWS BLOKKEN */
#frontpage_nieuws {
	width: 571px;
	padding-bottom: 20px;
}
#frontpage_nieuws #tekstopmaak{
	padding-bottom: 0px;
}
#frontpage_nieuws a{
	color: #004566;
	text-decoration: underline;
}
#frontpage_nieuws a:hover{
	color: #004566;
	text-decoration: none;
}

/*	NORMAL PAGE - MENU LEFT */
#menu_left {
	width: 180px;
	height: 100%;
	background-color: #EBF0FA;
	padding-bottom: 10px;
}
#menu_left #kop{
	background-image: url(../images/menu_donker.gif);
}
#menu_left a{
	width: 100%;
	color: #000000;
	text-align: justify;
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #C4D3EE;
	background-color: #EBF0FA;
	color: #006699;
	padding: 3px 2px 2px 14px;
}
#menu_left a:hover{
	background-color: #C4D3EE;
}

/* NORMAL PAGE - CONTENT BLOK */
#content {
	width: 571px;
}
#content #tekstopmaak i {
	background-color: #EBF0FA;
	font-style: normal;
	font-weight: bold;
	color: #004566;
}
#content a {
	color: #000000;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#content h1 {
	font-size: 12px;
	margin-top: 0px;
}
#content h2 {
	font-size: 12px;
	margin-top: 0px;
}
#search li i {
	font-style: normal;
	font-weight: bold;
	color: #004566;
}

/* NORMAL PAGE - CONTACT BLOK */
#contact {
	width: 180px;
	background-color: #EBF0FA;
}
#contact #kop{
	background-image: url(../images/kop_donker.gif);
	font-weight: bold;
}
#contact a{
	color: #000000;
	text-align: justify;
	height: 18px;
	vertical-align: middle;
	padding: 0px 14px 14px 14px;
}
.contactformulier td {
	padding: 2px;
	vertical-align: middle;
}
.contactformulier input {
	font-size: 12px;
	width: 250px;
}
.contactformulier select {
	font-size: 12px;
	width: 75px;
}
.contactformulier .checkboks {
	width: 20px;
}
.contactformulier textarea {
	width: 400px;
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* NORMAL PAGE - SEARCH */
#search {
	width: 571px;
	font-size: 12px;
	padding: 14px;
}
#search a {
	background-color: #EBF0FA;
	width: 100%;
	height: 18px;
	padding-left: 4px;
	border: 1px solid #C4D3EE;
}
#search li {
	padding-bottom: 10px;
}
#search li a {
	color: #004566;
	background: none;
	padding-left: 0px;
	border: none;
	height: 12px;
	width: auto;
}
#search li a:hover {
	background-color: #EBF0FA;
	width: auto;
}
#search table {
	font-size: 12px;
	color: #000000;
}
#webshop {
	width: 350px;
	float: left;
	font-size: 12px;
	padding-left: 14px;
	padding-top: 14px;
}
#webshop a {
	background-color: #EBF0FA;
	width: 100%;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #C4D3EE;
}
#webshop a b {
	color: #000000;
}
#webshop table {
	font-size: 12px;
	color: #000000;
}
#webshop table a {
	background-color:none;
	border:none;
	padding:0px;
	height:auto;
}
#webshop button {
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	border: 1px solid #7F9DB9;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	cursor: hand;
}
#webshop input, #webshop select {
	background-image: url(../images/header.gif);
	padding: 2px;
	border: 1px solid #7F9DB9;
	height: 22px;
}
#cat {
	float: left;
	cursor: hand;
}

/* NORMAL PAGE - DOWNLOADS */
#lijn {
	width: 180px;
	background-color: #EBF0FA;
}
#lijn #
{
	background-image: url(../images/menu_donker.gif);
}
#downloads {
	padding-bottom: 20px;
}
#downloads #tekstopmaak{
	padding-bottom: 0px;
	width: 100%;
	float: left;
	text-transform: none;
}
#downloads a{
	color: #004566;
	text-decoration: underline;
}
#downloads a:hover{
	color: #004566;
	text-decoration: none;
}


/* KOP */
#kop {
	font-weight: normal;
	letter-spacing: 0.05em;
	vertical-align: middle;
	background-image: url(../images/menu_licht.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 2px solid #006699;
	font-size: 12px;
	color: #006699;
	/*  text-transform: capitalize; */
	padding: 3px 14px 2px 14px;
}
/* TEKSTOPMAAK */
#tekstopmaak {
	font-size: 12px;
	text-align: justify;
	padding: 10px 14px 10px 14px;
}
#tekstopmaak table {
	font-size: 12px;
	color: #004566;
	padding-top: 1px;
	border-top: 1px solid #C4D3EE;
	border-right: 1px solid #C4D3EE;
}
#tekstopmaak td {
	border-bottom: 1px solid #C4D3EE;
	border-left: 1px solid #C4D3EE;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}
#tekstopmaak th {	
	background-color: #C4D3EE;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
#winkelwagen {
	font-size: 12px;
	text-align: justify;
	padding: 10px 14px 10px 14px;
}
#winkelwagen table {
	font-size: 12px;
	color: #004566;
	padding-top: 1px;
}
#winkelwagen th {
	align: left;
	height: 22px;
	background-color: #C4D3EE;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
#winkelwagen td {
	border-bottom: 1px solid #C4D3EE;
	padding-left: 3px;
	padding-right: 3px;
}
#winkelwagen button {
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	border: 1px solid #7F9DB9;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	cursor: hand;
}




/* LEES MEER */
#verder {
	text-align: right;
	padding-bottom: 10px;
}
#verder a{
	color: #000000;
	padding: 0px 28px 0px 0px;
	background-image: url(../images/leesmeer_licht.gif);
	background-position: right;
	background-repeat: no-repeat;}
#verder a:hover{
	text-decoration: underline;
	background-image: url(../images/leesmeer_donker.gif);
}

/* AWARD BLOK */
#award {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 80px;
	vertical-align: middle;
	border-top: 1px solid #C4D3EE;
}

/* COPYRIGHT */
#copyright {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 14px;
	font-size: 10px;
	text-align: left;
	padding-left: 4px;
	border-bottom: 2px solid #006699;
}
#copyright a{
	color: #000000;
	font-size: 10px;
}
#copyright a:hover {
	text-decoration: underline;
}