ul.tabs{
	clear:both;
	position:absolute;
	width:189px;
	padding-top:14px;
	z-index:2;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	width:189px;
	/*height:197px;*/
	height:86px;
	border: none;
	overflow: hidden;
}
ul.tabs #groeister1{
	background:url(/images/groeister1.gif) top left no-repeat;
}
ul.tabs #groeister2{
	background:url(/images/groeister2.gif) top left no-repeat;
}
ul.tabs #groeister3{
	background:url(/images/groeister3.gif) top left no-repeat;
}
html ul.tabs li.active {
	width:189px;
	/*height:197px;*/
	height:85px;
	border:none;
}
html ul.tabs li.active:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
html ul.tabs li:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
html ul.tabs #groeister1.active{
	background: url(/images/groeister1_active.gif) top left no-repeat;	
}
html ul.tabs #groeister2.active{
	background: url(/images/groeister2_active.gif) top left no-repeat;
}
html ul.tabs #groeister3.active{
	background: url(/images/groeister3_active.gif) top left no-repeat;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	width:189px;
	height:197px;
	outline: none;
}
	
.tab_container {
	display:block;
	width: 551px;
	background: url(/images/aanmelden_bg.gif) top left repeat-y;
	margin: 11px 0 0 221px;
}
.tab_container .top{
	display:block;
	background:url(/images/aanmelden_blok.gif) top left no-repeat;
	height:13px;
}
.tab_container .content{
	display:block;
	min-height:580px;
	height:auto !important;
	height:580px;
}
.tab_container .content a{
	background-color:#fff;
}
.tab_container .bottom{
	display:block;
	background:url(/images/aanmelden_blok.gif) bottom left no-repeat;
	height:13px;
}

.tab_content {
	/*background-color:#fff;*/
	display:block;
	padding:20px 52px;
	color:#808080;
	width:425px;
}
.tab_content h2{
	color:#E2660B;
	font-size:17px;
	font-weight:bold;
	margin:10px 0;
}
.tab_content .prijs_tabel{
	margin:40px 0 0 0;
	width:100%;
}
.tab_content .button1{
	display:block;
	background:url(/images/button_abbo_wit2.gif) top left no-repeat;
	width:112px;
	height:27px;
	margin:0;
}
.tab_content .prijs{
	font-size:30px;
}
