BODY
{
	margin: 0px; 
	background-color: #DEE6F5;
	font-family: verdana;
}

A 
{
	
}

A:Hover 
{
}

.container
{
	margin: auto; 
}

.container_left
{
	background-image:url('../images/background_left.gif');
	background-repeat: no-repeat;  
	width: 39px;
	
	
}

.container_right
{
	background-image:url('../images/background_right.gif');
	background-repeat: repeat-y;
	width: 30px;
}

.content_boven
{
	background-image:url('../images/content_boven.gif');
	width: 748px;
	height: 34px;
}

.header
{
	height: 203px;
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/header.gif');
	background-repeat: no-repeat;
}

.navigatie
{
	width: 931px;
	height: 153px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/navigatie.gif');
	background-repeat: no-repeat;
	
	color:white;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.footer
{
	height: 35px;
	width: 931px;
	background-image:url('../images/footer.gif');
}

.footer_left
{
	height: 35px;
	width: 39px;
	background-image:url('../images/footer_left.gif');
	background-repeat: no-repeat;
}

.footer_right
{
	height: 35px;
	width: 39px;
	background-image:url('../images/footer_right.gif');
	background-repeat: no-repeat;
}

.background
{
	background-color: white;
}

.background_links
{
	background-image:url('../images/net_links.gif');
	background-repeat: no-repeat;
	background-color: #113770;  /*donkerblauw*/
	width: 183px;
	height: 411px;
}


.navigatie_gewoon
{
	padding-left:10px;
	padding-right:10px;
	background-image:url('../images/button_rood.gif');
	height: 40px;
	cursor: pointer;
}

.navigatie_over
{
	background-color: #A0C44A;
	background-image:url('../images/button_groen.gif');
	height: 40px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
}

.subnavigatie
{
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	color: #C52D2F /*rood-achtig*/;
	font-family: Verdana;	
	font-weight: normal;	
	font-size: 14px;
	float: left;
	cursor: pointer;
}

.blok1
{
	background-image:url('../images/blok1.gif');
	background-repeat: no-repeat;
	width: 221px;
	height: auto;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color:white;
	padding-left: 5px;
}

.blok2
{
	background-image:url('../images/blok2.gif');
	background-repeat: no-repeat;
	width: 221px;
	height: 82px;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color:white;
	padding-left: 5px;
	padding-top: 3px;
}

.blok3
{
	/*background-image:url('../images/blok3.gif');
	background-repeat: no-repeat;*/
	width: 222px;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color:white;
	padding-left: 5px;
	padding-top: 3px;
}

.kort_content
{
	cursor: pointer;
	width: 222px; 
	background-color: #A0C44A;   /*groen*/   ;
	font-size: 13px;
	color:white;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	border-top:1px solid white; 
	margin-left:10px;
}

.kort_titel
{
	width:222px;
	background-color:#113770; /*blauw*/
	border:1px solid #A0C44A;   /*groen*/
	font-size: 13px;
	color:white;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	margin-left:10px;
	
}

.itemtitel
{
	color: blue;
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.item
{
	color: blue;
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.content_intro
{
	padding-left: 10px;
	padding-right: 10px;
}
.content_omschrijving
{
	padding-left: 10px;
	padding-right: 10px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em Verdana, Geneva, sans-serif;
	background-color: #dee6f5;
	list-style: none;
	border-left: 1px solid #E4EAF7;
	border-bottom: 1px solid #E4EAF7;
	border-top: 1px solid #E4EAF7;
	border-right: 1px solid #E4EAF7;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em Verdana, Geneva, sans-serif;
	background-color: #113770;
	list-style: none;
	border-left: 1px solid #113770;
	border-bottom: 1px solid #113770;
	border-top: 1px solid #113770;
	border-right: 1px solid #113770;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;

	color: #FFF;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #113770;
	border-bottom: 1px solid #999;
	color: #FFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #113770;
	text-decoration: none;
}
