/* --------------------------------------------------------------
   reset.css
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/* possible conflict with these styles and IE8 script 
  font-weight: inherit;
	font-style: inherit;
  */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --------------------------------------------------------------
   typography.css
-------------------------------------------------------------- */

body { 
  font-size: 12px;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 22px; line-height: 1.25; margin-bottom: 1em; }
h2 { font-size: 12px; font-weight: bold; margin-bottom: 0; }
h2.pageslogan { font-size: 22px; font-weight: normal; line-height: 1.25; margin-bottom: 1em; }
h3 { font-size: 18px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 14px; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 12px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a:focus     { outline: 1px dotted #004b6d; }
a:hover     { color: #000; }
a           { color: #004b6d; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; font-size: 12px; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* --------------------------------------------------------------

   traffic4u.css

-------------------------------------------------------------- */

body {
  background: url(../img/page_bg.gif) repeat-x 0 119px;
}

#container {
  width: 956px;
  margin: 0 auto;
}


/* Content Layout
-------------------------------------------------------------- */

#subnav {
  float: left;
  width: 190px;
  margin-top: 60px;
}

#content-main {
  float: left;
  width: 448px;
  margin-top: 36px;
  padding: 0 30px;
}

#content-side {
  float: left;
  width: 258px;
}

.post-edit-link {
  float: right;
}

/* Homepage
-------------------------------------------------------------- */

#homepage #container {
  width: 947px;
}

#placeholder {
  height: 197px;
}

* html #placeholder img {
  float: right; /* for ie6 */
}

#services {
  position: relative;
  height: auto !important;
  height: 210px;
  min-height: 210px;
  padding: 35px 0 0 35px;
  z-index: 1;
  background: url(../img/home_bottom_bg.png) no-repeat;
}

#services ul {
  float: left;
  list-style: none;
  width: 720px;
  margin: 0;
}

#services ul li {
  float: left;
  width: 190px;
  height: auto !important;
  height: 75px;
  min-height: 75px;
  margin-right: 20px;
  padding-left: 30px;
  font-size: 11px;
  cursor: pointer;
}

#service_1 {
	background: url(../images/seo-icons.gif) no-repeat;
}

#services li:hover a {
  text-decoration: underline;
  color: #000000;
}

#service_2 {
	background: url(../images/icon-wa.gif) no-repeat;
}

#service_3 {
	background: url(../images/icon-co.gif) no-repeat;
}

#service_4 {
	background: url(../images/icon-sa.gif) no-repeat;
}

#service_5 {
	background: url(../images/icon-pba.gif) no-repeat;
}

#services h2 {
  font-size: 1.083em;
  font-weight: bold;
  color: #004b6d;
}

#services h2 a {
  text-decoration: none;
}

#services h2 a:hover {
  text-decoration: underline;
}

.newsletter {
  float: right;
  width: 120px;
  margin-right: 15px;
  display: inline;
  font-size: 12px;
}

.newsletter #textfield {
  width: 116px;
  background: url(../img/input_bg.png) no-repeat top left;
  border: 0;
  margin: 15px 0 10px;
  padding: 2px;
}

.newsletterTextInput {
  width: 120px;
  background: url(../img/input_bg.png) no-repeat top left;
  border: 0;
  margin: 15px 0px 8px 10px;
  padding: 2px;
}

#newsletter2 {
  float: left;
  width: 120px;
  height: 200px;
  margin-right: 15px;
  display: inline;

}

#newsletter2 #textfield {
  width: 116px;
  background: url(../img/input_bg.png) no-repeat top left;
  border: 0;
  margin: 15px 0 10px;
  padding: 2px;
}

#newsletter2 h3 {
  background: url(../img/news_box_top.png) no-repeat top left;
  color: #4fcbf6;
  padding: 10px 8px;
  margin-bottom: 0;
}

#cert-caroussel {
  position: absolute;
  right: 0px;
  bottom: 0;
}

.footerhomepage {
  border: 0 !important;
  padding-left: 5px !important;
}

/* Header
-------------------------------------------------------------- */

#header {
  position: relative;
  height: 120px;
  margin-bottom: 15px;
  z-index: 2;
}

p#payoff, h1#payoff {
  float: left;
  margin: 36px 0 0 8px;
  font-size: 23px;
  color: #004b6d;
  line-height: 1.1em;
}

p#payoff span, h1#payoff span {
  color: #4fcbf6;
}

#logo {
  position:absolute;
  right: 0;
  bottom: 13px;
}

#logo a {
  display: block;
  width: 145px;
  height: 45px;
  margin-top: 30px;
  background: url(../img/logo_traffic4u.png) no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}

/* Topnav
-------------------------------------------------------------- */

#topnav {
  float: right;
}

#topnav ul {
  float: left;
  list-style: none;
  margin: 0;
  line-height: 1;
}

#topnav ul li {
  float: left;
  margin-right: 5px;
}

#topnav ul li.vlag {
  float: left;
  list-style: none;
  width: 3em;
  margin-right: 0px;
}

#topnav ul li a {
  display: block;
  padding: 12px 0 0 4px;
  background: url(../img/topnav_border.gif) no-repeat;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

#topnav ul li a:hover {
  text-decoration: underline;
  color: #000;
}

/* Main Navigation
-------------------------------------------------------------- */

#main-nav {
  clear: both;
  list-style: none;
  margin: 0 0 0 8px;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index:52;
}

#homepage #main-nav {
  margin: 0;
  z-index:52;
}

#main-nav li {
  float:left;
  margin-right: 25px;
}

#main-nav li a {
  float:left;
  font-size: 18px;
  text-decoration:none;
}

#main-nav li a:hover {
  color: #4fcbf6;
}

#main-nav li a:active {
  color: #4fcbf6;
}

#main-nav li.active {
  padding:0 0 0 15px;
  background:url("../img/tab_bg_left.gif") no-repeat left top;
  margin: 0 17px 0 -8px;
}

#main-nav li.active a {
  display:block;
  padding:0 15px 0 0;
  background:url("../img/tab_bg_right.gif") no-repeat right top;
  color:#fff;
}

#main-nav li.active a:hover {
  color:#fff;
}

/* Main navigation subs (superfish)
-------------------------------------------------------------- */

#main-nav ul {
  margin: 15px 0 0 0;
  list-style: none;
}

#main-nav li li {
  margin: 0;
	background: #4fcbf6;
  font-weight: bold;
}

#main-nav li li.last {
  -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#main-nav li li.last a {
  border: none;
  margin-bottom: 20px;
}

#main-nav li li a {
  border-bottom: 1px solid #9ce2fa;
  font-size: 1.083em;
  font-size: 13px;
  margin: 0 25px 0 15px;
  padding:5px 0;
}

#main-nav li.active a {
  color: #fff;
}

#main-nav li.active li a {
  padding:5px 0;
  color: #004b6d;
  background: none !important;
}

#main-nav li:hover,
#main-nav li.sfHover {
  color: #fff;
	outline: 0;
}

#main-nav li li a:hover,
#main-nav li li a:focus {
  color: #fff;
}

#main-nav li.active li a:hover,
#main-nav a:focus,
#main-nav a:hover,
#main-nav a:active {
  color: #fff;
	outline: 0;
}


.sf-menu ul {
	position:	absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position:	relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	0;
	top: 2.3em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Formulieren
-------------------------------------------------------------- */

form#wpcf,
form#download_informe {
  background-color: #63D3F7;
  padding: 30px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  margin-bottom: 20px;
}

form#wpcf input,
form#download_informe input {
  border: 4px solid #FFFFFF;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;}

form#wpcf textarea {
  border: 4px solid #FFFFFF;
}

form#wpcf #contactsubmit,
form#download_informe #submit {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  background-color: #FFFFFF;
}

form.wpcf7-form {
  background-color: #63D3F7;
  padding: 30px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  margin-bottom: 20px;
}

form.wpcf7-form input {
  border: 4px solid #FFFFFF;
  background-color: #FFFFFF;

  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

form.wpcf7-form textarea {
  border: 4px solid #FFFFFF;
}

/* Content
-------------------------------------------------------------- */

.category {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
}

h1.category {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
}

h1.category_seo {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/seo-icons.gif) no-repeat;
}

h1.category_sa {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-sa.gif) no-repeat;
}

h1.category_drm {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-pba.gif) no-repeat;
}

h1.category_wa {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-wa.gif) no-repeat;
}

h1.category_co {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-co.gif) no-repeat;
}

h1.category_tech {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-tech.gif) no-repeat;
}

a.direct-contact {
  display: block;
  height:35px;
  line-height: 35px;
  padding-left: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 1.167em;
  text-decoration:none;
  background: url(../img/direct_contact_bg.gif) no-repeat;
}

a.direct-contact:hover {
  color:#004b6d;
}

.quote-wrap {
  background: url(../img/client_quote_bg.png) no-repeat;
  height: 104px;
  padding: 15px 0 0 15px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-cajaDuero {
  background: url(../images/logo-cajaDuero.gif) no-repeat;
  height: 104px;
  padding: 30px 0 0 15px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-wehkamp {
  background: url(../images/quote-vapf.png) no-repeat;
  height: 135px;
  padding: 15px 0 0 30px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-afab {
  background: url(../images/quote-bg-afab.png) no-repeat;
  height: 104px;
  padding: 15px 10px 0px 100px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-wnf {
  background: url(../images/quote-bg-wnf.png) no-repeat;
  height: 119px;
  padding: 1px 10px 0px 100px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-kras {
  background: url(../images/quote-bg-wehkamp.png) no-repeat;
  height: 104px;
  padding: 15px 0 0 30px;
  cursor: pointer;
  margin-bottom: 1em;
}

.quote-wrap-nti {
  background: url(../images/quote-bg-nti.png) no-repeat;
  height: 119px;
  padding: 1px 10px 0px 100px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap-neck {
  background: url(../images/quote-bg-neck.png) no-repeat;
  height: 119px;
  padding: 1px 10px 0px 100px;
  margin-bottom: 1em;
  cursor: pointer;
}

.quote-wrap p {
  margin-bottom: 0;
}

.quote-wrap-wehkamp p {
  margin-bottom: 0;
  margin-top: 15px;
}

.quote-wrap-afab p {
  margin-bottom: 0;
  margin-top: 30px;
}

.quote-wrap-kras p {
  margin-bottom: 0;
  margin-top: 30px;
}

.quote-wrap-wnf p {
  margin-bottom: 0;
  margin-top: 20px;
}

.quote-wrap-nti p {
  margin-bottom: 0;
  margin-top: 30px;
}

.quote-wrap-neck p {
  margin-bottom: 0;
  margin-top: 30px;
}


.quote-wrap blockquote {
  margin: -2px 20px 0 40px;
}

a#quote-speurders {
  display: block;
  width: 197px;
  height: 27px;
  text-indent:-9999em;
  background: url(../img/logo_speurders.png) no-repeat;
}

a#quote-directwonen {
  display: block;
  width: 184px;
  height: 29px;
  text-indent:-9999em;
  background: url(../img/logo_directwonen.png) no-repeat;
}

a#quote-kras {
  display: block;
  width: 184px;
  height: 29px;
  text-indent:-9999em;
  background: url(../img/logo_kras.gif) no-repeat;
}

a#quote-wehkamp {
  display: block;
  width: 184px;
  height: 19px;
  text-indent:-9999em;
}

a#quote-phonehouse {
  display: block;
  width: 197px;
  height: 29px;
  text-indent:-9999em;
  background: url(../images/quote-phonehouse.gif) no-repeat;
}

a#quote-kieskeurig {
  display: block;
  width: 220px;
  height: 25px;
  text-indent:-9999em;
  background: url(../images/logo-kieskeurig.gif) no-repeat;

}

a#quote-wnf {
  display: block;
  width: 220px;
  height: 25px;
  text-indent:-9999em;
  background: url(../images/logo-wnf.gif) no-repeat;

}

a#quote-ebookers {
  display: block;
  width: 220px;
  height: 33px;
  text-indent:-9999em;
  background: url(../images/logo-cajaDuero.gif) no-repeat;

}

a#quote-neckermann {
  display: block;
  width: 220px;
  height: 33px;
  text-indent:-9999em;
  background: url(../images/logo-neckermann.gif) no-repeat;

}

a#quote-siemens {
  display: block;
  width: 220px;
  height: 33px;
  text-indent:-9999em;
  background: url(../images/logo-siemens.gif) no-repeat;

}

a#quote-nti {
  display: block;
  width: 220px;
  height: 33px;
  text-indent:-9999em;
  background: url(../images/logo-nti.gif) no-repeat;

}

a#quote-modern {
  display: block;
  width: 220px;
  height: 33px;
  text-indent:-9999em;
  background: url(../images/logo-modern.gif) no-repeat;
}

a#quote-google {
  display: block;
  width: 197px;
  height: 27px;
  text-indent:-9999em;
  background: url(../img/logo-google.png) no-repeat;
}

/* Subnavigation
-------------------------------------------------------------- */

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

#subnav ul li {
  border-bottom: 1px solid #4fcbf6;
  margin-left: 9px;
}

#subnav ul li.geen {
  border-bottom: 1px solid #ffffff;
  margin-left: 9px;
}

#subnav ul ul li {
  margin-left: 18px;
  margin-right: 9px;
  padding-left: 0;
}

#subnav ul a {
  display: block;
  font-size: 1.083em;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0;
}

#subnav ul ul a {
  font-weight: normal;
}

#subnav ul li .active-subsub a {
  font-weight: bold;
}

#subnav li.active {
  margin-left: 0;
  padding-left: 9px;
  background: #64d1f7 url(../img/subnav_top_active.gif) no-repeat;
  border-bottom: none;
}

#subnav li.active ul a {
  background: none;
}

#subnav li.active ul {
  margin:0 0 2px -9px;
  background: #dcf5fd url(../img/subnav_ul_bottom.gif) no-repeat left bottom;
}

#subnav ul li.last /*class generated with jquery */ {
  border-bottom: none;
}



/* Cuadro evento
*/ 

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

#cuadro ul li {
  border-bottom: 1px solid #4fcbf6;
  margin-left: 9px;
}

#cuadro ul li.geen {
  border-bottom: 1px solid #ffffff;
  margin-left: 9px;
}

#cuadro ul ul li {
  margin-left: 18px;
  margin-right: 9px;
  padding-left: 0;
}

#cuadro ul a {
  margin: 0px;
  font-size: 1.083em;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0;
}

#cuadro ul ul a {
  font-weight: normal;
}

#cuadro ul li .active-subsub a {
  font-weight: bold;
}

#cuadro li.active {
  margin-left: 0;
  padding-left: 9px;
  background: #64d1f7 url(../img/subnav_top_active2.gif) no-repeat;
  border-bottom: none;
}

#cuadro li.active ul a {
  background: none;
}

#cuadro li.active ul {
  margin:0 0 2px -9px;
  background: #dcf5fd url(../img/subnav_ul_bottom2.gif) no-repeat left bottom;
}

#cuadro ul li.last /*class generated with jquery */ {
  border-bottom: none;
}



/* Quick Navigation
-------------------------------------------------------------- */

#quick-nav {
  width: 159px;
  height: auto !important;
  height: 182px;
  min-height: 182px;
  margin-top: 15px;
  padding: 10px;
  background:#4fcbf6 url(../img/quick_nav_bg.png) no-repeat;
}

#quick-nav h3 {
  color: #fff;
  margin-bottom: 0.5em;
}

#quick-nav ul {
  margin: 0;
  list-style: none;
}

#quick-nav ul li a {
  font-size: 1.167em;
  text-decoration: none;
}

/* Newsbox sidecol
-------------------------------------------------------------- */

#news-box {
  width: 258px;
  margin-top: 15px;
  background: url(../img/news_box_bottom.png) no-repeat bottom left;
}


#news-box h3 {
  background: url(../img/news_box_top.png) no-repeat top left;
  color: #4fcbf6;
  padding: 10px 8px;
  margin-bottom: 0;
}

#news-box2 {
  width: 179px;
  margin-top: 15px;
  background: url(../img/news_box_bottom_klein.png) no-repeat bottom left;
}

#news-box2 h3 {
  background: url(../img/news_box_top_klein.png) no-repeat top left;
  color: #4fcbf6;
  padding: 10px 8px;
  margin-bottom: 0;
}

#news-box2 #textfield {
  width: 116px;
  background: url(../img/input_bg.png) no-repeat top left;
  border: 0;
  margin: 7px 0 7px 7px;
  padding: 2px;
}

#news-box2 #nieuwsknop {
  margin: 7px 0 7px 7px;
  padding: 2px;
}

#news-box ul {
  margin:0;
  padding: 0 8px 4px;
  list-style: none;
}

#news-box ul li {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}

#news-box ul li a {
  text-decoration: none;
}

#news-box ul li#news-more {
  border-bottom: none;
  text-align: right;
}

#news-box ul li#news-more a {
  text-decoration: underline;
}

#cert-caroussel {
  margin-top: 15px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding:5px 10px 20px 220px;
  float:left;
  width: 75%;
  font-size: 12px;
}

#footer a.rss-link {
  font-weight:bold;
  text-decoration: none;
  padding-left: 22px;
  background: url(../img/icon_rss.gif) no-repeat 0 50%;
}

#footer .tel {
  margin:0 20px;
}

/* Clearing floats without extra markup
   [http://www.positioniseverything.net/easyclearing.html]
-------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Regular clearing */
.clear { clear:both; }

form#ranking {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#63D3F7;
margin-bottom:20px;
padding:30px;
}
