/* CSS Document */
/*7271B2*/
#inhoudTabs {
	border: solid #15757a 1px;
	border-top: none;
	text-align: left;
	width: 98%;
	clear: both;
	padding:5px;
	background:url(../img/verloop_tabs_dark.gif) repeat-x #105A5E;
	/*margin-left:10px;*/
	
}

#tabnavigatie
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 97%;
	padding-left:1em;
	background-image:url(../img/tab_bottom.gif); background-repeat:repeat-x; background-position:bottom;
	clear: both;
	position: relative;
	overflow:hidden;
	}
		
	
#beleidsdomeinenswitch
	{
		margin: 0px;
		padding-left: 10px;
		/*background: url(../images/tab_bottom.gif) repeat-x bottom;*/
		text-indent: 0px;
		margin-bottom: 0px;
		}
#beleidsdomeinenswitch li
	{
		margin: 0px; 
		padding: 0px;
  		display: inline;
		list-style-type: none;
		text-indent: 0px;
  	}
	
#beleidsdomeinenswitch a:link, #tabnavigatie a:visited
	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		float: left;
		background: #44808c;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #15757a;
		border-bottom:none;
		text-decoration: none;
		color: #FFF;
	}

#beleidsdomeinenswitch a:link.active, #tabnavigatie a:visited.active
	{
	border-bottom: 1px solid #15757a;
	background: #15757a;
	color: #FFE029;
	}

#beleidsdomeinenswitch a:hover
	{
	background: #15757a;
	border-bottom: 1px solid #15757a;
	}
