/* -------------------------------------------------------------- 
   
   traffic4u_v0908.css
   
   colors:
   
   darkblue:    #004b6d
   lightblue:   #4fcbf6
      
-------------------------------------------------------------- */

body {
  background: url(../img/page_bg.gif) repeat-x 0 119px;
}

#container {
  width: 810px;
  margin: 0 auto;
}


/* Content Layout
-------------------------------------------------------------- */

#subnav {
  float: left;
  width: 190px;
  margin-top: 60px;
}

#content-main {
  float: left;
  width: 530px;
  margin-top: 16px;
  padding: 0px 0px 0px 10px;
}

#content-side {
  float: left;
  width: 158px;
  margin-left: 90px;
}


/* Homepage
-------------------------------------------------------------- */

#homepage #container {
  width: 810px;
}

#homepage #content-main {
  width: 810px;
  padding: 0;
  margin:0;
}

#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;
}

#service_1 {
	background: url(../images/seo-icons.gif) no-repeat;
}

#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;
}

#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;
}

#homepage #cert-caroussel {
  position: absolute;
  right: 0;
  bottom: 0;
}

#homepage #footer {
  border: 0;
  padding-left: 5px;
}

/* Header
-------------------------------------------------------------- */

#header {
  position: relative;
  height: 120px;
  margin-bottom: 15px;
  z-index: 2;
}

p#payoff {
  float: left;
  margin: 36px 0 0 8px;
  font-size: 2.167em;
  color: #004b6d;
  line-height: 1.1em;
}

p#payoff span {
  color: #4fcbf6;
}

#logo {
  position:absolute;
  right: 0;
  bottom: 13px;
}

#logo a {
  display: block;
  width: 225px;
  height: 45px;
  margin-top: 30px;
  background: url(../img/blog-logo-t4u.jpg) 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;
  width: 6em;
}

#topnav ul li.vlag {
  float: left;
  list-style: none;
  width: 3em;
}

#topnav ul li a {
  display: block;
  padding: 12px 0 0 4px;
  background: url(../img/topnav_border.gif) no-repeat;
  text-decoration: none;
  color: #333;
}

#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: 1.5em;
  text-decoration:none;
}

#main-nav li a:hover {
  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;
  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 {
	background:	url('../img/shadow.png') no-repeat bottom right;
	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;
}

/* Content
-------------------------------------------------------------- */

.search-excerpt {
  font-weight: bold;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}


span.category {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  
}


span.category_seo {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/seo-icons.gif) no-repeat;
}

span.category_sa {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-sa.gif) no-repeat;
}

span.category_drm {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-pba.gif) no-repeat;
}

span.category_wa {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-wa.gif) no-repeat;
}

span.category_co {
  color: #4fcbf6;
  font-size: 1.333em;
  font-weight: bold;
  padding: 3px 10px 10px 32px;
  background: url(../images/icon-co.gif) no-repeat;
}

span.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 30px;
  margin-bottom: 1em;
}

.quote-wrap p {
  margin-bottom: 0;
}

.quote-wrap cite {
}

.quote-wrap blockquote {
  margin: 0 20px 0 80px;
}

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-phonehouse {
  display: block;
  width: 197px;
  height: 29px;
  text-indent:-9999em;
  background: url(../images/logo-phonehouse.gif) no-repeat;
}

a#quote-wehkamp {
  display: block;
  width: 220px;
  height: 29px;
  text-indent:-9999em;
  background: url(../images/logo-wehkamp.gif) no-repeat;
}

a#quote-afab {
  display: block;
  width: 50px;
  height: 29px;
  text-indent:-9999em;
  background: url(../images/logo-afab.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-ebookers.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;
}

#bigdate {
	clear: both;
  margin-top: 10px;
  padding:0px 0px 10px 320px;
  float:left;
  width: 100%;
}

#bigdate-archief {
	clear: both;
  margin-top: 10px;
  padding:0px 0px 25px 0px;
  float:left;
  width: 100%;
}

span.bigcijfer {
	font-size: 3.167em;
	color: #4fcbf6; 
	font-weight: bold;
}

span.bigrest {
	font-size: 1.55em; 
	color: #909090;
	font-weight: bold;
}



/* 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;
  /* background: url(../img/subnav_arrow_right.gif) no-repeat 162px 10px; */
}

#subnav ul ul a {
  font-weight: normal;
}

#subnav ul li .active-subsub a {
  font-weight: bold;
}

#subnav ul li.selectarrow {
	background: url(../img/subnav_arrow_right.gif) no-repeat 162px 10px;  
}

#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 a {
  /* background: url(../img/subnav_arrow_down.gif) no-repeat 162px 9px; */
}

#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;
}

/* 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: 100px 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 ul {
  margin:0;
  padding: 0 8px 4px;
  list-style: none;
}

#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-box2 .categories {
	list-style: none;
}

#news-box ul {
  margin:0;
  padding: 0 8px 4px;
  list-style: none;
}

#news-box2 ul li {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}

#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%;
}

#blog-diver {
  clear: both;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding:0px 0px 10px 0px;
  float:left;
  width: 100%;
}

#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;
}




/* ------------------------------------------------------------ */

ul.post-options {
	height: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.post-options a img {
	border: none;
	display: block;
}

ul.post-options a {
	color: #4fcbf6;
	text-decoration: underline;
}

ul.post-options li {
	border-left: 1px solid #D2D5DE;
	float: left;
	height: 22px;
	margin-left: 8px;
	padding-left: 8px;
}
ul.post-options li.icon {
	background-repeat: no-repeat;
	background-position: 8px 0;
	padding-left: 30px;
}
ul.post-options li.right {
	float: right;
}
ul.post-options li.b14 {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	float: right;
}
ul.post-options li.b14 a {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
}
ul.post-options li.b16 {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	float: right;
}
ul.post-options li.b16 a {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
}
ul.post-options li.nu {
	border: none;
}

.toggle-search a {
	background-image: url(/wp-content/themes/traffic4u/img/tag.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;

}

/* 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; }

/* Formulieren
-------------------------------------------------------------- */

form#commentform {
  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#commentform 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#commentform textarea {
  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;
 overflow: auto;
}

form#commentform #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;
}

/* Zoekpagina
-----------------------------------------------------------------*/
.searchlink{
  color: #008000;
}

.searchheading{
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: normal;
  color: #004b6d;
  text-decoration: underline;
}