/* 
    Document   : steleenvraag
    Created on : 28-jan-2010, 10:31:15
    Author     : Tamara Silvius
*/

.tabje{
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabje ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: left;
}

.tabje li{
	display: inline;
	margin: 0;
}

.tabje li a{
	background-color: #e16f30;
	border: 1px solid #000000;
	border-bottom-width: 1px;
	border-color: #d25400 #d25400 #FFFFFF #d25400;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 1em 2px 1em;
	position: relative;
	text-decoration: none;
	top: 0px;
	left: -5px;
	z-index: 101;
	text-decoration: none;
	font: bold 11px Arial;
	color: #FFFFFF;
}

.tabje li a:hover, .tabje li a.current{
	background-color: #dc6b25;
	border-color: #FFFFFF #FFFFFF #e16f30 #FFFFFF;
	color: #ffe0ff;
}

#tabcontentcontainer{
	width: 296px;
	height: 118px;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	z-index: 100;
}

.tabcontent{
	display:none;
}
