/**
* File:					style.css
* Last update:	07-05-2009
* Description:	Stylesheet voor opmaak 
* 
* @author				Onne Witjes <onne.witjes@regioproviders.nl>
* @package			sCMS
* @subpackage		Stylesheet opmaak
* @copyright		Regioproviders
* @version			1.0
*
*/
body, table {
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
/* init */
a {
    color: #244E98;
		font-weight: bold;
    text-decoration: none;
}

a:hover, a:visited {
    text-decoration: underline;
}

img             {margin: 0; border: 0;}
form            {margin: 0;}
input           {margin: 0;}

ul, ul li       {margin: 0; padding: 0;}
/*ul li           {list-style-type: none;}*/

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
/* standaard */
.tekst {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #0000FF;
}
.h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.wittetekst {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
}
.adres {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
}
.tekstcopyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #333333;
	text-decoration : none;
}
/* breadcrumb geeft gebruikerspad aan */
.breadcrumb {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a.breadcrumb:link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration : none;
}
a.breadcrumb:visited {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration : none;
}
a.breadcrumb:hover {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration : underline;
}
a.breadcrumb:active {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration : none;
}
/* lees meer link */
.leesmeer {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.leesmeer:link {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
}
a.leesmeer:visited {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
}
a.leesmeer:hover {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : underline;
}
a.leesmeer:active {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
}
/* Kopteksten */
.koptekstwit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
}
.koptekstzwart {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}
/* formulier veld  */
.input {
	height: 17px;
	width: 246px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}
/* formulier veld  */
.input2 {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}
/* formulier foutmelding opmaak  */
.input2-error {
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #000000;
	background-color: #ff9595;
	font-family: verdana, arial, helvetica, sans-serif;
}
.hr {
/* horizontale streep  */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #f86c00;
	border: 1px solid #e3e3e3;
}
/* button  */
.button {
	color:#000000;
	cursor:pointer;
	font-family: sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#f2f2f1;
	border:1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	filter:progid:dximagetransform.microsoft.gradient
	(gradienttype=0,startcolorstr='#ffffffff',endcolorstr='#f1f3fa');
}

.button_over {
	color:#000000;
	cursor:pointer;
	font-family: sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#F2F2F1;
	border:1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#F1F3FA',EndColorStr='#ffffff');

}
/* error message stijl  */
.message {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #ff0000;
}

.faqscat {
background-color:#f86c00;
color:#FFFFFF;
font-weight:bold;
}

.faqsq{
font-weight:bold;
}

.faqsa{
}

/* load scherm  */
.loading {
background-image:url(/cms/images/loadingbg.jpg);
height: 200px;
width: 350px;
top: 300px;
margin: 0 0 0 0;
color: #000000;
font-family: sans-serif;
font-size: 13px;
font-weight:bold;
border: 0.1pt dotted #f86c00;
}

/* slideshowbox */

#sliderbox {
width: 350px;
height: 270px;
position: relative;
right: 0px;
top: -20px;
float: right;
background-color:#FFFFFF;
}

#balkhorizontaalboven {
width: 350px;
height: 30px;
z-index: 3;
position: absolute;
top: 0px;
left: 0px;
background-color:#FFFFFF;
}
#balkhorizontaalonder {
width: 350px;
height: 32px;
z-index: 3;
position: absolute;
bottom: 0px;
left: 0px;
background-color:#FFFFFF;
}
#slidertext {
-moz-box-sizing: border-box;
width: 350px;
height: 32px;
z-index: 3;
position: absolute;
bottom: 3px;
left: 0px;
background-color:#FFFFFF;
padding-left: 30px;
}
#balkverticaallinks {
width: 30px;
height: 210px;
z-index: 3;
position:absolute;
left: 0px;
top: 30px;
background-color:#FFFFFF;
}
#balkverticaalrechts {
width: 30px;
height: 210px;
z-index: 3;
position:absolute;
right: 0px;
top: 30px;
background-color:#FFFFFF;
}

/* Product catalogus */

.catalogusomschrijving {
background-color: #EDA950;
color: #002A5F;
border: 1px SOLID #5A6D98;

padding: 5px;
}

.catalogusgroepen{
background-color: #EDA950;
border: 1px SOLID #5A6D98;
padding: 10px;
}
.catalogusgroepen a{
color: #002A5F;
text-decoration: underline;
}
.catalogusgroepen a:link {
color: #002A5F;
}
.catalogusgroepen a:hover {
color: #002A5F;
}

.catalogusartikelen{
background-color: #eeeeee;
border: 1px SOLID #5A6D98;
padding: 10px;
}
.catalogusartikelen a{
color: #002A5F;
text-decoration: underline;
}
.catalogusartikelen a:link {
color: #002A5F;
}
.catalogusartikelen a:hover {
color: #002A5F;
}


/*
Toegevoegd door Martin 
Webshop
*/
#winkelwagen {
border: 1px solid #000000;
}

#login {
border: 1px solid #000000;
}
.verplichtster{
color:#990000; 
font-size:18px; 
line-height:10px; 
position:relative; 
bottom:-2px; 
font-weight:bold;
}

.accountlijn{
color:#000000; 
size:1px;
height:1px;
}

.stapactive{
width: 20px;
color:#333333;
background-image:url(/images/active.gif);
background-repeat:no-repeat;
}

.stappassive{
width: 20px;
color:#cccccc;
background-image:url(/images/passive.gif);
background-repeat:no-repeat;
}

.winkelwagenheader {
font-weight:bold;
color:#cccccc;
background-color:#222222;
}

.lijn {
color:#000000;
size: 1px;
height: 1px;
padding: 0px;
margin: 0px;
line-height: 0px;
}

p.winkelwagenmsg {
color:#990000;
text-decoration:underline;
font-weight:bold;
}

p.bestelstaptitel {
font-size:12px;
font-weight:bolder;
}

/* Nieuws */
.news_item{
float:left;
margin-left:30px;
_margin-left:15px;
min-height:99px;
_height:99px;
width:598px;
_width:610px;
margin-top:5px;
}

.image_div{
float:left;
width:140px;
min-height:97px;
_height:97px;
border:1px solid #F0B728;
}

.image{
width:140px;
}

.news_tekst{
float:left;
margin-left:5px;
min-height:99px;
_height:99px;
width:450px;
background-image: url('../images/layout/nieuws.png');
background-repeat:no-repeat;
}

/* Formulier */
.contact{
position:relative;
float:left;
width:180px;
_width:170px;
margin:0px 0px 30px 26px;
_margin-left:20px;
z-index:2;
}

.contact1{
position:relative;
float:left;
width:180px;
_width:170px;
margin:0px 0px 30px 26px;
_margin-left:20px;
z-index:1;
}

/* FORMULIEREN */

label{
font-size:10pt;
display:block;
margin:0px 0px 2px 0px;
}

.input2{
border:1px solid #003787;
width:140px;
font-size:12px;
color:#000000;
}

.input2-error{
border:1px solid #003787;
width:140px;
font-size:12px;
color:#ffffff;
background-color:#003787;
}

.button {
position:relative;
float:left;
margin-left:15px;
#margin-left:0px;
cursor:pointer;
width: 80px; 
left:0px;
background-color:#003787; 
border: 1px solid #88add9; 
font-size: 11px;
color:#FFFFFF;
}
.button_pos{
float:left;
clear:both;
width:100px;
margin-left:13px;
}

/* Slideshow */
.slideshow_image{
position:absolute; 
left:0px; 
top:0px; 
filter:alpha(opacity=00);
-moz-opacity:.00;
opacity:.00; 
width:100%; 
}

#links_container ul {
padding-left: 15px;
list-style: disc;
}