/* text */

a {
	color: #193C8E; 
	text-decoration: underline;
}

a:visited {
	color: #193C8E; 
	text-decoration: underline;
}

a:link {
	color: #193C8E; 
	text-decoration: underline;
}

a:hover {
	color: #193C8E; 
	text-decoration: none;
}



h1 {
	font-size: 1.1em;	
	color: #193C8E;
}

h2 {
	font-size: 1.1em;	
	color: #333333;
}

h3 {
	font-size: 1em;	
	color: #193C8E;
}

h4 {
	font-size: 1em;	
	color: #990000;
}

h5 {
	font-size: 1em;	
	color: #009900;
}

ul {
 	padding: 0px 0px 0px 15px;	
 	margin: 0px 0px 0px 0px;	
}

li {
	list-style-image: url(img/bullet_small.gif);
	/* list-style-type: square; */
	color:  #193C8E;
	padding-bottom: 3px;
}

body {
	font-size: 11px;
	font-family: tahoma, verdana ,arial ,helvetica ,sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

html {
overflow-y: scroll;
}


/* divs */

#wrapper {
	width: 			950px;
	margin: 0px auto 0px;
	padding: 10px;
	
}

#header{
	width: 946px;
	height: 143px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#line1{

	font-size: 12px;
	width: 			200px;
	height: 		50px;
	text-align: right;	
	float: 			right;
	padding-right: 20px;
}

#line2{
	float:left;
	height: 25px;
	width: 946px;
	text-align: right;
	font-size: 17px;
	background-image: url(img/line2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#line3{
	font-size: 11px;
	clear:both;
	width: 946px;
	height: 68px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/line3_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#line3a{
	color: #193C8E; 
	margin: 0px;
	float:left;
	padding: 35px 20px 0px 20px;
	height: 33px;
	width: 340px;
}

#line3b{
	margin: 0px;
	float:right;
	text-align: right;
	padding: 10px 40px 0px 0px;
	height: 58px;
	width: 510px;
}

#contentcontainer{
	width: 950px;
	min-height: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#menu {
	float:left;
}

#center {
	float:left;
	width: 550px;
	min-height: 300px;
	margin-left: 15px;
}

#both{
	float:left;
	width: 735px;
	min-height: 300px;
	margin-left: 15px;
}

#config{
	float:left;
	width: 735px;
	min-height: 300px;
	margin-left: 15px;
}

#configtitle{
	width: 735px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#configheader{
	width: 735px;
	height: 51px;
	margin: 0px;
	padding: 0px;
}

#configbodyhead{
	height: 22px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background-image: url(img/config_head_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}

#configbody{
	border: 1px solid #CCCCCC;	
	padding: 15px;
	margin: 0px 0px 0px 0px;
	min-height: 400px;
}

#configfooter{
		
	height: 15px;
	padding: 15px;
	margin: 15px 0px 15px 0px;
}

#configfooter_left{
	float: left;
}

#configfooter_right{
	float: right;
}

#right {
	float:left;
	width: 168px;
	margin-left: 15px;
}

#footer {
	clear: both;
	border-top: 15px solid #193C8E;
	height: 30px;
	color: #CCCCCC;
	text-align: center;
}

/* pricelist */

#pricelist {
	font-size: 9px;
	font-family: tahoma, verdana ,arial ,helvetica ,sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

/* divs classes */

.home {
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/home_roll2.jpg);
	background-repeat: none;
}

.home a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/home_roll2.jpg) 0 0 no-repeat;
}

.home a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.home a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.home_on {
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/home_roll2.jpg);
	background-repeat: none;
}

.home_on a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/home_roll2.jpg) 0 0 no-repeat;
	background-position: 0 -25px;
}

.home_on a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.home_on a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 0px;
}



.product{
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/product_roll2.jpg);
	background-repeat: none;
}

.product a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/product_roll2.jpg) 0 0 no-repeat;
}

.product a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.product_on a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.product_on {
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/product_roll2.jpg);
	background-repeat: none;
}

.product_on a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/product_roll2.jpg) 0 0 no-repeat;
	background-position: 0 -25px;
}

.product_on a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.product_on a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 0px;
}

.config{
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/config_roll2.jpg);
	background-repeat: none;
}

.config a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/config_roll2.jpg) 0 0 no-repeat;
}

.config a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.config a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.config_on {
	width:100px;
	height:25px;
	float: left;
	background-image: url(img/config_roll2.jpg);
	background-repeat: none;
}

.config_on a{
	display:block;
	width:100px;
	height:25px;
	background: url(img/config_roll2.jpg) 0 0 no-repeat;
	background-position: 0 -25px;
}

.config_on a:hover{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 -25px;
}

.config_on a:active{
	display:block;
	width:100px;
	height:25px;
	background-position: 0 0px;
}

.blockhead {
	height: 12px;
	padding: 3px 0px 5px 10px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #193C8E;
}

.blockcontent {
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*min-height: 250px;*/
}

.blockbottom {
	
	height: 25px;
	padding-right: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	margin-bottom: 15px;
}

.blockbottomempty {
	height: 1px;
	padding-right: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	margin-bottom: 15px;
}

.menuhead {
	width: 180px;
	height: 25px;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	background-image: url(img/menu_head_bg.jpg);
	background-repeat: none;
	background-position: center;
}

.menuelement {
	width: 198px;
	height: 30px;
	background-image: url(img/menu_element_bg.jpg);
	background-repeat: none;
	background-position: center;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

	/* rollover */	

.menuelement a {
	padding: 9px 10px 1px 35px;
	display:block;
	width: 153px;
	height: 20px;
	background: url(img/menu_element_bg_roll.jpg) 0 0 no-repeat;
	text-decoration: none;
}

.menuelement a:hover { 
	padding: 9px 10px 1px 35px;
	width: 153px;
	height: 20px;
	background-position: 0 -30px;
}
.menuelement a:active {
	padding: 9px 10px 1px 35px;
	width: 153px;
	height: 20px;
	background-position: 0 -60px;
	color:#fff;
}

.menubottom {
	width: 198px;
	height: 25px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.producthead {
	height: 17px;
	padding: 4px 0px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #193C8E;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-image: url(img/product_head_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.productcontent {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 15px;
	text-align: left;
}

.productbottom {
	height: 25px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 15px;
}

.pricebox {
	font-size: 1.6em;	
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	height: 27px;
	background-image: url(img/pricebox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 3px;
}

.smallpricebox {
	font-size: 1.1em;	
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	background-image: url(img/smallpricebox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 15px;
	padding-right: 10px;
	padding-top:5px;
}

.frame{
	border: 1px solid #CCCCCC;	
	padding: 15px;
	margin-bottom: 15px;
}

td.tableheadtext {
	width: 100%;
	padding-left:0px;	
	padding-right:10px;	
	border-bottom: 1px solid #CCCCCC;
}

td.tableheader {
	height: 20px;
	width: 100%;
	padding-left:0px;	
	padding-right:10px;	
	border-bottom: 1px solid #CCCCCC;
}

td.tableproducts {
	height: 20px;
	width: 500px;
	padding-left: 0px;	
	padding-right: 10px;	
	border-bottom: 1px solid #CCCCCC;
}

td.tableprice {
	height: 20px;
	width: 100px;
	padding-left: 0px;	
	padding-right: 10px;	
	border-bottom: 1px solid #CCCCCC;
}

td.tableheadimage {
	width: 70px;
	height: 60px;
	padding-top: 10px;	
	padding-right: 20px;	
}

td.bgdarkblue {
	padding: 3px;
	background-color: #DEE7FA;
}
td.bgblue {
	padding: 3px;
	background-color: #F3F6FD;
}
td.bgwhite {
	padding: 3px;
}



/* seperate elements */

img {
	border: 0;	
}

img.store {
	float: left;
	margin: 0px 15px 15px 0px;
}	

img.bullet{
	padding: 0px 5px 0px 15px;
}

img.menubullet{
	padding: 0px 5px 0px 2px;
}

td.producttable{
	width: 160px;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;	
}

td.producttable a:hover{
	margin:0xp;
	padding: 0px;
	background-color: #DEE7FA;
	display:block;
}

/* alternative linke */

a.link_gray {
	color: #333333;
}

a.none{
	color: #FFFFFF; 
	text-decoration: none;
}
a.none:hover{
	color: #FFFFFF; 
	text-decoration: none;
}
a.none:visited{
	color: #FFFFFF; 
	text-decoration: none;
}
a.none:link{
	color: #FFFFFF; 
	text-decoration: none;
}

a.menu {
	color: #193C8E; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	color: #193C8E; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link {
	color: #193C8E; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #193C8E; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

form.searchform {
	margin: 0px;
	padding-top: 20px;
}

input.search { 
	width: 340px;
	height: 18px;
 	background-color: #FFFFFF; 
 	color: #1A3D8F;
 	border: 1px solid #193C8E;
 	font-size: 13px;
 	padding: 2px;
	position:relative;
	top:-8px
}

input.searchbutton { 
	width: 100px;
	height: 25px;
	margin-left: 20px;
}

input.mailing { 
	width: 130px;
	background-color: #FFFFFF; 
 	color: #1A3D8F;
 	border: 1px solid #193C8E;
 	font-size: 12px;
 	padding: 2px;
 	margin-top:5px;
 	margin-bottom:5px;
}



input.contact {
	width: 400px;
	background-color: #FFFFFF; 
 	color: #1A3D8F;
 	border: 1px solid #193C8E;
 	font-size: 12px;
 	padding: 2px;
 	margin-top:5px;
 	margin-bottom:5px;
}

textarea.contactblock {
	width: 400px;
	height: 150px;
	background-color: #FFFFFF; 
 	color: #1A3D8F;
 	border: 1px solid #193C8E;
 	font-size: 12px;
 	padding: 2px;
 	margin-top:5px;
 	margin-bottom:5px;
}

input.contactbutton {
	background-color: #6289E3;
	color: #FFFFFF;
 	border: 1px solid #193C8E;
 	font-size: 12px;
 	padding: 2px;
 	 margin-top:5px;
 	margin-bottom:5px;
}

input.login {
	width: 200px;
	background-color: #FFFFFF; 
 	color: #990000;
 	border: 1px solid #990000;
 	font-size: 12px;
 	padding: 2px;
 	margin-top:5px;
 	margin-bottom:5px;
}

input.loginbutton {
	background-color: #DABABA;
	color: #990000;
 	border: 1px solid #990000;
 	font-size: 12px;
 	padding: 2px;
 	margin-top:5px;
 	margin-bottom:5px;
}


/* PRICELIST */
#pricelist {
	width: 730px;
	color: #000000;
	font-size: 9px;
	font-family: tahoma, verdana ,arial ,helvetica ,sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #FFFFFF
	border: 1px solid #000000;
}

#pricelistlogo {
	width: 350px;
	height: 120px;
	float: left;
}

#pricelistinfo {
	width: 320px;
	height: 120px;
	float: left;
	vertical-align: bottom;
	padding-left: 10px;
	padding-top: 10px;
}

#pricelisttext {
	width: 600px;
	height: 130px;
	border: 1px solid #000000;
}

#pricelistfooter {
	text-align: center;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 5px;
	width: 714px;
	float: left;
}

#productlist {
	clear:both;	
}

.pricelistcolumn {
	float: left;
	width: 230px;
	/* aangepast, anders geeft ie in FF onderin lelijke error */
	height: 865px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 5px;
}

.pricelist_cat {
	text-align: center;	
	border: 1px solid #000000;
	font-weight: 600;
}

td.pricelist_white {
	background-color: #FFFFFF

}

td.pricelist_gray {
	background-color: #E8E8E8;
}

/* BACK OF PRICELIST */

#systemlist{
	clear:both;	
	font-size: 11px;
}

.systemwrapper {
	margin-bottom: 10px;
}

.system{
	float: left;	
	width: 100%;
	height: 450px;
	font-size: 12px;
	border: 1px solid #000000;
	margin: 0px 0px 5px 0px;
}

table.systemtable {
	width:100%;	
	padding: 0px;
	border: 0px;
}

td.systemheader{
	font-size: 1.4em;	
	font-weight: bold;
	color: #193C8E;
	width: 200px;
	text-align: center;
}

td.systemheader2{
	font-size: 1.2em;	
	font-weight: bold;
	color: #193C8E;
	width: 200px;
	text-align: center;
}

td.legendaheader{
	font-size: 1.3em;	
	font-weight: bold;
	color: #000000;
	width: 130px;
	text-align: center;
	padding: 0px 0px 0px 5px;
}

td.legendaheader2{
	font-size: 1.2em;	
	font-weight: bold;
	color: #000000;
	width: 130px;
	padding: 0px 0px 0px 5px;
}

td.systemblock {
	height: 27px;
	width: 200px;
	padding: 0px;
	margin:0px;
}
td.legendablock {
	height: 23px;
	width: 130px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

td.systemblockline {
	height: 22px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}
td.legendablockline {
	height: 22px;
	width: 130px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

#pricelistfooter2 {
	text-align: center;
	border: 1px solid #000000;
	margin-top: 0px;
	padding: 5px;
	width: 714px;
	float: left;
}

/* CONFIG */

select.configselect {
width: 550px;	
}

td.configaddoptionshead {
	font-size: 1em;	
	font-weight: bold;
	height: 20px;
	width: 700px;
	padding-left:0px;	
	padding-right:0px;	
	border-bottom: 1px solid #AAAAAA;
}

td.configtablehead {
	font-size: 1em;	
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left:10px;	
	padding-right:10px;	
	border-bottom: 1px solid #AAAAAA;
}

td.configtablehead2 {
	font-size: 1em;	
	color: #193C8E;
	font-weight: bold;
	height: 20px;
	width: 100%;
}

/* CONFIG PRINT */
#configprint {
	width: 730px;
	color: #000000;
	font-size: 9px;
	font-family: tahoma, verdana ,arial ,helvetica ,sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #FFFFFF
	border: 1px solid #000000;
}

#configprintlogo {
	width: 350px;
	height: 120px;
	float: left;
}

#configprintinfo {
	width: 350px;
	height: 120px;
	float: left;
	vertical-align: bottom;
	padding-left: 10px;
	padding-top: 10px;
}

#configprintfooter {
	font-size: 11px;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 10px;
	width: 714px;
	clear:both;
}
#configprintlistheader{
	font-size: 14px;
	font-weight: bold;
	color: #193C8E;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 10px;
	width: 714px;
}

#configprintlist {
	font-size: 12px;
	clear:both;	
	width: 100%;
}

td.configprinttablehead {	
	font-weight: bold;
	height: 30px;
	padding-left:10px;	
	padding-right:10px;	
	border-bottom: 1px solid #AAAAAA;
}

td.configprinttotal{
	font-weight: bold;
	text-align: right;
	height: 30px;
	padding-left:10px;	
	padding-right:10px;	
	padding-top: 10px;
	border-top: 1px solid #AAAAAA;
}

td.configprinttotal2{
	font-weight: bold;
	height: 30px;
	padding-left:10px;	
	padding-right:10px;	
	padding-top: 10px;
	border-top: 1px solid #AAAAAA;
}



/* CMS */
table.cmstable {
	width: 100%;	
}

td.cmsmenuhead {
	width: 20%;
	text-align: left ;
}

td.cmsmenu {
	width: 20%;
	text-align: left ;
	vertical-align: top;
	border: 0px solid #AAAAAA;
	padding-top: 10px;
	padding-bottom: 10px;
}

fieldset {
 padding: 10px;	
 margin: 10px;
}

.cmsleft {
	border: 2px solid #0099CC;
	float: left;
	padding: 10px;
	width: 410px;	
}

.cmsright {
	border: 2px solid #009933;
	float: right;
	width: 410px;	
	padding: 10px;
}

.cmsboth {
	clear: both;
	
}
