/*
 * Talpa.tv main stylesheet
 */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
  background: url(../img/body.jpg) repeat-x top;
  font: normal 11px/17px Verdana;
}

#wrapper {
  margin: 17px auto 0;
  width: 950px;
  position: relative;
}
#header_image {
	position: absolute;
	top: 25px;
	left: 215px;
}
  #wrapper #header,
  #wrapper #header-left,
  #wrapper #header-right {
    background: url(../img/header.jpg) repeat-x bottom;
    height: 202px;
  }
    #wrapper #header-left {
      background: url(../img/header-edge.jpg) no-repeat bottom left;
      display: block;
      float: left;
      margin: 0 30px 0 0;
      width: 10px;
    }
    #wrapper #header-right {
      background: url(../img/header-edge.jpg) no-repeat bottom right;
      display: block;
      float: right;
      width: 10px;
    }

  #wrapper #logo,
  #wrapper #logo-sub {
    float: left;
    height: 150px;
    margin: 25px 0 0 0;
    width: 140px;
  }

  #wrapper #logo a {
    display: block;
    text-indent: -9999px;
  }

/*
 * Start Menu
 */

  #wrapper ul#menu,
  #wrapper ul#menu li#menu-left,
  #wrapper ul#menu li.menu-sep,
  #wrapper ul#menu li#menu-right {
    background: #fff url(../img/header-overlay-bg.jpg) repeat-x top;
    float: left;
    height: 62px;
  }
  #wrapper ul#menu {
    margin: 0 15px 0 0;
    width: 690px;
    float: right;
    overflow: hidden;
    position: relative;
  }

    #wrapper ul#menu li#menu-left {
      background: url(../img/header-overlay.jpg) no-repeat top left;
      left: 0;
      position: absolute;
      width: 19px;
	  margin: 0 !important;
    }

    #wrapper ul#menu li#menu-right {
      background: url(../img/header-overlay.jpg) no-repeat top right;
      float: right;
      position: absolute;
      right: 0;
      width: 10px;
	  margin: 0 !important;
    }

    #wrapper ul#menu li {
	  float: left;
      margin: 20px 16px 0 16px;
    }
    #wrapper ul#menu li.menu-sep {
      background: url(../img/header-overlay-act.jpg) no-repeat center right;
      width: 1px;
	  margin: 0 !important;
    }
    #wrapper ul#menu li.first {
      margin: 20px 16px 0 30px !important;
    }
    #wrapper ul#menu li.last {
      margin: 20px 15px 0 15px;
    }

		#wrapper ul#menu li a {
		  background: url(../img/menu-dash.gif) no-repeat left center;
		  color: #6e6e6e;
		  font: normal 11px/22px Verdana;
		  margin: 0 0 0 5px;
		  padding: 0;
		  text-decoration: none;
		}
			#wrapper ul#menu li a:hover {
			  text-decoration: none;
			}
				#wrapper ul#menu li h2 a {
				  background: none;
				  color: #0065a5;
				  font: bold 16px/22px Verdana;
				  margin: 0;
				  padding: 0;
				}

/*
 * Content
 */
#wrapper #content {
  background: #fff;
  padding: 11px 0 0;
  margin: 0 auto 0;
}

#left {
	float: left;
	width: 170px;
	height: 350px;
	padding: 5px 15px 15px 15px;
}
	#left h2,
	#left h2 a {
		margin: 0 0 10px 0;
		font: bold 16px/22px Verdana;
		color: #0065A5;
		display: block;
		text-align: center;
		width: 172px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#left ul li a {
		background: url(../img/submenu.jpg) no-repeat 0 0;
		color: #fff;
		display: block;
		height:29px;
		margin: 0 0 5px;
		width: 172px;
		padding: 9px 0 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	#left ul li a.a,
	#left ul li a:hover {
		background-position: 0 -38px;
	}
#right {
	float: left;
	padding:7px 0 0 15px;
	width: 730px;
}

#right h1,
#right h2,
#right h3 {
	margin: 0 0 10px 0;
	font: bold 16px/22px Verdana;
	color: #0065A5;
}

#right h1 strong,
#right h2 strong,
#right h3 strong { font-weight: bold; }
#right p {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	line-height: 18px;
	clear: left;
}
#right ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 10px 0;
	line-height: 17px;
}
#right p a {
	color: #0065A5
}

.answer {
	display: none;
	/*margin: 0 0 15px;*/
}

  /*
   * Footer Links
   */
  ul#links {
	display: block;
	width: 920px;
	margin: 15px auto;
  }
    ul#links li {
      color: #454545;
      display: inline;
      font: normal 11px/15px Verdana;
      margin: 0 2px;
    }
      ul#links li a {
        color: #454545;
        text-decoration: none;
      }
      ul#links li a.special {
        color: #0065a5;
        text-decoration: underline;
      }

/*
 * Helper classes
 */
.clear {
  clear: both;
}
.width220 {
  width: 220px;
}
.width640 {
  width: 240px;
}

.rightalign{
  float: right;
}
.leftalign{
  float: left;
}
/*
 * Button: a + span
 */

a.button{
	background: transparent url('../img/button.gif') no-repeat top left;
	display: block;
	font: normal 11px Verdana;
	line-height: 14px;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
	border: 0;
	margin: 10px 0 0 0;
	color: #454545;
}

a.button span{
	background: transparent url('../img/button.gif') no-repeat bottom right;
	display: block;
	color: #454545;
	margin: 0;
	padding: 4px 25px 4px 0;
}

/*
 * Form inputs
 */
textarea.text,
input.text {
  border: 1px solid #ccc;
  border-color: #aaadb2 #dbdee3 #e2e9ef #e3e3ed;
  color: #454545;
  font: normal 11px/15px Verdana;
  padding: 2px 5px 2px;
  width: 225px;
}

textarea.text {
  height: 100px;
  margin: 8px 0 0 0;
  padding: 5px 5px 2px;
  width: 484px;
}

.hidden {
  display: none;
}

#contact .dropdown-opener {
  background: url(../img/arrow-down.gif) no-repeat 220px 8px;
  border: 1px solid #ccc;
  border-color: #aaadb2 #dbdee3 #e2e9ef #e3e3ed;
  color: #454545;
  display: block;
  font: normal 11px/15px Verdana;
  padding: 2px 5px 2px;
  text-decoration: none;
  width: 225px;
}
.dropdown {
  background: #fff;
  border: 1px solid #ccc;
  border-color: #aaadb2 #dbdee3 #e2e9ef #e3e3ed;
  border-top: 0;
  color: #454545;
  display: block;
    display: none;
  font: normal 11px/15px Verdana;
  overflow: hidden;
  /*padding: 2px 5px 2px;*/
  position: absolute;
  text-decoration: none;
  /*margin: -22px 0 0 0;*/
  width: 235px;
  z-index: 1000;
}
.dropdown a {
  cursor: pointer;
  display: block;
  padding: 3px 5px 2px 5px;
}
.dropdown a:hover {
  background: #0065a5;
  color: #fff;
}
#quickSearch{
}
#doFind {
  position: relative;
}
#result{
  z-index: 1000;
  clear: left;
  width: 228px;
  position: absolute;
}
  #result a {
    color: #0065a5;
    text-decoration: none;
  }
  #result a:hover {
    color: #0065a5;
    background: #fff;
  }
/* margin tussen heading images */
.replacement{
  /*margin: 0 5px 0 0;*/
}

.msg{
  background: #efefef;
  border: 1px solid #0065a5;
  font: normal 11px/15px Verdana;
  margin: 0 15px 15px 0;
  padding: 10px;
}
  .msg a {
    color: #0065a5;
  }

div.fakefile {	position: absolute;	top: 0px;	left: 0px;	z-index: 1;}
.but { cursor: pointer; }
input.file { position: relative; z-index: 2;}

a[href^="mailto"] {
  color: #0065a5;
}

p.content {
  font: normal 11px/17px Verdana;
}
p.content a {
  color: #0065a5;
}

#login {
	background: url(../img/login.jpg) no-repeat 0 0;
	display: block;
	margin: 15px;
	width: 374px;
	height:175px;
	color: #fff ;
	padding: 10px 0 0 25px;
	margin: 15px auto 150px;
}
	#pitch p { padding: 12px 0 12px; color: #333 }
	#login p { padding: 12px 0 12px; color: #fff }
	#pitch label,
	#login label {
		display: block;
		width: 150px;
		float: left;
	}
	#pitch .text-input {
		border: 1px solid #666;
		width: 358px;
		float: left;
		margin: 0;
	}
	#pitch .select,
	#pitch .text {
		border: 1px solid #666;
		width: 350px;
		float: left;
		padding: 4px;
		margin: 0 0 5px;
	}
	#login .text-input {
		border: 1px solid #0065a5;
		width: 150px;
		float: left;
	}
	#pitch .terms {
		padding: 0 0 0 150px;
		display: block;
	}
		#pitch .terms input {
			float: left;
		}
		#pitch .terms label {
			width: 228px;
		}
		.right {
			float: right;
		}
		.table a {
			color: #333;
			text-decoration: none;
		}
		.table a:hover {
			text-decoration: underline;
		}

		/* Paging van frankie
  **/
  .centertop { text-align: center;  }
	ul.paging {
	  height: 25px;
	  margin: 10px auto 0 !important;
	  padding: 0 !important;
	}
	ul.paging li {
	  display: inline;
	  margin: 0 5px 0 0;
	  text-align: center;
	  padding: 0 !important;
	}
	ul.paging li.cur {

	}
	ul.paging li a {
	  color: #999;
	  padding: 0 3px;
	  text-align: center;
	  height: 15px;
	  text-decoration: none;
	}
	ul.paging li.f a {
	  color: #999;
	}
	ul.paging li a:hover,
	ul.paging li.c a {
	  color: #333;
	  text-decoration: underline;
	}
		 .question h3 {
			cursor: pointer;
		 }


	.bh {
		background: url(../img/blog-head.jpg) no-repeat 0 0;
		color: #fff;
	}
	.table td {
		border-bottom: 1px solid #666;
		padding: 3px 2px 3px 5px;
		line-height: 18px;
	}

	/*
 * Talpa.tv formats homepage stylesheet
 */
#wrapper .breadcrumb {
  background: url('../img/breadcrumb-back.png') repeat-x bottom;
  _background: url('../img/breadcrumb-back.gif') repeat-x bottom;
  height: 41px;
  position: relative;
  width: 930px;
  margin-left: 10px;
}
  #wrapper .breadcrumb .breadcrumb-left,
  #wrapper .breadcrumb .breadcrumb-right {
    background: url(../img/breadcrumb-edge.png) no-repeat bottom left;
    _background: url(../img/breadcrumb-edge.gif) no-repeat bottom left;
    height: 41px;
    display: block;
    float: left;
    width: 10px;
    position: absolute;
  }
  #wrapper .breadcrumb .breadcrumb-left {
    left: -10px;
  }
  #wrapper .breadcrumb .breadcrumb-right {
    background-position: bottom right;
    right: -10px;
  }
  #wrapper .breadcrumb ul {
    float: left;
    margin: 14px 0 0 15px;
  }
    #wrapper .breadcrumb ul li {
      color: #666;
      float: left;
      font: bold 14px/14px Arial;
      margin: 0 42px 0 20px;
    }
    #wrapper .breadcrumb ul li a{
      color: #666;
      text-decoration: none;
    }
    #wrapper .breadcrumb ul li a:hover {
		color: #333;
	}
    #wrapper .breadcrumb ul li.current a {
      color: #506e81;
    }
