html{
  overflow: auto;

}
body{
/*  font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
  font-family: "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  color: #525252;
  padding: 0px;
  margin: 0px;
}

/* flash messages */
.flash {
  padding: 5px;
  margin: 10px 0px;
}
.flash.notice {
  background-color: #e2ffe2;
  border: 1px solid #009933;
}
.flash.error{
  background-color: #ffe8e8;
  border: 1px solid #990000;
}


a:link, a:visited{
  color: #0093FE;
}

a:hover{
  color: #006CBB;
}

a.submit:link, .submit:visited{
  color: white;
}

a.submit:hover {
  color:white;
}

p, li{
  font-size: 12px;
  line-height: 18px;
}

#home p, #home li {
  max-width: 800px;
}

h2{
  color: #0073bd;
/*  font-weight: normal;*/
}

h4 {
  color: #0073BD;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 3px;
}

img{
  border: 0px;
}
.text{font-size:80%;}
#accordion  h3{
  width: 859px;
  height: 42px;
  font-size: 100%;
  padding-top: 12px;
  padding-left: 15px;
  margin: 0px;
  background: url(../images/frontsite/question_bar.png) no-repeat top left;
  cursor: pointer;
}
#accordion h3:hover{
  background: url(../images/frontsite/question_bar_hover.png) no-repeat top left;
}
#header_container{
  background-image: url(../images/frontsite/background-slicer-top.png);
  width: 100%;
  height: 166px;
}
#header{


  width: 950px;
  height: 212px;
  background: url(../images/frontsite/header.png) no-repeat;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

a#logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 66px;
}

#register {
  position: absolute;
  right: 0;
  top: 8px;
}

#register a {
  background-image:url('../images/frontsite/login_probeer_gratis.png');
  width: 156px;
  height: 22px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

#register a:hover {
  background-position: -156px 0;
}
.login{
  position: absolute;
  left: 345px;
  top: 5px;
  margin: 0;
  padding: 0;
  height: 29px;
  width: 440px;
}

.login input{
  border: 0px;
  color: #525252;
  width: 148px;
  margin-top: 5px;
}

.login input#wachtwoord{
  margin-left: 25px;
}

.login #submit{
  /*  margin: -2px 0 0 15px;*/
  height: 31px;
  width: 102px;
  left: 343px;
  top: -6px;
  position: absolute;
  background-color: transparent;
  background-image: url(../images/frontsite/login_submit.png);
  cursor: pointer;
}

.login #submit:hover {
  background-position: -102px 0;
}

#errors{
  position: absolute;
  top: 35px;
  right: 47px;
  color: red;
  font-size: 80%;
  text-align: right;
}
#content_container{
  background-color: #f2f2f2;
}
#content{
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  padding: 25px 25px 0;
  position: relative;
  text-align: left;
}
#content_body{
  position: relative;
}
#footer_container{
  background-image: url(../images/frontsite/slicer-footer.png);
  width: 100%;
  height: 129px;
  text-align: center;
}

#footer {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#footer a{
  color: #525252;
  font-weight: bold;
}
#footer table{
  width: 100%;
  font-size: 80%;
}
#content_block{
  color: white;
  background: url(../images/frontsite/content_block.png) no-repeat;
  width: 855px;
  height:471px;
  padding: 3px 47px 20px;
  position: relative;
  left: -20px;
}
#content_block ul, div.licentie ul{
  margin: 0px;
  font-size: 80%;
}

#content_block ul {
  list-style-image:url("../images/frontsite/bullet.png");
}

div.licentie ul{
  list-style-image:url("../images/frontsite/list-image.png");
}

#content_block a{
  color: white;
  font-weight: bold;
}

a#content_block_home_gratis_link {
  top: 25px;
  left: 150px;
}

a#content_block_home_gratis_link, a#btn_probeer_gratis {
  background: url(../images/frontsite/btn_probeer_gratis.png) 0 0;
  width: 199px;
  height: 42px;
  display: block;
  position: relative;
  text-indent: -9999px;
}

a#content_block_home_gratis_link:hover, a#btn_probeer_gratis:hover {
  background-position: -201px 0;
}

form p {
  padding: 0;
  margin: 7px 0 0 0;
}

.input_container{
  background-image: url(../images/frontsite/inputfield.png);
  width: 242px;
  height: 34px;
  margin: 0 0 0 -5px;
  padding: 0;
}
.input_container input, .input_container select{
  border: 0;
  margin: 7px 10px;
  color: #525252;
}
.textarea_container{
  background: url(../images/frontsite/textarea.png) no-repeat;
  width: 485px;
  height: 194px;
  margin-left: -5px;
}
.textarea_container textarea{
  margin:6px;
  border: 0;
  color: #525252;
  width: 464px;
  height: 174px;
  padding: 3px
}
p.title{
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 10px;
}
div.product{
  width: 800px;
  position: relative;
  border-top: 1px dashed #d6d6d6;
}
div.product:hover{
  background-color: #e2e2e2;
}
div.product .title{
  font-size:125%;
  font-weight:bold;
  margin-bottom:10px;
}
div.product .img{
  float: left;
  margin: 5px;
}
div.licentie{
  width: 203px;
  height: 308px;
  float: left;
  padding-top: 160px;
  background-position: center top;
  background-repeat: no-repeat;
}
div.licentie ul {
  padding: 0 0 0 45px;
}
div.licentie ul li {
  font-size: .9em;
  margin: 0;
}
.licentieoverzicht{
  font-size: 80%;
  text-align: center;
}
.licentieoverzicht .uitleg{
  text-align: left;
}
tr.stripe{
  background-color: #E9F1FF
}
.licentieoverzicht tr:hover{
  background-color: #f7b446;
}
.licentieoverzicht .empty{
  background-color: white !important;
}
.submit, .ui2-dialog .ui2-dialog-titlebar-close span{
  background: url(../images/frontsite/submit.png) no-repeat top left;
  width: 199px;
  height: 42px;
  color: white;
  display: block;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  text-indent: -9999px;
}
.submit:hover, .ui2-dialog .ui2-dialog-titlebar-close span:hover{
  background-position: -201px 0;
}
div.licentie .submit{
  margin:30px auto;
}
/** Navigatie tabs markup **/
.ui2-tabs-panel{
  position: relative;
  top: -30px;
}
.ui2-tabs-hide{
  display:none !important;
}
.ui2-tabs .ui2-tabs-nav{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0.2em 0.2em 0;
  position:absolute;
  background: url(../images/frontsite/slicer-menu.png) repeat-x bottom left;
  height: 33px;
  top: 130px;
  margin: 0 auto 0 auto;
}
.ui2-tabs .ui2-tabs-nav li{
  border-bottom-width:0 !important;
  float:left;
  margin:0 0.2em -1px 0;
  padding:0;
  position:relative;
  text-align: center;
}
.ui2-tabs .ui2-state-default{
  background-image: url(../images/frontsite/tab-default.png);
  width: 127px;
  height: 33px;
}
.ui2-tabs .ui2-tabs-selected{
  background-image: url(../images/frontsite/tab-selected.png);
  width: 127px;
  height: 33px;
}
li.ui2-tabs-selected a{
  cursor: pointer;
}
.ui2-tabs-nav li a {
  float:left;
  padding-top:0.5em;
  text-decoration:none;
  outline-style: none;
  color: #525252;
  height: 23px;
  width: 127px;
  font-size: 14px;
  font-weight:bold;
}
.ui2-tabs-nav li a:hover{
  color: #4ecf0a;
}
/* Easy Slider */
#slider{
}
#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
}
#slider, #slider li{
  /*
					define width and height of container element and list item (slide)
					list items must be the same size as the slider area
	*/
  width:600px;
  height:373px;
  overflow:hidden;
  position: relative;
  top: 100px;
  left: 10px;
}
#slider ul{
  position: relative;
  left: -10px;
  top: -100px;
}
span#prevBtn{display: block; border: 1px solid black; height: 30px; width: 30px;}
span#nextBtn{}
#ui2-tabs-5{
  background: url(../images/frontsite/blok.jpg) no-repeat bottom;
  width: 855px;
  height: 493px;
}

ol#controls{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  position: relative;
  top: -373px;
  padding: 0;
  margin: 0;
}
ol#controls li{
  margin: 0;
  padding:0;
  float:left;
}
ol#controls a{
  outline-style: none;
}
li#controls1 a{
  background: url(../images/frontsite/opzet.jpg);
  width: 180px;
  height: 93px;
  float: left;
}
li#controls1 a:hover{
  background: url(../images/frontsite/opzet_hover.jpg);
}
li#controls2 a{
  background: url(../images/frontsite/resultaten.jpg);
  width: 164px;
  height: 93px;
  float: left;
}
li#controls2 a:hover{
  background: url(../images/frontsite/resultaten_hover.jpg);
}
li#controls3 a{
  background: url(../images/frontsite/vergelijken.jpg);
  width: 162px;
  height: 93px;
  float: left;
}
li#controls3 a:hover{
  background: url(../images/frontsite/vergelijken_hover.jpg);
}
li#controls4 a{
  background: url(../images/frontsite/eigen-stijl.jpg);
  width: 178px;
  height: 93px;
  float: left;
}

li#controls4 a:hover{
  background: url(../images/frontsite/eigen-stijl_hover.jpg);
}
li#controls5 a{
  background: url(../images/frontsite/uniek.jpg);
  width: 171px;
  height: 93px;
  float: left;
}
li#controls5 a:hover{
  background: url(../images/frontsite/uniek_hover.jpg);
}

div#uitleg_container{
  position: relative;
  left: 635px;
  padding: 0px;
  margin: 0px;
  width: 220px;
  top: -294px;
}
div#uitleg{
  width: 200px;
  background-color: white;
  height: 379px;
  padding: 10px;
  margin: 0px;
  display: none;
  font-size: 80%;
  top: -100px;
  position: relative;
}

.ui2-widget-overlay{
  background: url(../images/frontsite/dialog_bck.png);
  position:absolute;
  left:0;
  top:0;
}
.ui2-dialog{
  text-align: center;
}

div#loginbox {
  background: #fff url(../images/frontsite/bg_loginbox.png) no-repeat;
  height: 280px;
  width: 300px;
  padding: 100px 0 0 180px;
  margin:0 auto;
}

div#loginbox ul.error_list li {
  font-size: 11px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #c60;
}

div#loginbox input {
  color: #333333;
  font-size: 12px;
  border: 2px solid #ccc;
  background: white;
  vertical-align: top
}

div#loginbox input[type=submit] {
  background: transparent url(../images/frontsite/login_submit.png) no-repeat 0% 0%;
  height: 31px;
  width: 102px;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

div#loginbox input[type=submit]:hover {
/*  background-image: url(../images/frontsite/submit_hover.png);*/
    background-position: -102px 0;
}

/** sidebar elements **/

#sidebar {
  left: 50%;
  margin-left: 430px;
  position: absolute;
  top: 194px;
  z-index: 5;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar a {
  height: 85px;
  display: block;
  width: 193px;
  margin-bottom: 5px;	
}

#sidebar a span {
  display: none;
}

#sidebar_licenties {  background: transparent url('../images/frontsite/sidebar-pakketkiezen-link.png') no-repeat;
}

#sidebar_pakketsamenstellen {
  background: transparent url('../images/frontsite/sidebar-pakketsamenstellen-link.png') no-repeat 0 0;
}
#sidebar_testimonials {
  background: transparent url('../images/frontsite/sidebar-testimonials-link.png') no-repeat;
}
#sidebar_portfolio {
  background: transparent url('../images/frontsite/sidebar-portfolio-link.png') no-repeat;
}
#sidebar_demoaccount {
  background: transparent url('../images/frontsite/sidebar-demoaccount-link.png') no-repeat;
}
#sidebar_onlinedemo {
  background: transparent url('../images/frontsite/sidebar-onlinedemo-link.png') no-repeat;
}
#sidebar_training {
  background: transparent url('../images/frontsite/sidebar-training-link.png') no-repeat;
}
#sidebar_korting {
  background: transparent url('../images/frontsite/sidebar-eindejaarskorting-link.png') no-repeat;
}
#sidebar_onlinedemo {
  background: transparent url('../images/frontsite/sidebar-onlinedemo-link.png') no-repeat;
}

#sidebar_pakketsamenstellen:hover, #sidebar_onlinedemo:hover, #sidebar_testimonials:hover, #sidebar_portfolio:hover   {
  background-position: -193px 0;	
}

.sidebar_promo {
  height: 112px;
  width: 180px;
}

/* Blue Boxes */

#aanbod {
  overflow: hidden;
  padding-right: 40px;
}

.blue_box {
  background-image: url(../images/frontsite/background_boxes_blue.png);
  width: 280px;
  height: 210px;
  float: left;
  display: inline;
  margin-right: 5px;
  position: relative;
}

.blue_box h3 {
  color: #fff;
  font-size: 15px;
  padding: 10px 0 0 25px;
}

.blue_box img {
  position: absolute;
  top: 58px;
  left: 25px;
}

/** Portfolio **/

.portfolio_wrapper {
  float: left;
  margin: 0 30px 20px 0;
}

.portfolio_wrapper_image {
  background: #fff url('../images/frontsite/bg-portfolio.png') no-repeat;
  height: 180px;
  position: relative;
  width: 240px;
}

.portfolio_wrapper_image img {
  left: 20px;
  position: absolute;
  top: 20px;
}

.portfolio_wrapper_tekst {
  padding: 0 10px;
}

.portfolio_wrapper_tekst h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px;
}

.portfolio_wrapper_tekst h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.portfolio_wrapper_tekst a {
  color: #40cd0b;
}

/** Testimonials **/

.testimonials_container {
  padding-bottom: 30px;
  position: relative;
}

.testimonials_container_top {
  background: #fff url('../images/frontsite/bg-testimonials-top.png') no-repeat;
  height: 30px;
  width: 860px;
}

.testimonials_container_bottom {
  background: #fff url('../images/frontsite/bg-testimonials-bottom.png') no-repeat;
  height: 30px;
  width: 860px;
}

.testimonials_container_content {
  background: #fff url('../images/frontsite/bg-testimonials-content.png') repeat-y;
  padding: 0 30px;
  width: 820px;
}

.testimonials_container_content h3 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 5px 0px;
}

.testimonials_container_content p {
  margin: 0;
  padding: 5px 0;
}

/** Nieuwsbrief layout **/

#newsletter_wrapper {
  width: 860px;
}

#newsletter_wrapper h2, 
#newsletter_wrapper h3 {
  margin-bottom: 0;
  padding-bottom: .25em;
}

#newsletter_wrapper td,
#newsletter_wrapper p {
  line-height: 18px;
}

#newsletter_wrapper p {
  margin: 0;
  padding: 0 0 1em;
}

#newsletter_wrapper ul {
  list-style: square;
  margin-top: 0;
}

#newsletter_category_intro {
  margin-top: .5em;
}

.article-author-desc {
  color: #666;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

#newsletter_category_intro img,
#newsletter_article_intro img,
#article-title-container img {
  margin: 10px;
}

#newsletter_wrapper fieldset {
  border: none;
  border-top: 2px solid #ddd;
  margin: 0 0 1em;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
}

#newsletter_wrapper legend {
  color: #0073BD;
  font-size: .9em;
  font-weight: bold;
  border: 2px solid #ccc;
  border-bottom: none;
  border-top: none;
  padding: 2px 5px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#newsletter_article_intro {
  font-weight: bold;
}

#newsletter_article_content {}

.newsletter_readmore a {
  font-size: 13px;
  text-decoration: none;
}

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

#newsletter_wrapper p.newsletter_toc_heading {
  margin: 0 0 2px;
  padding: 0;
}

#newsletter_wrapper .newsletter_toc_heading a {
  color: #0073BD;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#newsletter_wrapper .newsletter_toc_heading a:hover {
  text-decoration: underline;
}

#newsletter_wrapper p.newsletter_toc_author {
  color: #525252;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

#newsletter_wrapper p.newsletter_toc_description {
  margin: 0 0 5px;
  padding: 0;
}

#newsletter_wrapper p.newsletter_toc_readmore {
  margin: 0 0 20px;
  padding: 0;
}

#newsletter_wrapper p.newsletter_toc_readmore a {
  color: #0073BD;
  font-weight: bold;
  text-decoration: none;
}

#newsletter_wrapper p.newsletter_toc_readmore a:hover {
  text-decoration: underline;
}

