/*

colors used:
black for text-color 
blue for text-color h1-h6, menu active + hover 
gray for footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background:url(pics/verloop_top.gif) repeat-x top;
}
#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-width:990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px arial, verdana, sans-serif;
	line-height: 14pt;
	color:#000;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	margin:0 auto;
	width:990px;
	height: 100px;
}

#header .logo a img {
	margin: 17px 25px 0px 0px;
	float: left;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Navigation */ 
#navigation {
	padding-left:4px;
	height:60px;
	float:left;
	background:url(pics/navigation_bck_left.png) no-repeat top left;
}
#navigation ul {
	float: left;
	height: 60px;
	list-style-type: none;
	display: inline;
}
#navigation ul li {
	float: left;
	width: auto;
	display: inline; 	
}

#navigation ul li a:link, #navigation ul li a:visited {
	position: relative;
	float: left;
	margin:0 2px 0 -1px;
	padding: 20px 15px 0px 15px;
	height: 60px;
	display: block;
	line-height: 40px;
	font-size:17px;
	font-weight:bold;
	color: #979797;
	text-decoration:none;
}

#navigation ul li a:link span.stripe, #navigation ul li a:visited  span.stripe{
	position: absolute;
	top: 0px;
	right: -2px;
	width: 4px;
	height: 50px;
	display: block;
	overflow: hidden;
	background:url(pics/navigation_bck_left.png) no-repeat top left;
}

#navigation ul li a:hover, #navigation ul li.current a:link, #navigation ul li.current a:visited {
	color: #334e9b;
	background: url(pics/hover_navigation.png) repeat-x;
}
/* ------------------------------------------------------------------------- Header Get on Board */ 
.header_block {
	float:right;
	width:300px;
	height:100px;
}
.header_block .button_top a {
	float:right;
	height:50px;
	width:130px;
	padding:30px 0px 0px 0px;
	background:url(pics/getonboard.png) no-repeat top right;
	text-align:center;
}
.header_block a:link, .header_block a:visited {
	font-size:15px;
	color: #fff;
	text-decoration:none;
}
.header_block a:hover {
	background:url(pics/getonboard_active.png) no-repeat top right;
}
.header_block .button_top_line {
	float:right;
	font-size:14px;
	color: #979797;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	margin:0 auto;
	width:990px;
	min-height:100px;
	height: auto !important;
	height: 100px;
	padding-bottom:130px;

}
h1, td h1 {font: 18px arial, verdana, sans-serif; font-weight: bold; color: #334e9b; margin-bottom: 20px;}
h2, td h2 {font: 15px arial, verdana, sans-serif; color: #334e9b; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #334e9b; margin-bottom: 7px;}
h4, td h4 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #fff; margin-bottom: 10px;} /*kop newsletter*/
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #334e9b; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #334e9b; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #00a6ff ; border-bottom: 1px solid #00a6ff;}
#content a:hover { color: #6bb130; border-bottom:1px solid #6bb130; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: olive;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }


#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 10px 0px;}
#content ol { margin: 10px 0px 10px 22px;}

#content .text {
	float:left;
	width:750px;
}
#content p {
	margin-bottom:7px;
}
#content .banner {
	position: relative;
	float:left;
	width:650px;
	height:180px;
	margin:15px 10px 0px 10px;
	padding:0px 70px 20px 0px;
	border-bottom:1px solid #c2c4c3;
	border-top:1px solid #c2c4c3;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:85px;
	color:#334e9b;
	z-index:20;
}
#content .noimage {
	width:720px;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:7px 0 0 0;
	line-height:45px;
}
#content .banner img.pic_banner {
	position:relative;
	z-index:10;
}
#content .banner img.silicium {
	position:absolute;
	right: 27px;
	bottom: -38px;
	z-index:2;
}
#content .block {
	float:left;
	width:350px;
	margin:30px 5px 0px 10px;
}
#content .block_1column {
	float:left;
	width:730px;
	margin:15px 10px 0px 10px;
}
#content .heading_1 {
	height:40px;
}
#content .heading_1 h1 {
	margin-bottom:0px;
}

#content span.icon img {
  margin: 0px;
}

#content span.icon {
  float: left;
  margin-right: 10px;
}

#content span.file {
  margin-bottom: 8px;
  display: block;
}

#content a.download-link:link, #content a.download-link:visited {
  text-decoration: none;
  float: right;
  color: #999;
  border: 0px solid #fff;
  padding: 0px 20px 0px 0px;
  background: url(pics/download-arrow.gif) top right no-repeat;
}

#content .image-container     { position: relative; display: inline-block; font-size: 0px; line-height: 0px;  }
#content .image-container img { margin: 0px; border:none; }
#content .image-container img.zoom { position: absolute; right: 0px; bottom: 0px; z-index: 2; border:none; } 

#content .image-container a:link, #content .image-container a:visited {
	border:none;
	text-decoration:none;
}
#content .image-container  a:hover { border-bottom:0px solid #6bb130; }

#content .overlay {
	position: relative;
	display: inline-block;
	z-index: 2;
}
#content .overlay img.zoom {
	position:absolute;
	z-index:1;
	right:10px;
	bottom:0px;
}
#content .block ol, #content .block_1column ol {
	margin: 10px 0px;
	list-style-type:none;
}
#content .block ol li, #content .block_1column ol li{
	margin: 0px 0px 15px 0px;
}
#content .block ul, #content .block_1column ul {
	margin: 10px 0px;
	list-style-type:none;
}
#content .block li, #content .block_1column li {
	position: relative;
	padding-left:26px;
}
#content .block ol span.bullet, #content .block_1column ol span.bullet {
	position:absolute;
	width:17px;
	height:17px;
	top: 3px;
	left: 0px;
	line-height: 15px;
	padding: 0px;
	text-align:center;
	background:url(pics/bullet.gif) no-repeat left top;
	color:#FFF;
}
#content .block ul, #content .block_1column ul {
	list-style-type:none;
}
#content .block ul li, #content .block_1column ul li {
	margin:0;
	padding-left: 15px; 
	background-image: url(pics/bullet_normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;	
}
#content .block .special {
	margin-top:70px;
	color:#979797;
	font-size:15px;
	line-height:18pt;
}
/* ------------------------------------------------------------------------- Contact */

#msg {display:none; position:absolute; z-index:200; background:url(msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
.errorMsg { 
	float:right;
	margin-top:2px;
	color: red; 
}
#content .column-list .errorMsg span { 
	font: 20px arial, verdana, sans-serif;
}
#content #form2 img {
	margin:0px 5px;
}

/* column-list */
#content .column-list { width: 480px; overflow: hidden; } 

#content .column-list .row {
	padding: 5px 5px 5px 0;
	width: 580px;	
	min-height: 25px;
	height: auto !important;
	height: 25px;
	float: left;
	line-height: 20px;
}

#content .column-list .column {
	padding: 0px 5px;	
	float: left;
}

#content .column-list .column.info-right {
	float: right;
	text-align: right;	
}
/* column-list: form specific */

#content .column-list.form {
  float: left;
  width: 450px;
}

#content .column-list.form .column.description { 
	padding: 0px 10px 0px 0px;
	width: 55px; 
	text-align:left;
}

#content .column-list.form .column.value { width: 360px; }

#content .column-list.form input.tekst,
#content .column-list.form select { 
	margin: 1px 0px 0px 0px;
	padding: 2px;
	width: 330px;	
	font-size: 12px;
	border:1px inset #A3A3A3;
	color:#999999;
}

#content .column-list.form textarea.default {
	padding: 2px;
	width: 330px;
	height: 150px;	
	font: 12px arial, verdana, sans-serif;
	border:1px inset #A3A3A3;
	color:#999999;	
}

#content .column-list.form input.submit,
#content .column-list.form submit:link,
#content .column-list.form submit:visited
{
	margin-right:24px;
	padding: 3px 10px;
	float: right;  
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	background:#053169;
	border: 0px solid #fff;
	overflow: hidden;
}
#content .column-list.form .submit:hover { 
	background:#1E7F1F;
}
#content .column-list.form submit:link,
#content .column-list.form submit:visited { 
	padding: 3px 10px; 
	display: inline-block; 
}
/* ------------------------------------------------------------------------- Sidebar */
#content .sidebar {
	float:right;
	width:220px;
}
#content .news {
	position:relative;
	height:200px;
	margin-top:15px;
	padding:10px 15px 5px 15px;
	background:url(pics/latest_news.gif) no-repeat;
	color:#FFF;
}
#content .news .news_item {
	height:150px;
	overflow:hidden;
}
#content .news a.readmore {
	position:absolute;
	bottom:10px;
	right:0;
	width:30px;
}
#content .news a.readmore {
	color:#fff;
	border:none;
}
#content .news a.readmore:hover {
	color:#6bb130;
}
#content .downloads {
	margin-top:45px;
	padding:15px;
	background:url(pics/downloads.gif) no-repeat;
}
#content .item {
	margin-bottom:10px;
}
#content .item a:link {
	text-decoration:none;
	border-bottom:1px solid #88B6DC;
}
#content .item a:hover {
	color:#6bb130;
	border-bottom:1px solid #6bb130;
}
/* ------------------------------------------------------------------------- Intro */
#content .home {
	padding:50px 0 30px 0;
	width:990px;
	text-align:center;
}
#content .quote {
	width:990px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	text-align:center;
	line-height:45px;	
	color:#334e9b;
}
#content .skip {
	text-align:center;
}
#content .skip a:link, #content .skip a:visited {
	font-size:14px;
	font-weight:bold;
	color: #979797;
	text-decoration:none;
	border-bottom:none;
}
#content .skip a:hover {
	color:#334e9b;
}
/* ------------------------------------------------------------------------- Footer */

#footer_container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 112px;
	font: 12px arial, verdana, sans-serif;
	color: #C4C4C4;
	background:url(pics/footer_bck.gif) repeat-x;
}
#footer {
	width: 990px;
	margin:0 auto;
}
#footer .copyright {
	float:left;
	margin:20px 0px 0px 10px;
}
#footer .copyright span {
	margin-right:10px;
}
#footer .copyright a {
	margin-left:10px;
}
#footer .madeby {
	float:right;
	margin:20px 0px 0px 0px;

}
#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #C4C4C4;
}
#footer a:hover { color:#fff; }


br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
