body {
	background:#fff;
	color: #006;
	font: normal 0.67em/160% Arial, Verdana, Tahoma;	
	padding: 0 0 0 13px;
}

div.container {
	width: 763px;
}

.breed {
	width:910px !important;
}

.breed-container {
	width:865px !important;
}

.wrapper {
	overflow:hidden;
	width:763px;
}

#breadcrumb {
	width: 100%;
}

a.breadcrumbLink {
	color: #e40087;
	text-decoration: none;
	background:url(../images/back_arrow.gif) no-repeat left;
	padding:0 0 0 15px;
}

a.breadcrumbLink:hover {
	color: #a2a2c8;
	background:url(../images/back_arrow_grey.gif) no-repeat left;
	padding:0 0 0 15px;
	text-decoration: underline;
}

#boxIntro {
	width: 480px;
	display: block;
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-top: 10px;
}

h1#titelIntro {
	font-size: 20px;
	margin-bottom: 10px;
	display:block; 
	margin-top: 10px;
}

h2#titelProfiteer {
 margin:5px 0 10px;
 display:block;
 float: left;
 font-size: 16px;
 width: 290px;
}

.textRoze {
	font-size: 16px;
	color: #e60089;
	font-weight: bold;

}

.topbox {
	/*padding:5px 0 0;*/
}

.topbox h1 {
	margin:0;
}

#boxLogo {
	width: 243px;
	float:right;
}

#button {
	display: block;
	float: right;
	width: 170px;
}

#tabs {
	width: 100%;
	display: block;
	margin-top: 25px;
	font-size: 12px;
}

#box1 {
	margin-top: 25px;
	width: 250px;
	display: block;
	float: left;
}

#box2 {
	margin-top: 25px;
	width: 250px;
	display: block;
	float: left;
}

#box3 {
	background-image:url(../images/box-whitepaper.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	width: 250px;
	height: 78px;
	display: block;
	float: right;
	padding-top: 5px;
}

input {
	font-size: 11px;
	color: #dd0082;
	margin: 1px 2px 1px 10px;
}

.textGrijs {
	font-size: 10px;
	color:#CCCCCC;
}

table {
	color: #006;
	font: normal 12px Arial, Verdana, Tahoma;
	line-height: 18px;
}


/* begin css tabs */
 
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

a.tabtitle{
font-weight:bold;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	font: bold 12px  Arial, Verdana, Tahoma;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding:0;
	width:auto;
}

ul.tabbernav li a { 
 color: #006; 
 background: url(../images/btn_grey.gif) no-repeat;
 padding:10px 25px;
 height:41px;
 width:159px;
 display:inline;
 text-decoration:none;
}

ul.tabbernav li a:visited { 
	color: #006; 
}

ul.tabbernav li a:hover {
	color: #dd0082;
}

ul.tabbernav li.tabberactive a {
 background: url(../images/btn_white.gif) no-repeat;
 border-right: 1px solid #c6c6c6;
 border-bottom: 1px solid #fff;
 color: #dd0082;
 height:41px;
 width:159px;
 display:block;
 display:inline;
 padding:10px 20px;
}

/*IE6 hack*/
* html ul.tabbernav li.tabberactive a {
	position: relative;
	top: 1px; 
	border-top: 1px solid #dee6ec; 
}
/*IE7 hack*/
*:first-child+html ul.tabbernav li.tabberactive a {
	position: relative;
	top: 1px; 
}

ul.tabbernav li.tabberactive a:hover {
	color: #dd0082;
	background: white;
	border-bottom: 1px solid white;
	border-right: 1px solid #c6c6c6;
	background: url(../images/btn_white.gif) no-repeat;
	height:41px;
	width:159px;
	display:block;
	display:inline;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	 margin-top:7px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 	

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 	overflow:auto;
}

.tabberlive .tabbertab .tabbertab-container {
	border:1px solid #DEE6EC;
	padding:15px;
}

.tabberlive .tabbertab .extra-info 
{	
	display: none;/*geen whitepapers: dit aanzetten*/
	margin-top:10px;
	background:#f6f6f6;
}

.tabberlive .tabbertab .extra-info-left {
	width:450px;
	float:left;
}

.tabberlive .tabbertab .extra-info-left form {
	margin-top:10px;
}

.tabberlive .tabbertab .extra-info-right {
	float:left;
	margin-left:80px;
	width:50px;
}

form input.btn-submit {
	background:transparent url(../images/pink_btn.gif) no-repeat;
	border:none;
	height:30px;
	width:154px;
	padding:0 0 5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}


/* IE6 hack */
* html form input.btn-submit{
	position: relative;
	top: 5px;
}

/* IE7 hack */
*:first-child+html form input.btn-submit{
	position: relative;
	top: 5px;
}

.vlijst {
	list-style-image:url(../images/list-item.jpg);
}

form input.btn-submit:hover {
	background:transparent url(../images/pink_btn.gif) no-repeat;
}

form input.btn-submit-disabled {
	background:transparent url(../images/grey_btn.gif) no-repeat;
	border:none;
	height:30px;
	width:154px;
	padding:0 0 5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: relative;
	top: 0px;
}


/* IE6 hack */
* html form input.btn-submit-disabled{
	position: relative;
	top: 5px;
}

/* IE7 hack */
*:first-child+html form input.btn-submit-disabled{
	position: relative;
	top: 5px;
}

.tabberlive .tabbertab ul {
	padding:0 0 0 15px;
	margin:10px 0 0;
}

.tabberlive .tabbertab .tabbertab-left {
	float:left;
}

.tabberlive .tabbertab .waarom-left {
	width:520px;
	margin:15px 0 0;
}

.tabberlive .tabbertab .waarom-right {
	/*
	width:180px;
	*/
	margin:30px 30px 0 0;
}

.tabberlive .tabbertab .rendement-top-left {
	width:400px;
}

.tabberlive .tabbertab .rendement-bottom-left {
	width:450px;
	color:#9e9e9e;
	font-size:11px;
	float:left;
}

.tabberlive .tabbertab .rendement-bottom-right {
	margin:-30px 0 0 120px;
	float:left;
}

.tabberlive .tabbertab .rendement-top-right .rend-right,
.tabberlive .tabbertab .rendement-top-right .rend-left {
	float:left;
	width:160px;
	margin-top:15px;
}

.tabberlive .tabbertab .tabbertab-right ul.info {
	padding:0;
}

.tabberlive .tabbertab .tabbertab-right ul.info li {
	text-align:left;
}

.tabberlive .tabbertab .rendement-right {
	
}

.tabberlive .tabbertab .fondsinfo-left {
	width:460px;
}

.tabberlive .tabbertab .fondsinfo-right {
	margin:30px 30px 0 0;
	width:180px;
}

.tabberlive .tabbertab .tabbertab-left ul li {
	margin-bottom:5px;
}

.tabberlive .tabbertab .tabbertab-right {
	float:left;
}

.tabberlive .tabbertab .tabbertab-right ul li {
	text-align:center;
	list-style-type:none;
	margin-bottom:5px;
}

.tabberlive .tabbertab ul.lightbox_link {
	list-style-type:none;
	padding:0;
	margin:20px 0 0;
}

.tabberlive .tabbertab ul.lightbox_link a {
	margin:0;
}

.clear {
	clear:both;
}

.tabberlive .tabbertab ul.no-btn {
	list-style-type:none;
	padding:0;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

ul {
	margin:10px 0 0;
}

a {
	color:#000066;
	font-weight:normal;
}

a:hover {
	color:#A2A2C8;
	text-decoration:none;
}

/* breed styling */
.tabbertab-container .breed-left {
	float:left;
}

.tabbertab-container .breed-top-left {
	float:left;
}

.tabbertab-container .info-top-left {
	float:right;
	margin:0 0 0 15px;
}

.tabbertab-container .info-top-right {
	float:right;
	margin:25px 0 0 10px;
}

.tabbertab-container .grafiek-left {
	float:left;
	/*width:380px;*/
}

.tabbertab-container .breed-bottom {
	color:#9E9E9E;
	font-size:9px;
	margin:20px 0 10px;
	display: block;
	width:700px;
}

.tabbertab-container .breed-right {
	padding:0 0 0 15px;
	display: block;
	float:left;
	/*width:115px;*/
}

#button.left {
	float:left !important;
	margin:10px 0 0 20px;
}

/* end breed styling */

#footer {
	border:1px solid #DEE6EC;
	margin-top:10px;
}

#footer ul {
	padding:0 0 10px 20px;
}

#footer ul li {
	display:inline;
	margin-right:25px;
	padding-left:40px;
	background:url(../images/line.gif) no-repeat left;
}

#footer ul li.first {
	padding:0;
	background:none;
}

#footer ul li a {
	text-decoration:none;
}

/*.tabbertab-container .leesmeer-breed {
	margin:20px 0 10px;
	width:600px;

}*/

#ervaring-foto {
	display: block;
	float: left;
	width: 130px;
	margin-top: 15px;

}

#ervaring-tekst {
	display: block;
	margin-top: 15px;
	float: right;
	width: 590px;
	line-height: 18px;

}
/* end css tabs */

/*correcties leesmeer tab */
.tabbertab-container .leesmeer-breed {
	margin:20px 0 10px;
	width:730px;

}

#ervaring-foto {
	display: block;
	float: left;
	width: 130px;
	margin-top: 5px;

}





