@charset "UTF-8";


.TabbedPanels {
	float: left;
	clear: none;
	width: 880px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
}

.TabbedPanelsTab {
	float: left;
	background-color: #666600;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 7px;
}


.TabbedPanelsTabHover {
	background-color: #5A0000;
	color: #FFCC33;
}


.TabbedPanelsTabSelected {
	background-color: #B3A54D;
	color: #760000
}


/*.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}*/


.TabbedPanelsContentGroup {
	clear: both;
	width: 880px;
	height: 420px;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
/*	background-color: #EEE;*/
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 15px;
	text-align: justify;
}
.TabbedPanelsContent ul{
	list-style-type: disc;
	margin-left: 15px;
}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
.TabbedPanelsContentRoute {
	/*padding: 15px;*/
	/*text-align: justify;*/
	background-image: url(../images/sitelayout/lokatie.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
