.tab_holder{
	width:600px;
	margin:0px 0px 20px 0px;
}


#midden .tab_holder ul{
	margin:0px 0px 3px 0px;
	padding:0px;
	}
#midden .tab_holder #vacatures_select_onder{
	width:580px;
	}



.shadetabs{
	padding: 3px 0px 3px 0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin:0px 2px 0px 0px;
	float:left;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0px 5px;
	line-height:40px;
	height:40px;
	float:left;
	margin: 0px;
	border: 1px solid #0079c1;
	color: #ffffff;
	background: white url(../Images/shade.gif) top left repeat-x;
	font-weight:bold;
}


.shadetabs li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	height:41px;
	background-image: url(../Images/shadeactive.gif);
	border-bottom: none;
	color:#000000;
}
.shadetabs li a.selected:HOVER{ /*selected main tab style */
	color:#000000;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

.tab_content_holder{
	border-left:1px solid #0079c1; 
	border-top:none; 
	border-right:none; 
	border-bottom:none; 
	width:580px; 
	margin:0px;
	float:left;
	padding: 10px;
}

@media print {
	.tabcontent {
	display:block !important;
}
}