html, body {
	font-family:Lucida Sans Unicode, verdana;
	font-size:100%;
	margin:0;
	padding:0;

}
body {
	background:url(../images/top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#535C65;
}
#container {
	margin:0 auto; /* center, not in IE5 */
}
#box {
	width:980px;
	margin:auto;
}
#head {
	background:url(../images/ptop.jpg);
	width:980px;
	height:113px;
}
#menu {
	width:980px;
	height:43px;
	margin:0;
	padding:0;
}
#top {
	background:url(../images/header.jpg);
	width:980px;
	height:286px;
	margin:0;
	padding:0;
}
#top2 {
	background:url(../images/header2.jpg);
	width:980px;
	height:100px;
	margin:0;
	padding:0;
}
#top_box {
	padding-left:297px;
	height:286px;
	width:683px;
	overflow:hidden;
}
#page_box {
	background-color:#FFF;
	padding-bottom:15px;
}
#foot_box {
	background:url(../images/foot.jpg);
	height:89px;
	width:100%;
}
#foot {
	background:url(../images/pfoot.gif);
	width:980px;
	height:89px;
	margin:auto;
}
td {vertical-align:top;}
li a { display: block;}
.list li {
	list-style:none;
	display:block;
	background-image: url(../images/icons/verk_bull.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding-left: 15px;
}
.list2 li {
	list-style:none;
	display:block;
	background-image: url(../images/icons/verk_bull.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding-left: 15px;
	margin-bottom:10px;
}
/* page */
#page {
	padding:0 35px 0 35px;
}
h2 {
	padding-top:7px;
	font-size: 16px;
	text-decoration:underline;
	color:#000;
}
.pagetxt .pagetxt {
	padding-top:15px;
	font-size: 12px;
	color:#393939;
}
.pagetxtmed .pagetxt {
	padding-top:15px;
	font-size: 14px;
	color:#393939;
}
.pagetxtbig .pagetxt {
	padding-top:15px;
	font-size: 16px;
	color:#393939;
}
.pagetxtmed .pagetxt h2 {
	font-size: 18px;
}
.pagetxtmed .pagetxt .tabstitle {
	font-size: 18px;
}
.pagetxtbig .pagetxt H2 {
	font-size: 20px;
}
.pagetxtbig .pagetxt .tabstitle {
	font-size: 20px;
}
.txt {
	color:#393939;
}
#txt2 {
	padding-top:15px;
	font-size: 13px;
	color:#F7F7F5;
}
a:active {
	outline:none;
}


/* jquery tooltips */
.tooltip-target {
	display:inline-block;
	color:#006699;

}
.tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	overflow:hidden;
	width:508px;
	height:138px;
	background:url(../images/tooltipbg.png);
	background-repeat:no-repeat;
	font-size:11px;
	color:#000000;
}
.tooltiptxttitle {
	padding:10px 55px 0 0;
	font-size:14px;
	color:#069;
	font-weight:bold;
	float:left;
	font-family:Lucida Sans Unicode, verdana;
}
.tooltiptxttxt {
	width:278px;
	padding:40px 30px 0 0;
	font-size: 12px;
	color:#393939;
	text-align:left;
	line-height:14px;
	font-family:Lucida Sans Unicode, verdana;
}

/* jquery tabs */
#tabs {

	padding:0 35px 15px 35px;
	margin:0;
}
#tabs ul{
	padding:10px 15px 10px 0px;
	margin:0;
}
#tabs li {
	font-family:Lucida Sans Unicode, verdana;
	font-size:12px;
	list-style:none;
}
#tabs li a{
	color:#FFF;
	text-decoration:none;
}
#tabs li a:hover{
	color:#FFF;
	text-decoration:underline;
}
#tabs li a.current{
	color:#FFF;
	text-decoration:underline;
}
.tabstitle {
	padding-top:10px;
	font-family:Lucida Sans Unicode, verdana;
	font-size:16px;
	color:#006699;
	font-weight:bold;
}

/* jquery gallery */
.triggers {
	text-align:center;
}
.triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.triggers a.active img {
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay .close {
	background-image:url(../images/icons/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#img {
	border:1px solid #666;
}
.next, .prev {
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}
/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border-top:1px solid #666;
}
.info strong {
	display:block;	
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;	
}
/* end jquery gallery */

/* title */
.oms_product {
	font-family:Lucida Sans Unicode, verdana;
	font-size:12px;
	color:#666;
	padding:10px 6px 10px 19px;
	text-decoration:none;
}
.pic_product {
	text-align:center;
	padding:0 6px 0 19px;
}
.title_product {
	height:25px;
	font-family:Lucida Sans Unicode, verdana;
	font-size:14px;
	color:#069;
	font-weight:bold;
	padding:18px 0 0 19px;
	text-decoration:underline;
}
.title_gamma {
	height:25px;
	font-family:Lucida Sans Unicode, verdana;
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-align:right;
	padding:18px 45px 0 0;
}
#title_box {
	font-family:Lucida Sans Unicode, verdana;
	background:url(../images/title_bg.png);
	width:980px;
	height:70px;
}
#title {
	float:left;
	padding:15px 0 0 35px;
}
#title #head1 h1 {
	padding:0 0 4px 0;
	margin:0;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#title #head2 {
	font-size:12px;
	color:#FFFFFF;
}
#title #head2 h1 {
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#title_right {
	float:right;
	padding:20px 35px 0 0;
}
#title_right1 {
	text-align:right;
	font-size:14px;
	color:#FFFFFF;
}
#title_right2 {
	font-size:12px;
	line-height:18px;
	text-align:right;
	padding-top:8px;
}
#title_right2 a {
	color:#FFFFFF;
}
#title2 {
	font-size: 22px;
	color:#F7F7F5;
	padding-top:9px;
	padding-left:35px;
}

/* header */
#header {
	background: url(../images/header.jpg) no-repeat 0% 156px;
	position: relative;
	font-size: 12px;
}
#header ul {
	list-style-type: none;
	height: 43px;
	position: absolute;
	margin:0;
	padding:0;
}
#header ul li {
	float: left;
	font-size: 1.25em;
}
#header ul li a {
	display: block;
	padding: 0 30px 0 30px;
	float: left;
	line-height: 43px;
	text-decoration: none;
	color: #035487;
}
#header ul li a:hover {
	background: url(../images/menu-act.gif) repeat-x 0% 0%;
	color: #fff;
}
#header ul li.act a {
	background: url(../images/menu-act.gif) repeat-x 0% 0%;
	color: #fff;
}
#fontselect {
	padding:94px 0px 0 590px;
	float:left;
}
#fontselect ul, li { margin: 0; padding: 0; list-style: none; display: inline;}
#fontselect ul li a{
	display: block;
	padding: 0 7px 0 7px;
	float: left;
	line-height: 20px;
	vertical-align:top;
}
#fontselect ul li a:hover {
	background: url(../images/lang-act.gif) repeat-x 0% 0%;
	color: #035487;
}
.resizer .pagetxt { font-size: 12px;}
.resizer .pagetxtmed { font-size: 12px;}
.resizer .pagetxtbig { font-size: 12px;}
.pagetxt .resizer .pagetxt a, .pagetxtmed .resizer .pagetxtmed a, .pagetxtbig .resizer .pagetxtbig a { text-decoration: none; color: #035487; background: url(../images/lang-act.gif) repeat-x 0% 0%; }
.resizer .pagetxt a, .resizer .pagetxtmed a, .resizer .pagetxtbig a { color: #FFF; text-decoration: none; }

#langselect {
	padding:94px 15px 0 0;
	float:right;
}
#langselect ul, li { margin: 0; padding: 0; list-style: none; display: inline;}
#langselect ul li a{
	font-size:12px;
	display: block;
	padding: 0 10px 0 10px;
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #FFF;
}
#langselect ul li.act a {
	background: url(../images/lang-act.gif) repeat-x 0% 0%;
	color: #035487;
}
#langselect ul li a:hover {
	background: url(../images/lang-act.gif) repeat-x 0% 0%;
	color: #035487;
}

/* producten */
#producten {
	background: url(../images/producten_bg.png) no-repeat;
	height: 284px;
}
#productentitle {
	float:right;
	padding:5px 15px 0 0;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:bold;
}
#productenhover {
	height:286px;
	width:215px;
	float:left;
}
#productenbox {
	background:url(../images/menu_producten_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	height:286px;
}
.productenlinks {
	float:left;
	padding:0 0 0 15px;
	margin:0;
}
.productenlinks ul {
	display:block;
	list-style:none;
	margin:0;
	padding:7px 0 0 0;
}
.productenlinks ul li {
	list-style:none;
}
.productenlinkstitle {
	font-size:11px;
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}
.productenlinks2 a {
	font-size:10px;
	padding-left:10px;
}

/* sitemaplinks */
.sitemaplinks a {
	font-family:Lucida Sans Unicode, verdana;
	font-size:11px;
	color:#3399CC;
	text-decoration:none;
	font-weight:normal;
}
.sitemaplinks a:hover {
	font-family:Lucida Sans Unicode, verdana;
	font-size:11px;
	color:#3399CC;
	text-decoration:underline;
	font-weight:normal;
}
.sitemaplinks ul {
	display:block;
	list-style: none;
	margin:0;
	padding:5px 0 0 15px;
}
.sitemaplinksks ul li {
	list-style:none;
	padding:0;
	margin:0;
}

/* verk info box */
.cleardiv {
	overflow:hidden;
}

/* verkrijgbaar */
#verk {
	float:left;
	width:350px;
	padding-top:10px;
	font-family:Lucida Sans Unicode, verdana;
	font-size: 12px;
	color:#0E2640;
}
#verktitle {
	padding:0 0 10px 0;
	font-size: 16px;
	color:#0197C4;
	font-weight:bold;
}
#verk ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#verk ul li {
	background-image: url(../images/icons/verk_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	padding-left: 17px;
	line-height: 17px;
	display:block;
}
#verk ul li ul li {
	background-image: url(../images/icons/verk_bull.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
	padding-left: 15px;
	line-height: 15px;
	font-size:10px;
}

/* info */
#info {
	float:right;
	position:relative;
	width:550px;
	padding-top:10px;
	font-family:Lucida Sans Unicode, verdana;
	font-size: 12px;
	color:#0E2640;
}
#infotitle {
	padding:0 0 10px 0;
	font-size: 16px;
	color:#52D327;
	font-weight:bold;
}
#info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#info ul li {
	background-image: url(../images/icons/info_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	padding-left: 17px;
	line-height: 17px;
	display:block;
}
#info ul li ul li {
	background-image: url(../images/icons/info_bull.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
	padding-left: 15px;
	line-height: 15px;
	font-size:10px;
}

/* footer */
.footer {
	padding-top:28px;
	text-align:center;
	font-size:12px;
	color: #b6c1cc;
}
.footer a {
	color: #b6c1cc;
}

/* table */
#table{
	padding:15px 0 15px 0;
}
.table{
	padding:15px 0 15px 0;
}
.table_1 {
	background:#CCCCCC;
}
.table_1 td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
}
.table_1 .subtitle {
	background:#7FB629;
	color:#FFF;
	font-weight:bold;
	padding-left:20px;
	text-align:left;
	font-size:13px;
}
.table_1 .subtitle2 {
	background:#E6F7F0;
	font-weight:bold;
	text-align:center;
}
.table_1 th {
	background:#FCFCFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	height:18px;
	font-weight:normal;
}
.table_1_d {
	background:#F6FCF6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	height:18px;
	width:33px;
	font-weight:normal;
	text-align:center;
}
.table_1 td {
	background:#FFFFFF;
	text-align:center;
}
.table_1 .tss {
	background:#FFFFFF;
	width:1px;
}
.container {
	width:215px;
	height:286px;
	padding:0;
	margin:0;
}
.msg_body {
	background:url(../images/menu_producten2_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	width:215px;
	height:286px;
	padding:0;
	margin:0;
	display:none;
}
.msg_body2 {
	background:url(../images/menu_producten2_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	width:215px;
	height:286px;
	padding:0;
	margin:0;
}
.msgbody3 {
	border:1px #CCC solid;
	width:215px;
	height:286px;
	padding:0 8px 0 0;
	margin:1px;
	cursor:pointer;
}
.msgbody3:hover {
	border:1px #999 solid;
	background-color:#EAF5E5;
	width:215px;
	height:286px;
	padding:0 8px 0 0;
	margin:1px;
	cursor:pointer;
}
.msgbody3 a {
	text-decoration:none;
}
.linkclass {
	font-family:Lucida Sans Unicode, verdana;
	font-size:11px;
	color:#006699;
	text-decoration:none;
	font-weight:normal;
}
.linkclass:hover {
	color:#72AA23;
	text-decoration:underline;
}
.linkclass2 {
	font-family:Lucida Sans Unicode, verdana;
	font-size:11px;
	font-weight:normal;
	color:#72AA23;
	text-decoration:underline;
}
.link2class {
	padding-left:10px;
	font-family:Lucida Sans Unicode, verdana;
	font-size:10px;
	color:#006699;
	text-decoration:none;
	font-weight:normal;
}
.link2class:hover {
	color:#72AA23;
	text-decoration:underline;
}
.link2class2 {
	padding-left:10px;
	font-family:Lucida Sans Unicode, verdana;
	font-size:10px;
	font-weight:normal;
	color:#72AA23;
	text-decoration:underline;
}
.link {
	font-family:Lucida Sans Unicode, verdana;
	font-size:11px;
	color:#006699;
	text-decoration:underline;
	font-weight:normal;
}
fieldset {       
margin: 0 0 5px 0;    
padding: 0;    
border: 1px solid #BFBAB0;    
height:290px;  
}  
legend {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin-left: 15px;  
color: #333333;  
font-weight: bold;  
}
fieldset ol {
margin:0;
padding: 15px;  
list-style:none;
display:block;
}  
fieldset li {
padding-bottom: 5px;
display:block;
}
label {  
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
float: left;
width:100px;
margin-right: 10px;
text-align:left;
}
input {
width:300px;
}
textarea {
width:300px;
}
.nieuw_product {
	background:url(../images/nieuw_product.jpg);
	width:910px;
	height:208px;
	margin:0;
	padding:0;
}
.nieuw_productfr {
	background:url(../images/nieuw_productfr.jpg);
	width:910px;
	height:208px;
	margin:0;
	padding:0;
}