@charset "utf-8";

/* Global styles */
html, body {
	margin: 0px;
	padding: 0px;
}

body, input, textarea, address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
}

body {
	background-image: url(/images/engiplast/body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	text-align: justify;
	line-height: 16px;
}

a {
	color: #000;
	text-decoration: none;	
}

a.active,
a:hover,
h1,h2,h3,h4,h5,h6,
ul#navigation li ul.subnavigation li a:hover{
	color: #006991;
}

h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

.clearFloat {
	clear: both;
}

.nieuws_kort img {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}

.datum {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #666;
	margin-top: -16px;
	margin-bottom: 10px;
}

/* Layout styles */
div#container {
	width: 963px;
	margin: 0px auto;
	position: relative;
}

div#header {
	width: 963px;
	height: 296px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#header h1 {
	background-image: url(/images/engiplast/h1_logo_engiplast.jpg);
	width: 222px;
	height: 54px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
}

div#header h2 {
	background-image: url(/images/engiplast/h2_logo_engineering.jpg);
	width: 222px;
	height: 25px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 74px;
}

div#header div#header_img {
	width: 963px;
	height: 207px;
	position: absolute;
	left: 0px;
	top: 100px;
}

div#content {
	padding-top: 380px;
	left: 0px;
}

div#footer {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: #006991;
}

div#footer p{
	text-transform: uppercase;
	margin: 0px auto;
	padding: 10px 10px 10px 15px;
	text-align: left;
	border: 1px solid white;
	border-top: 0px none;
	width: 948px;
	color: #FFF;
	margin-bottom: 45px;
}

div#tools {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	color: #FFF;
	width: 418px;
	font-weight: normal;
	background-color: #006991;
	padding: 3px;
}

div#tools span {
	float: left;
	margin-right: 10px;
}

div#tools ul {
	margin: 0px;
	padding: 0px;
}

div#tools ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

div#tools ul li.dot {
	list-style: square;
	margin-left: 20px;
	color: #FFF;
	margin-right: 12px;
}

div#tools ul#options {
	position: absolute;
	right: 16px;
	top: 2px;
}

div#tools ul#options li {
	margin-left: 8px;
}

div#tools li a {
	color: #FFF;
}

ul#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
	top: 60px;
}

ul#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
}
ul#navigation li a{
	font-size: 13px;
	margin-right: 16px;
}

ul#navigation li:hover ul.subnavigation {
	display: block;
}

ul#navigation li ul.subnavigation {
	display: none;
	position: absolute;
	left: 0px;
	border: 1px solid #03C;
	background-color: #FFF;
	padding: 4px;
}

ul#navigation li ul.subnavigation li {
	float: none;
}

/* Buttons, Icons etc */

a {
	background-position: top;
}
a:hover {
	background-position: bottom;
}

a.icon_print {
	background-image: url(/images/engiplast/icon_print.gif);
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
}

a.icon_contact {
	background-image: url(/images/engiplast/icon_contact.gif);
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
}

a.icon_search {
	background-image: url(/images/engiplast/icon_search.gif);
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
}

a.icon_bookmark {
	background-image: url(/images/engiplast/icon_bookmark.gif);
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
}

/* Content style */

div#content a img {
	border: 0px;
}

div#content img[align="right"] {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

div#content img[align="left"] {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

h3.news_title a,
div#content a {
	color: #006991;
}
div#content a:hover {
	text-decoration: underline;
}

div.news_item {
	cursor: pointer;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#columns23 {
	width: 530px;
	margin-bottom: 20px;
}

div#content a {
	text-decoration: underline;
}

/* Search style */

form#searchForm {
	margin-bottom: 20px;
}

form#searchForm input.text {
	padding: 4px;
	width: 300px;
}

form#searchForm input.submit {
	padding: 4px;
}

.highlight_yellow {
	background-color: #CC3;
}

/* Contact style */

table#contactForm {
	margin-bottom: 20px;
}

table#contactForm input.inputText{
	width: 200px;
	border: 1px solid #005272;
	padding: 6px;
}

table#contactForm textarea {
	border: 1px solid #005272;
	padding: 6px;
	width: 200px;
	height: 120px;
}

table#contactForm input.inputSubmit {
	background-color: #005C80;
	border: 0px none;
	color: #FFF;
	padding: 6px;
}

