.content_stip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 6px;
	width: auto;
	padding-right: 6px;
	margin-right: 6px;
	margin-left: 6px;
}
.content_h3 {
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 6px;
	width: auto;
}
.balk_groen
{
	font: 150%;
	background-color: #00AB39;
	color: White;
	font-weight: bold;
}
.balk_groen a
{
	text-decoration: none;
	color: White;
}
.balk_groen a:hover
{
	text-decoration: underline;
	color: White;
}
.balk_groen td
{
	height: 17px;
}

.stip_ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
 font-family: "Arial Narrow";
}

.stip_ubercolortabs ul{
font: bold 11px "Arial Narrow", Arial, Verdana,  sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.stip_ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.stip_ubercolortabs a{
float: left;
color: white;
background: #00AB39 url(../Templates/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.stip_ubercolortabs a span{
float: left;
display: block;
background: transparent url(../Templates/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.stip_ubercolortabs a span{
float: none;
}


.stip_ubercolortabs a:hover, .stip_ubercolortabs li.selected a{
background-color: #CD2A09; /*background color of tabs onMouseover*/
color: white;
}

.stip_ubercolortabs a:hover span{
background-color: transparent;
}


.stip_ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #00AB39; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

