/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	height:100%;
	color: white;
	background-color: #f7f7f7;
	background-image:url(/public/img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	margin:0px;
	padding:0px;
}
a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#d51b59;
}
a img {
	border: 1px solid #bfcad4;
}
h1,h2,h3,h4,h5,h6,h7 {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
h1 {
	font-size: 12px;
}
.productinfo h2 {
	margin: 5px 40px;
}
img {
	border: 1px solid #bfcad4;
}
img.border {
	border: 1px solid #bfcad4;
}

/* ----------------------------------- */
/*                                     */
/* Default styles                      */
/*                                     */
/* ----------------------------------- */

.flashlink {
	display:none;
}

/* ----------------------------------- */
/*                                     */
/* Main styles                         */
/*                                     */
/* ----------------------------------- */

html {
	height: 100.01%;
}


#main_container{
	position: relative;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:auto;
	_overflow: visible;
	margin: 0 auto;
	background-image:url(/public/img/bg_content.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header_container{
	width:990px;
	height:123px;
	background-image:url(/public/img/bg_header_inner.gif);
	background-repeat:repeat-x;
}

#header{
	width:950px;
	height:123px;
	margin:0 auto;
}

#logo{
	padding-top:5px;
	width: 136px;
	height: 95px;
	float:left;
}
#logo a img {
	border: none;
}

#languages{
	float:right;
	font-size:11px;
	padding:10px 20px 0 0;
}

#languages select {
	margin-left:5px;
}

#middle_container {
	margin:0 auto;
	width: 970px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

/* ------------------------ */
/* menu						*/
/* ------------------------ */
.menu {
	position: absolute;
	z-index: 100;
	margin-left: -260px;
	left: 50%;
	top: 80px;
	width: 600px;
	display: inline;
}
.menu.menu_pl,
.menu.menu_es {
	margin-left: -290px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li {
	float: left;
	margin: 0 10px 0 10px;;
	padding: 0;
}
.menu a{
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

.menu a:hover{
	color:#dc274b;
}
.submenu {
	position: absolute;
	display: none;
	margin: 0 0 0 -10px;
	background-color:#003858;
}

.submenu ul {
	float: left;
	width: 200px;
	padding: 5px 0 5px 0;
	margin:0;
}

.submenu ul li {
	float: left;
	margin: 1px 10px 1px 10px;
	display: inline;
	width: 180px;
}

/* ------------------------ */
/* toepassing menu			*/
/* ------------------------ */
#toepassing_menu_container {
	position: relative;
	float:left;
	height:60px;
	padding:20px 0 20px 0;
	margin-left: 30px;
	width: 930px;
	display: inline;
}
#toepassing_menu {
	position: absolute;
	z-index: 10;
}

.type {
	float: left;
	height: 20px;
	display: block;
	width: 930px;
}

.type_toepassing{
	position: relative;
	float: left;
	width: 160px;
	padding: 0 45px 0 0;
	text-align: right;
	display: block;
	color: #666666;
	font-size:10px;
	font-weight: bold;
}

#toepassing_menu ul {
	float: left;
	margin: 0;
	padding: 0;
}

#toepassing_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#toepassing_menu ul li a {
	position:relative;
	float: left;
	text-decoration: none;
	font-weight: normal;
	color:#666666;
	font-size:10px;
	display:block;
}

#toepassing_menu ul li a:hover{
	position:relative;
	margin-top:-1px;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#003857;
}

#toepassing_menu ul li a.active_toepassing {
	color:#003857;
	font-weight: bold;
}

#toepassing_menu ul li.visited{
	position:relative;
	top:-3px;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#003857;
}

/* ------------------------ */
/* content					*/
/* ------------------------ */
#content{
	background-image:url(/public/img/bg_content2.gif);
	float:left;
	margin: 0;
	width:970px;
}
#content_top {
	position: relative;
	float: left;
	width: 970px;
	height: 5px;
	background-image:url(/public/img/bg_content_top.gif);
}
#content.neptunus #content_top {
	background-image:url(/public/img/bg_neptunus_top.gif);
}
.neptunus a:hover {
	color: #003857;
}
#content_title{
	clear:both;
	padding-left:40px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}
#reference_time {
	clear:both;
	padding-left:40px;
	font-size: 10px;
	font-style:italic;
}

#content_tekst{
	width:600px;
	overflow: hidden;
	min-height: 415px;
	height: auto !important;
	height:  405px;
	_overflow: visible;
	font-size:11px;
	padding-left:40px;
	padding-bottom:20px;
	line-height:16px;
}
#content_tekst2 {
	width:900px;
	overflow: hidden;
	min-height: 415px;
	height: auto !important;
	height:  405px;
	_overflow: visible;
	font-size:11px;
	padding-left:40px;
	padding-bottom:20px;
        line-height:16px;

}
#content_tekst_product_downloads {
	width:600px;
	overflow: hidden;
	min-height: 195px;
	height: auto !important;
	height: 185px;
	_overflow: visible;
	font-size:11px;
	padding-left:40px;
	padding-bottom:20px;
        line-height:16px;
}

#content_tekst img {
	float: left;
	margin: 20px 0 20px 0;
}

#left{
	width:675px;
	float:left;
	min-height: 490px;
}


#shadow{
	padding-bottom:1px;
	background-color:#009933;
	width:950px;
}
#content_banner {
	position:relative;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='/public/img/bg_banner.png');
	width:255px;
	height:595px;
	margin: -15px 0 0 -275px;
}
#content_banner[id]{
	position:relative;
	float: left;
	background-image:url(/public/img/bg_banner.png);
	width:255px;
	height:595px;
	margin: -15px 0 0 -275px;
}
.title{
	position:relative;
	float: left;
	width: 224px;
	margin: 8px 0 18px 10px;
	font-size:14px;
	font-weight:bold;
	color:#003858;
	text-align: center;
}
.title1 {
	position:relative;
	float: left;
	width: 224px;
	margin: -20px 0 0 10px;
	font-size:10px;
	font-weight:bold;
	color:#003858;
	text-align: center;
}
.productinfo p {
	margin: 8px 40px 10px 40px;
	font-size: 11px;
}

.productinfo {
	margin-bottom: 40px;
}

/* -------------------------------- */
/* footer							*/
/* -------------------------------- */

#footer {
	color:#999999;
	float: left;
	padding: 5px 0 0 35px;
	font-size:9px;
}

#footer a, #footer a:visited, #footer_reference a, #footer_reference a:visited{
	float: left;
	color:#999999;
	font-weight: normal;
	text-decoration: none;
	margin-right: 4px;
}

#footer a:hover, #footer_reference a:hover {
	color: #000;
}
#xcomfooter_home {
	color:#999999;
	float: right;
	padding: 5px 40px 0 0;
	font-size:9px;
	display: none;
}
#xcomfooter {
	color:#999999;
	float: left;
	padding: 5px 0 0 223px;
	font-size:9px;
	display: none;
}
#xcomfooter a, #xcomfooter a:visited, #xcomfooter_home a, #xcomfooter_home a:visited{
	color:#999999;
	font-weight: normal;
	text-decoration: none;
}

#xcomfooter a:hover, #xcomfooter_home a:hover {
	color: #000;
}

.footer_tekst{
	color:#999999;
}

#banners{
	float: left;
	height:495px;
	width:224px;
	margin: 0 0 0 10px;
	font-size: 0px;
	background-color: fff;
}

#middle_shadow{
	background-image:url(/public/img/shadow3.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:6px;
	line-height: 0px;
	font-size: 0px;
	clear:both;
}

.language_box{
	background-color: #003858;
	color:#FFFFFF;
	font-size: 11px;
	border:#FFFFFF solid 1px;
}

#volgende_container{
	width:233px;
}

#vorige{
	padding-left:30px;
	float:left;
}

#volgende{
	padding-right:40px;
	float:right;
}

#homebanner{
	position: relative;
	float: left;
	margin: 40px 0 0 50px;
	width:870px;
	height:275px;
	display: inline;
}

.titel, #titel{
	position: relative;
	float: left;
	width: 930px;
	font-weight:bold;
	margin-bottom:20px;
	color:#FFFFFF;
	padding-left:40px;
	margin-top:20px;
}

.product {
	float:left;
	width:140px;
	padding-right:35px;
	padding-bottom:20px;
	float:left;
	background-color: #003858;
	color: #003858;
}

.product_overview_image {
	height:140px;
	width:140;
}

#buttonset {
	float: left;
	width: 925px;
	margin: 20px 0 0 0;
	padding: 0 25px 0 0;
}
#buttonset .button {
	float: right;
}

.image img, .image2 img{
	border:#bfcad4 solid 5px;
}

.image_row {
	position: relative;
	float: left;
	width: 930px;
	padding: 0 0 0 40px;
}


.linker_menu{
	float:left;
	width:200px;
	font-size:13px;
	margin-left:40px;
	margin-right:20px;
	margin-top:5px;
	padding-bottom:10px;
}

.linker_menu_ul{
	margin-top:5px;
	padding-left:10px;
	margin-left:10px;
	margin-bottom:15px;
	list-style:square;
}

.linker_menu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-bottom:3px
}

.content_rechts{
	margin-top:5px;
	float:left;
	font-size:13px;
	width:600px;
}

#content_foto{
	float: left;
	font-size:13px;
	width:650px;
	padding-left:20px;
	padding-bottom:30px;
}

#gallery ul li {
	width:135px;
	height:135px;
	padding-bottom:23px;
	_padding-bottom:12px;
	float:left;
	margin-left:23px;
	_margin-left:12px;
}

.img_foto{
	border:#bfcad4 solid 5px;
	width:135px;
	height:135px;
}

#product_banner{
	width:140px;
	height:180px;
	background-color: #003858;
	color: #003858;
}

.button{
	height:20px;
	float:right;
	min-width: 100px;
	padding: 0 10px;
	margin: 0 5px;
	background-color: #b2c5cc;
	padding-top:1px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.button:hover{
	height:20px;
	float:right;
	color: #fff;
	background-color: #dc264c;
}

.button_active{
	height:20px;
	float:right;
	min-width: 100px;
	padding: 0 10px;
	margin: 0 5px;
	background-color: #dc264c;
	padding-top:1px;
	text-align:center;
	font-size:12px;
	color:#003858;
	text-decoration:none;
}
.button_active:hover {
	color: #fff;
}

#buttons{
	float: right;
	margin: 5px 5px 0 0;
}

#hoofdfoto {
	margin-left:40px;
	margin-top:25px;
	margin-bottom:5px;
	width:625px;
	height:195px;
}
.neptunus {
	 background-color: #DC274B;
	 width: 880px !important;
	 padding-right: 30px;
	 margin-left: 10px;
}

#stats {
	display: none;
	visibility: hidden;
}

/*///////////////////////////////////////////
				Contact
///////////////////////////////////////////*/

#contactform {
	font-size: 11px;
}
#contactform img {
	border: none;
	display: none;
}
#contactform label {
	display: block;
	float: left;
	width: 150px;
}
#contactform input,
#contactform textarea {
	font-size: 11px;
	width: 200px;
}
#contactform input.radio {
	width: 10px;
}
#contactform input.check {
	width: 10px;
	margin: 0 10px 0 0;
}
#contactform input.submit {
	margin: 0 0 0 280px;
	width: 75px;
}
#contactform p{
	margin-bottom: 5px;
}
#contactform h1{
	font-weight: bold;
	color: #DC274B;
	font-size: 12px;
	margin-bottom: 10px;
}
#contact_titel{
	margin-top: 30px;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#contact_titel:hover, #contact_titel:visited {
	color: #d51b59;
}
#contact_product{
	display: none;
	font-size: 11px;
	margin-top: 10px;
}
.verplicht {
	margin: 10px 0 0 150px;
}

/*///////////////////////////////////////////
			Banner Homepage
///////////////////////////////////////////*/

#banner_content {
	position: relative;
	float: left;
	width: 870px;
	margin: 0 0 40px 50px;
	background-color: #fff;
	display: inline;
}
#banner {
	padding: 5px 0 25px 30px;
}

/*///////////////////////////////////////////
				Download Icon
///////////////////////////////////////////*/

.download_icon {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
.productdownload {
	position: relative;
	float: left;
	width: 350px;
	color:#fff;
	display: block;
	margin: 0 0 5px 0;
	border: none;
}
.productdownload span {
	position: relative;
	float: left;
	margin: 3px 0 0 0;



}

#sitemap{
	font-size: 11px;
}

#sitemap a{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;

}

#sitemap ul{
	margin-left: 10px;
}

#sitemap ul li{
	list-style: bullet;
}

#sitemap ul li ul{
	margin-left: 20px;
}

.active_menu{
	color:#DC274B !important;
}

.active_toepassing{
	color: #003857 !important;
	font-weight: bold;
}

#pulloutmenu{
	display: none;
}


.geenborder img{
	border: none;
}
.geenborder a {
	color: #d31245;
}
.geenborder a:hover {
	color: #002950;
}

#contact_bedankt {
	color: #DC274B;
	font-size: 11px;
}

.paddingleft {
    padding:0 0 0 40px;
}

/*///////////////////////////////////////
//    Styles voor fontgrotte in tinyMCE
//    Font size alleen kan niet in IE7
//    vanwege vaste line-height
///////////////////////////////////////*/

.font_size_9px {
  font-size: 9px;
}

.font_size_10px {
  font-size: 10px;
}

.font_size_11px {
    font-size: 11px;
}

.font_size_12px {
  font-size: 12px;
  line-height: 16px;
}

.font_size_14px {
    font-size: 14px;
  line-height: 18px;
}

.font_size_18px {
  font-size: 18px;
  line-height: 24px;
}

.font_size_24px {
  font-size: 24px;
  line-height: 30px;
}

.font_size_36px {
  font-size: 36px;
  line-height: 34px;
}