@charset "utf-8";

#wrapper {
	width: 230px;
	text-align: left;
/*	height: 300px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Start LinkerKolom*/
#menu {
	float: left;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px; /*tussenhoogte van de lijnen*/
	background-image:url(images/FEB006_links.jpg);
	background-repeat: repeat-y;
	height: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	display: none;
}
#menu_handheld {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: left;
	width: 240px;
	font-weight: bold;
	line-height: 25px; /*tussenhoogte van de lijnen*/
	background-image:url(images/FEB006_links.jpg);
	background-repeat: repeat-y;
	height: 320px;
	padding: 0px;
	display: block;
}
#menu_handheld ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin: 5px;
}
#menu_handheld ul a {
	list-style-type: none;
	text-decoration: none;
	line-height: 25px; /*hoogte van de lijnen*/
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
}
#menu_handheld li {
	margin-top: 0;
	text-decoration: none;
	width: 180px
}
#menu_handheld li a{
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding-left: 10px;
	color: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: thin;
}

#menu_handheld li a:link {
	color: #FFF; /*Wit*/
	margin-top: 10px;
	background-color: #FEB006;
}
#menu_handheld li a:visited {
	color: #FFF;
	margin-top: 10px; /*lijnhoogte na visit*/
	background-color: #FEB006;
}
#menu_handheld li a:hover {
	color: #56AC1B; 
	background-color: #FFFFCD;
	margin-top: 10px; /*lijnhoogte na visit*/
	border-color: #FEB666;
}
#menu_handheld li a.selected {
	background-color: #FFFFCD;
	margin-top: 10px;
	color: #00C;
	border-color: #FEB666;
}
#header{
	float: left;
	height: 27px;
	width: 240px;
}
#header img {
	height: 27px;
	width: 240px;
}
#contentMain {
	float: left;
	padding: 0 5px 0 5px;
	width: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
/*	height: 240px;*/
	overflow: auto;
}
#contentMain img{
	float: left;
	width: 240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	/*	height: 240px;*/
	overflow: auto;
	display: none;
}
#contentMain h2  {
	font-size: 12px;
	color: #56AC1B;
}
#contentTabs {
	float: right;
	width: 590px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	height: 60px;
	padding-top: 3px;
	color: #56AC1B;
	font-weight: bold;
	display: none;
}
#contentTabs ul{
	padding: 4px 0px;
	border-bottom: 1px solid #FEB006;
	text-decoration: none;
}
#contentTabs table{
	width: 180px;
}
#contentTabs table tr td{
	vertical-align: top;
}

#contentTabs table img{
	display: none;
}
#TopPage {
}
#footer {
	clear: both;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: 20px;
	width: 230px;
}
#footer a{
	text-decoration: none;
	list-style-type: none;
	font-size: 10px;
	color: #999;
}
#footer a:hover{
	text-decoration: none;
	list-style-type: none;
	font-size: 10px;
	color: #00C;
}

