body, html {
/*	font-family: Helvetica, Arial;*/
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url('../images/border-left.gif') repeat-y;
}

#container {
	width: 930px;
/*	position: absolute;*/
	padding-left: 40px;
}

#footer {
	clear: both;
	height: 50px;
	padding-top:50px;
}

a
{
	text-decoration:none;
}
a:hover{
	outline:none;
	color:#22b14c;
}

#navigation {
	margin: 24px 0;

}

#navigation-item {
	float: left;
	padding:0 5px 0 5px;
	border-right: 2px #22b14c solid;
}

#navigation-item-last {
}

#item1 {
	width: 930px;
}

#item2 {
	width: 930px;
	border-top: 4px #22b14c solid;
	margin-top: 40px;
}

#head {
	width: 930px;
	padding-top: 30px;
}

#hoofd {
	width: 930px;
	font-family: Helvetica, Arial;
	color: #22b14c;
	text-decoration: underline;
}

#extra {
	width: 290px;
}

#kop-no-line, .kop-no-line {
	width: 930px;
	clear: both;
}

#kop-no-line #kop, .kop-no-line .kop {
	width: 500px;
	float: left;
}

#kop-no-line #download, .kop-no-line .download {
	padding: 40px 0 0 0;
	width: 380px;
	float:right;
}

#kop-line, .kop-line {
	width: 930px;
	clear: both;
	border-top: 2px solid #22b14c;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
}	

#intro, .intro {
	width: 930px;
	overflow: hidden;
}

#inhoud, .inhoud {
	clear:both;
	width: 930px;
	overflow: hidden;
}

#inhoud-prices {
	width: 930px;
	overflow: hidden;
	padding-top: 20px;
}

#content {
	width: 930px;	
}

#column1, .column1 {
	width: 200px;
	float: left;
}

#column2, .column2 {
	width: 200px;
	padding: 0 380px 0 200px;
}

#slideshow, .slideshow {
	width: 380px;
	float: right;
}

h1 {
	font-family: Helvetica, Arial;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

p {
	font-family: Times, Arial;
	color: #000;
	font-size: 14px;		
}

#intro #left, .intro .left {
	float: left;
	padding: 0;
	width: 380px;
	padding: 20px 0 30px 0;
	font-family: Helvetica, Arial;
	color: #22b14c;
	text-decoration: underline;
	line-height: 20px;
}

#intro-download #left, .intro-download .left {
	float: left;
	padding: 0;
	width: 380px;
	padding: 20px 0 30px 0;
	font-family: Helvetica, Arial;
	color: #22b14c;
	text-decoration: underline;
	line-height: 20px;
}

#intro #right, .intro .right {
  float: right;
  padding: 0 0 0 10px;
  width: 380px;
}

#left, .left {
	float: left;
	padding: 0;
	width: 240px;
	padding: 0 25px 0 0;
}

#middle, .middle {
	float: left;
	width: 240px;
	padding: 0 35px 0 0;
}

#right, .right {
  float: right;
  padding: 10px 0 0 10px;
  width: 380px;
}

#inhoud #right, .inhoud .right {
	border: 2px #22b14c solid;
	padding: 3px;
	width: 370px;
}

a {
	outline: none;
}

/*PRODUCT PAGE*/

#products{
	width: 930px;
	border-top: 2px #22b14c solid;
	border-bottom: 2px #22b14c solid;
}
#standard{
	float:left;
	width: 290px;
	padding: 0 30px 30px 0;
}
#premium{
	float:right;
	width: 290px;
padding: 0 0 30px 0;
}
#professional{
	float:left;
	width: 290px;
	padding: 0 30px 30px 0;
}
#banner-product{
	padding: 0 0 30px 0;
}
#general{
	width: 930px;
	padding-top: 15px;
}
#tabel{
	width: 870px;
	padding: 0 0 0 0;
	
}
#details{
	clear: both;
	width: 930px;
	border-top: 2px #22b14c solid;
	padding-top: 15px;
}

h2 {
	font-size: 14px;
	font-family: Helvetica, Arial;
	color: #22b14c;
	text-decoration: underline;
	line-height: 20px;
	font-weight: normal;
}
p {
	margin: 6px 0 0 0;
	text-indent: 10px;
}
ul {
	list-style: url('../images/bullet.gif');
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	}
li {
	font-size: 14px;
	font-family: Times, Helvetica, Arial;
	margin: 0.6em 0 0 0;	
}

/* CONTACT PAGE */

textarea, input{	font-family: Helvetica, Arial;font-size: 12px;padding:2px; }

#contact-box {
	width: 930px;
	border: 2px #22b14c solid;
	background: white;
}
#contact-box-inside {
	width: 924px;
	border: 3px #FFF solid;
	background: #e8f7ed;
}
#contact-box-inside-content {
	width: 900px;
	padding: 30px;
    overflow: hidden;
}
#contact-box-inside-content-left {
	width: 400px;
}
#contact-box-inside-content-right {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 17px;
	float: right;
	width: 300px;
	padding: 0px 100px 0 0;
	margin: -14px 0 0 0;
}
#contact-box-inside-content-right a {
	color: #000;
}

#contact-box-inside-content-right a:hover {
	color: #22b14c;
}

/* PRICING PAGE */

.table-with-border {
	border-top: 2px #22b14c solid;
	margin-top:30px;
}
.table-without-border {
	margin-top:30px;
}
.label {
	font-family: Times, Helvetica, Arial;
	font-size: 14px;
	width: 330px;
	text-align: left;
}
.label-green {
	font-family: Helvetica, Arial;
	font-size: 14px;
	width: 330px;
	text-align: left;
	color: #22b14c;
}
.label-top-green {
	font-family: Helvetica, Arial;
	font-size: 14px;
	width: 330px;
	text-align: left;
	color: #22b14c;
	border-right: 0;
}
.label-bottom {
	font-family: Times, Helvetica, Arial;
	font-size: 14px;
	border-bottom: 0;
	border-right: dotted 1px #ccc;
	width: 330px;
	text-align: left;
}
.label-bottom-green {
	font-family: Helvetica, Arial;
	font-size: 14px;
	border-bottom: 0;
	border-right: dotted 1px #ccc;
	width: 330px;
	text-align: left;
	color: #22b14c;
}
td {
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	width: 200px;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.no-border-right {
	border-bottom: dotted 1px #ccc;
	border-right: dotted 0px #ccc;
	width: 200px;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.right-cell {
	border-bottom: dotted 1px #ccc;
	border-right: 0;
}
.bottom-cell {
	border-bottom: 0;
	border-right: dotted 1px #ccc;
}
.bottom-right-cell {
	border-bottom: 0;
	border-right: 0;
}
.bottom-cell-no-border-right {
	border-bottom: 0;
	border-right: 0;
}

#contact-result
{
	height:30px;
	display:none;
	margin-top:25px;
	color:#22b14c;
	font-weight:bold;
}

/* NAVIGATION */

#about
{
  display: block;
  width: 142px;
  height: 26px;
  background: url("../images/about.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;
}
#about-active
{
  display: block;
  width: 142px;
  height: 26px;
  background: url("../images/about-active.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;
}
#product
{
  display: block;
  width: 175px;
  height: 26px;
  background: url("../images/product.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;

}
#product-active
{
  display: block;
  width: 175px;
  height: 26px;
  background: url("../images/product-active.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;

}
#pricing
{
  display: block;
  width: 88px;
  height: 26px;
  background: url("../images/pricing.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;
}
#pricing-active
{
  display: block;
  width: 88px;
  height: 26px;
  background: url("../images/pricing-active.gif") no-repeat 0 0;
	float: left;
	border-right: 2px #22b14c solid;
}
#contact
{
  display: block;
  width: 100px;
  height: 26px;
  background: url("../images/contact.gif") no-repeat 0 0;
	float: left;
	padding-right: 30px;
}
#contact-active
{
  display: block;
  width: 100px;
  height: 26px;
  background: url("../images/contact-active.gif") no-repeat 0 0;
	float: left;
	padding-right: 30px;
}

#contact:hover, #product:hover, #about:hover, #pricing:hover, a.product:hover
{ 
  background-position: 0 -26px;

}



#contact span, #product span, #about span, #pricing span,
#contact-active span, #product-active span, #about-active span, #pricing-active span
{

	display:block;
	

}

#contact span img, #product span img, #about span img, #pricing span img,
#contact-active span img, #product-active span img, #about-active span img, #pricing-active span img
{

	border:none;

}

