/* keep this order for displaying , first box-model related properties, then others. */
/* for font-specific properties, go to font.css (like color, font-family, font-size, font-weight, text-decoration and so on */
html
{
  overflow-y: scroll;
}

body
{
  text-align: center;
}

/* main blocks, container and light/dark */
.container
{

  width: 900px;
  margin: 0 auto;
  text-align: left;

}
.light
{
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #f9f9f9;
  background-image: url(../images/light1.jpg);
  background-repeat: no-repeat;
}
.dark
{
  width: 100%;
  background-color: #000;
  background-image: url(../images/ondervlak1.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.stretcher
{
  height: 340px;
  width: 1px;
  overflow: hidden;
  float: right;
}
.dark2
{
  width: 100%;
  min-height: 320px;
  position: relative;
  background: #000 url(../images/bg_1_onder.jpg) no-repeat;
    overflow: hidden;
    padding: 0 0 20px;
}
/* light part of the site */
.logo
{
  margin: 20px 0 0 0;
  float: left;
}

/* menu, top right */
.top-menu
{
  height: 15px;
  margin: 41px 175px 0 0;
  float: right;
  display: inline;
}
.top-menu li
{
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  float: left;
  border-right: 1px solid #000;
}
.top-menu .last
{
  margin: 0;
  padding: 0;
  border-right: 0;
}
.top-menu a
{
  height: 9px;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -3000px;
}
.top-menu .pers
{
  width: 29px;
  height: 9px;
  background-image: url(../images/pers.png);
}
.top-menu .contact
{
  width: 50px;
  height: 9px;
  background-image: url(../images/contact.png);
}
.top-menu .vacatures
{
  width: 65px;
  height: 9px;
  background-image: url(../images/vacatures.png);
}
.top-menu .search
{
  width: 29px;
  height: 9px;
  background-image: url(../images/zoek.png);
  margin-right: 5px;
}
.top-menu .pers:hover { background-position: 29px 0; }
.top-menu .contact:hover { background-position: 50px 0; }
.top-menu .vacatures:hover { background-position: 65px 0; }
.top-menu .search:hover { background-position: 29px 0; }

.search-form
{
  right: 0;
  top: 35px;
  width: 170px;
  position: absolute;
}
.search-form .keyword { margin: 0 20px 0 10px; width: 140px; }

/* main menu, left */
.main-menu
{
  width: 142px;
  top: 138px;
  left: 0;
  position: absolute;

}
.main-menu li.separator {
    margin-top: 25px;
}
.main-menu a
{
    display: inline-block;
	width: 160px;
	height: 25px;
	margin-bottom: 1px;
	text-indent: -3000px;
	background-repeat: repeat-x;
}
.main-menu ul a
{
  text-indent: 0;
}
.main-menu ul
{
  float: left;
  padding: 5px 0;
  background-color: #F9F9F9;
}
.main-menu ul li
{
  float: left;
  padding: 3px 0 3px 25px;
}
.main-menu ul li a { height: auto; }

.main-menu .home { background-image: url(/images/home.png); }
.main-menu .organisatie { background-image: url(/images/organisatie.png); }
.main-menu .diensten { background-image: url(/images/diensten.png); }
.main-menu .advocaten { background-image: url(/images/advocaten.png); }
.main-menu .deurwaarders { background-image: url(/images/deurwaarders.png); }
.main-menu .onderwijs { background-image: url(/images/onderwijs.png); }
.main-menu a:hover { background-position: 160px 0; }

/* text, center right */
.big-text
{
  width: 350px;
  left: 490px;
  top: 135px;
  position: absolute;
  font-size: 15px;
}

.huge-payoff
{
  color:#444444;
  font-size:23px;
  font-weight:normal;
  margin-bottom:10px;
}

/* dark part, only some content, maybe images? */
.content{
  width: 410px;
  float: right;
}

.contentstretch{
  width: 860px;
}

.contentstretch,
.content
{
  min-height:300px;
/*
  background-color: #222020;
*/
  background-color: #000000;
  padding: 20px;
  text-align: left;
}
.darkfooter
{
  width:100%;
  height:15px;
  background-color:#000000;
}

/* footer menu */
.footer
{
  margin: 10px 0 40px;
  float: right;
  clear: right;
}
.footer .first { border: 0; }
.footer li
{
  height: 7px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #000000;
}
.footer li a
{
  float: left;
}

.footer a { background-repeat: repeat-x; text-indent: -3000px; }
.footer .algemene-voorwaarden
{
  width: 124px;
  height: 7px;
  background-image: url(../images/algemene-voorwaarden.png);
}
.footer .disclaimer
{
  width: 55px;
  height: 7px;
  background-image: url(../images/disclaimer.png);
}
.footer .sitemap
{
  width: 40px;
  height: 7px;
  background-image: url(../images/sitemap.png);
}
.footer .print
{
  width: 27px;
  height: 7px;
  background-image: url(../images/print.png);
}
.footer .service {
  width: 34px;
  height: 7px;
  background-image: url(../images/service.png);
}
.footer .algemene-voorwaarden:hover { background-position: 124px 0; }
.footer .disclaimer:hover{ background-position: 55px 0;}
.footer .sitemap:hover{ background-position: 40px 0;}
.footer .print:hover{ background-position: 27px 0;}
.footer .service:hover { background-position: 34px 0;}

#beurs {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 0 0 0;
  font-size: 9px;
  float: left;
}
#beurs:hover {
  text-decoration: none;
  color: #999999;
}

a.banner {
  background: #000 155px 0 no-repeat;
    float: left;
    margin: 20px 0 0 20px;
  height: 68px;
  width: 154px;
  padding: 6px 106px 6px 6px;
  border: 3px solid #666666;;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
    text-transform: lowercase;
    font-variant: small-caps;
}
#scan {
    background: #000 url(/images/banners/websitescan.png) 154px 0 no-repeat;
}
#advocaten {
  background-image: url(/images/banners/advocaten_cms.png);
}
#workshop {
  background-image: url(/images/banners/social.png);
}
#intranet {
  background-image: url(/images/banners/intranet.png);
}
#spoed {
    background-image: url(/images/banners/spoed.png);
}
#referenties {
    background-image: url(/images/banners/referenties.png);
}
#bent-u-advocaat {
    background-image: url(/images/banners/bent-u-een-advocaat.png);
}
#bent-u-deurwaarder {
    background-image: url(/images/banners/bent-u-een-deurwaarder.png);
}
#faq {
    background-image: url(/images/banners/faq.png);
}
#hall-of-fame {
    background-image: url(/images/banners/hall-of-fame.png);
}
#website-in-een-dag {
    background-image: url(/images/banners/website-in-een-dag.png);
}
#ijskaart-app {
    background-image: url(/images/banners/ijskaart-app.png);
}
#deurwaardersportal {
    background-image: url(/images/banners/deurwaardersportal.png);
}
.products {
    font-weight: bold;
    position: absolute;
    top: 185px;
}
.lexxyn-groep {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.banner.opvallend {
    border-color: #c00;
}
.banner.big-font {
    font-size: 16px;
}
.banner:hover {
  background-color: #333333;
  text-decoration: none;
  border: 3px solid #ffffff;
}
label {
    display: block;
    margin-top: 5px;
}

.formfields {
    width: 200px;
}

.formfields-textarea {
  width: 300px;
}

.field-error {
    margin-top: 3px;
    color: #FF0000;
}

.sitemapper {
    padding-left: 20px;
}

.opsomming {
    padding-left: 20px;
    margin-bottom: 5px
}
.opsomming li {
    list-style-type: disc;
}

.animoto {
    float: left;
    margin: 20px 9px;
}

a.button {
  float: left;
  clear: left;
  color: #fff;
  background-color: #0098D4;
  border: 1px solid #fff;
  padding: 3px 10px;
}
a.button:hover {
  background-color: #33aaff;
  text-decoration: none;
}
.clear {
  clear: both;
}
#dialog .field textarea#spoedverzoek {
    height: 100px;
}

.new_subscription {
  overflow: hidden;
}

.new_subscription p {
  clear: both;
}

.new_subscription label {
  display: block;
  float: left;
  width: 100px;
}

.new_subscription input {
  display: block;
  float: left;
  width: 200px;
}

.new_subscription input#subscription_submit {
  display: block;
  float: left;
  width: 100px;
  margin-left: 100px;
}

.subscriptions {
  width: 100%;
}

.subscriptions thead th {
  border-right: 1px solid #0098D4;
}

.subscriptions .plan {
  background-color: #0098D4;
  color: #fff;
  text-align: center;
  width: 18%;
  font-size: 16px;
}

.subscriptions .preferred {
  background-color: #33aaee;
  font-size: 20px;
}

.subscriptions .plan .price {
  display: block;
  font-size: 10px;
}

.subscriptions tbody tr:first-child th,
.subscriptions tbody tr:first-child td {
  border-top: 1px solid #0098D4;
}

.subscriptions tbody tr td,
.subscriptions tbody tr th {
  background-color: #333;
  color: #fff;
}

.subscriptions tbody tr:nth-child(2n) td,
.subscriptions tbody tr:nth-child(2n) th {
  background-color: #3A3A3A;
}

.subscriptions tbody tr th,
.subscriptions tbody tr td {
  padding: 4px;
  border-right: 1px solid #0098D4;
}

.subscriptions tbody tr th {
  border-left: 1px solid #0098D4;
  padding-left: 10px;
}

.subscriptions tbody tr td {
  text-align: center;
  color: #0098D4;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
}

.subscriptions tbody tr td.preferred {
  background-color: #444;
  font-size: 22px;
}

.subscriptions tbody tr:nth-child(2n) td.preferred {
  background-color: #4A4A4A;
}

.subscriptions tbody tr.setup-fee th {
  font-size: 16px;
}

.subscriptions tbody tr.setup-fee th,
.subscriptions tbody tr.redesign th {
  font-weight: bold;
  background-color: #0098D4;
}

.subscriptions tbody tr.setup-fee td,
.subscriptions tbody tr.redesign td {
  background-color: #0098D4;
  font-size: 16px;
}

.subscriptions tbody tr.setup-fee td.preferred {
  background-color: #33aaee;
}

.subscriptions tbody tr.redesign td.preferred {
  background-color: #33aaee;
}

.subscriptions tbody tr.setup-fee td {
  font-size: 16px;
  color: #fff;
}

.subscriptions tbody tr.redesign td {
  font-size: 14px;
  color: #fff;
}

.subscriptions tfoot td {
  background-color: #0098D4;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #0098D4;
  padding: 4px;
}

.subscriptions tfoot td.preferred {
  background-color: #33aaee;
}

.subscriptions tfoot a {
  color: #fff;
  text-decoration: underline;
}

a.contact-now {
  color: #0098D4;
}

#new_subscription {
  display: none;
}

.hide {
  display: none;
}

