body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:0px;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

input, select, textarea {
	border:1px solid #71869B;
	color:#0A263C;
	font-family:Arial,Helvetica,Tahoma;
	font-size:11px;
}

img, map {
	outline: none;	
}	

input.button {
	background-color:#697EA3;
	border:1px solid black;
	color:white;
	font-weight:bold;
}

/*notrax specifiek vanaf hier*/
html {
	overflow-y:scroll;
}

.cb {
	clear:both;
}

.firstlink {
	cursor: pointer;	
}

body {
	margin-top:20px;
	margin-bottom:30px;
	font-family:Arial,Helvetica;
	font-size:12px;
	color: #3C3C3C;
	line-height:1.7em;
	background: #8CA0B3 url(../img/bg.gif) repeat-x scroll;
}
div#container {
	position:relative;
	margin:0 auto;
	width:900px;
}
div#digits {
	width:9px;
	height:96px;
	background: url('../img/getallen.gif') no-repeat;
	position:absolute;
	left:-10px;
	top:300px;	
}
table#container td {
	padding:0px;
}
div#header {
	height:85px;
	width:900px;
	position:relative;
	background:white;
}
div#footer {
	background: url('../img/footerbg.gif') no-repeat scroll right top;
	clear:both;
	text-align:right;
	padding-right:170px;
	font-size:0.9em;
	height:30px;
	color:white;
}
div#footer a {
	color: white;	
}
td#content_left {
	width:190px;
	background:white;
}
td#content_center {
	width:710px;
	background:#ffffff;
	padding:0px;
}
div#logo {
	position:absolute;
	left:10px;
	width:180px;
	height:59px;
	padding-top: 8px;
}
div#login {
	width: 156px;
	margin-left: 10px;
	background-color: #0A263C;
	background-image: url('../img/search_button.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 10px;
	cursor: pointer;
}	
div#topmenu {
	position:absolute;
	top:1px;
	left:190px;
	background:#71869B url('../img/topbg.gif') repeat-y;
	width:709px;
	height:59px;
}
div#topmenu_content {
	position:absolute;
	left: 10px;
	top:6px;
	height:59px;
	z-index:10;
}
div#topmenu ul {
	margin:0px;	
	margin-top:2px;
}
div#topmenu li {
	float:left;
	display:block;
	line-height:20px;
	position:relative;
}
div#topmenu ul ul {
	display:none;
	position:absolute;
	top:18px;
	background:#697E93;
}
div#topmenu ul ul li {
	display:block;
	float:none;
	width:100%;
	line-height:25px;
}
div#topmenu li a {
	padding-left:10px;
	padding-right:10px;
	color:white;
	display:block;
	font-weight:bold;
	font-size:0.9em;
	white-space:nowrap;
}
div#topmenu a:hover {
	text-decoration:none;
	color:#10293D;
}
div#topmenu ul a.selected {
	color:#10293D;
}
div#topmenu ul ul a {
	font-weight:normal;
}


div#topmenu_languages {
	position:absolute;
	right:10px;
	top:10px;	
}
div#topmenu_languages a {
	margin-right:2px;
}
div#newsticker {
	position:absolute;
	top:30px;
}

div#fader {
	border-top:3px solid #37475E;
	border-left:3px solid #37475E;
	border-right:3px solid #37475E;
	padding:1px 1px 0px 1px;
}
div#fader_bar {
	height:9px;
	background:#0A263C;	
	margin-top:10px;
	width:700px;
}
div#productmenu {
	border-top:1px solid #AABED2;
	width:185px;
}
div#productmenu div.item {
	position:relative;
	border-bottom:1px solid #AABED2;
}
div#productmenu a {
	min-height:31px;
	_height: 31px;
	display:block;
	color: #09263C;
	font-size:11px;
	font-weight:700;
	padding-left:4px;
	padding-top:3px;
	padding-right:22px;
	padding-bottom: 5px;
	line-height:1.4em;
}
div#productmenu a:hover {
	background:#e8e8e8;	
	text-decoration:none;
}
div#productmenu span.digit {
	position:absolute;
	display:block;
	left:-12px;
	z-index:99;
	color:yellow;
	font-weight:bold;
	font-size:1.0em;
	top: 3px;
}

div#tt_pos1 {
	width:700px;
	background: white;
	margin-top: 5px;
	margin-bottom:20px;
}


div#kruimelpad {
	font-size:10px;
	height:20px;
	padding-top:1px;
}
div#kruimelpad a {
	text-decoration:none;
}
div#kruimelpad a:hover {
	text-decoration:underline;
}

div#submenu {
	font-size:0.8em;
	line-height:1.3em;
	max-height:300px;
	overflow-y:auto;
	border-bottom:1px solid #AABED2;
}
div#submenu ul {
	margin:0px;
}
div#submenu ul li {
	list-style-type:none;
}
div#submenu ul li a {
	height:auto;
	color:#B4102D;
	text-decoration:none;
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:8px;
	padding-right:0px;
	font-weight:bold;
	outline-style:none;						
	-moz-outline-style:none;
	border-bottom:1px solid #E7E7E7;
}
div#submenu ul li a:hover, div#submenu ul li a:focus {
	background-color:#e8e8e8;
}
div#submenu ul ul li {
	padding-left:0px;
}
div#submenu ul ul li a {
	padding-left:10px;
	color:#0A263C;
	display:block;
	font-weight:normal;
	font-size:0.9em;
}
div#submenu ul ul li a:hover {
	text-decoration:none;
}
div#submenu a.is_context {
	background-color:#e8e8e8;
}


a {
	color: #4E8EC2;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color: #0E3454;	
}
a:hover {
	text-decoration:underline;
}

a#smg {
	display:block;
	height:	68px;
	width:102px;
	background:url('../img/smglogo.gif') no-repeat center;
	margin:5px auto;
}
a#dl_brochure {
	display:block;
	font-size:0.9em;	
	text-align:center;
	color:#00284A;
	margin-bottom:20px;
}
a#dl_brochure:hover {
	text-decoration:none;	
}

/** brochures **/
table#brochures td {
	font-size:0.9em;
	line-height:1.5em;
	padding:1px;
	border:1px solid #697E93;
}
table#brochures th {
	border:1px solid #697E93;
	font-size:0.9em;
	line-height:1.2em;
	padding:1px;
	background:#8297AC;
	color:white;
}
table#brochures {

}
table#brochures td.dl {
	width:10%;
	text-align:center;
}
table#brochures td.lang {
	width:100px;
}
table#brochures td.lang img {
	float:left;
	margin-right:3px;
	cursor: pointer;
}

#brochures img {
	cursor: pointer;	
}

div#flipbook_placeholder {
	display: block;
	border:1px solid #697E93;
	width: 696px;
	height:496px;
	margin-top:1em;
}
div#flipbook {
	margin:0px;
}

div#productmenu_items {
	margin-top: 0px;
	padding: 0;	
	line-height:1.7em;
	border-top:1px dotted #687A8E;
	border-bottom:1px dotted #687A8E;
	margin-bottom:10px;
}

div#productmenu_items_inner {
	height:450px;
	overflow-y:scroll;
}

ul.product_categorie {
	margin:	0px;
	padding: 0px 0px 20px 0px;	
	line-height:18px;
}

ul.product_categorie li {
	padding-left: 6px;
	padding-right: 6px;
	list-style-position: outside;
	list-style-type: none;	
	line-height:18px;	
}	

a.product_categorie {
	display: block;
	font-size: 10px;
	font-weight: 700;
	color: #a40f2d;
}

ul.product {
	margin: 0px;
	margin-left:5px;
}	

ul.product li {
	padding: 2px;
}

a.product {
	display:block;
	color:#09263C;
	font-size:10px;
	line-height:12px;	
	text-decoration:none;
}

a.product:hover {
	text-decoration:underline;
}

a.product_categorie.active, a.product.active {
	text-decoration: underline;
}

ul.product_selection {
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
	margin-left:-5px;
}	

ul.product_selection > li {
	list-style-position: outside;
	list-style-type: none;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #687A8E;
	padding:10px;
}
ul.product_selection > li h2 {
	margin:0px;
}
ul.product_selection img {
	float:right;	
	margin-left:15px;
}
ul.product_selection > li:hover {
	background: #D6DDE4;
}
ul.product_selection > li:hover a {
	color:#3C3C3C;
}


a.available_1 {
	font-size: 	0.9em;
}

a.kretenscroller:hover {
	text-decoration:underline;
}

a.kretenscroller {
	color:white;
	font-size: 11px;
	margin-right:25px;
	text-decoration:none;
}

a.effect img {
border:3px solid #8CA0B3;
}

#search {
	position: relative;	
	line-height: 16px;
	margin: 20px 0px;
	height: 16px;
}

#search input {
	margin: 0;
	padding: 0;	
}

#search form {
	margin: 0;
	padding: 0;	
}

.search_text {
	color: #09263C;
	font-size:11px;
	font-weight:700;
	line-height: 16px;
	text-transform: capitalize;
	padding-left: 5px;
	padding-right: 5px;	
	height: 16px;
	float: left;
}

input.input_zoek {
	width: 101px;
	border: 0px;
	margin: 0;
}

.search_input_block {
	float: left;
	margin: 0;
	border: 1px solid #0A263C;
	height: 17px;
}	

.search_button {
	float: left;
	width: 15px;
	margin-top: 0px;
	height: 18px;
	cursor: pointer;
}

.search_button input {
	background: url(../img/search_button.gif) no-repeat -1px 1px #0a263c;
	width: 15px;
	height: 19px;
	border: 0px;	
	border: 1px solid  #0a263c;
	
	
}

div#nieuws {
	min-height: 298px;
	_height: 298px;
	margin-bottom: 20px;
	font-size: 11px;
}
div#nieuws a {
	display: block;
	color: #12446D;
	line-height: 18px;
	text-decoration: none;
}
div#nieuws a:hover {
	text-decoration: underline;
}
div#nieuws a.selected {
	display: block;
	color: #4E8EC2;
	line-height: 18px;
	text-decoration: none;
}
div#nieuws div.titel {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#nieuws div.intro {
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}
div#nieuws div.tekst {
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 19px;
}

 #scrollup {
   float: left;
   position: relative;
   overflow: hidden;
   height: 25px;
   width: 500px;
   margin-top: 30px;
   margin-left: 15px;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 25px;
   width:500px;
 }
a.nieuwsticker {
	color:#FFFE00;
	font-size: 11px;
	line-height:12px;
	text-align:left;
	text-decoration:none;
	width:690px;
}

a.nieuwsticker:hover {
	color: #fffe00 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

a.whitelink {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
a.whitelink:hover {
	text-decoration: underline;
}

div.designmat {
	float:left;
	height:150px;
	margin:15px 10px 0 0;
	padding:0 0 15px;
	position:relative;
	width:125px;
}
div.designmat td.naam {
	font-weight:bold;
}

div.designmat div.zoom {
	left:108px;
	position:absolute;
	top:90px;
}

div#contact area {
	cursor:pointer;	
}

div#contact {
	margin-bottom:1em;
}

div#contact div.adres {
	position:absolute;
	top:120px;
	left:382px;
	width:290px;
	height:90px;
	background-color:#F6F6F6;
	border:solid 1px #5E5E5E;
	display:none;
	padding:10px;
	font-size:11px;
	line-height:16px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
div#contact div.adres a {
	color:#4E8EC2;
}
div#content {
	border-left:1px solid #687A8E;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:10px; 
	margin:0px;
}

/* image hovering */
div#content a > img {
	opacity:0.9;
	filter:alpha(opacity=90);
}
div#content a:hover > img {
	opacity:1;
	filter:alpha(opacity=100);
}

.required {
	background-image: url(../img/astrix.jpg);
	background-repeat: no-repeat;
	background-position: 180px top;
}