/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
form, img{
	border: none;
	padding: 0;
	margin: 0;
}
td{
	vertical-align: top;
}
.c1{
	width: 180px;
}
p{
	padding: 5px 15px;
}
body{
	background: #292929;
	text-align: center;
	margin: 0px auto;
	font-family: verdana;
	font-size: 12px;
}
.cleaner{
	clear: both;
}
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -74px; /* the bottom margin is the negative value of the footer's height */
	width: 970px;
	text-align: left;

}
.push{
	height: 74px;
}
#content{
	background: #fff url(../images/top.png) no-repeat;
	width: 961px;
	margin: 10px 0 0 0 ;
}

.twit{float: left;
	height: 100%;
	width: 260px;
	margin-left:5px;
	margin-top:30px;

}
.twit1{float: left;
	height: 100%;
	width: 260px;
	margin-left:5px;
	margin-top:95px;
	
}
	
.left{
	float: left;
	height: 100%;
	width: 260px;
}
.aanmelden{
	margin-top: -11px;
}
.right{
	float: left;
	height: 100%;
	width: 700px;
}
#contentBottom{
	background: url(../images/bottom.png) no-repeat;
	width: 961px;
	height: 12px;
	margin: 0 0 10px 0;
}
#footer{
	background: url(../images/footerBackground.jpg) repeat-x;
	height: 74px;
	width: 100%;

}
.footerText{
	width: 970px;
	margin: 0px auto;
	position: relative;
	padding: 15px 0 0 0;
	height: 59px;
	font-size: 11px;
}
.footerText a{
	color: #5ee112;
	text-decoration: none;
}
.partners{
	position: absolute;
	left: 0px;
	bottom: 10px;
	color: #838383;
	height: 30px;
	line-height: 30px;
}
.partners a{
	color: #838383;
	text-decoration: none;
}

.copyRight{
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #838383;
}
.copyRight a{
	color: #838383;
	text-decoration: none;
}

h1{
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	margin: 13px;
}
.bringafriend{
	margin: 5px 0;
}
.stappenplan{
	margin: 20px;
}
.machtigen{
	color: #515151;
	margin: 50px 20px 40px;
	font-weight: bold;
	display: block;
	font-size: 16px;
}


/* JQUERY TABS */
ul.tabs {
    margin:0;
    padding:0;
}
ul.tabs li {
    display:block;
    float:left;
	cursor: pointer;
}
ul.tabs li a {
    display:block;
    float:left;
	padding: 10px 20px;
	font-size: 14px;
}
ul.tabs li a:hover, ul.tabs li .selected{
	background: #515151;
	color: #fff;
}
.tab-content {
	clear:both;
    padding:10px;
}
.productBalk{
	border-bottom: 1px solid #515151;
	margin: 18px -1px 0 -13px;
	padding: 0 0 0 28px;
}


.button{
	background: url(../images/buttonNormal.png) no-repeat;
	width: 252;
	height: 57px;
	line-height: 56px;
}
.button a{
	color: #FFF;
	font-size: 14px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.buttonActive{
	background: url(../images/buttonActive.png) no-repeat;
}
.buttonHolder{
	margin: 20px 0 10px 5px;
}

#aanmelden{
	margin-top: 15px;
}
.partner{
	display:block;
float:left;
font-weight:bold;
margin:6px;
}

