/* format standard */
#left {
	background-color: #007A3B;
}


#main #txt #left_content, #main_pand #txt_pand #left_content {
    float: left;
/*	background-color: #E83C20;*/
	width: 413px;
	height: 310px;
}
#main #txt #right_content, #main_pand #txt_pand #right_content {
    margin-left: 10px;
    float: left;
	width: 300px;
	height: 320px;
}
#main_pand #txt_pand #right_content {
	width: 430px;
	height: 310px;
	margin-bottom: 10px;
	overflow: auto;
}
#zoa_txt {
	margin-right: 10px;
}
#main #txt #scroll {
	clear: both;
	height: 60px;
}
#main_pand #txt_pand #right_content a {
	text-decoration: none;
}
#main_pand #txt_pand #right_content a:hover {
	color: #FFFF00;
}

/* Speciaal voor panden */
#main_pand {
    float: left;
    width: 870px;
    height: 395px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#main_pand #txt_pand {
	margin: 7px;
	width: 855px;
}
#main_pand #txt_pand #scroll {
	clear: both;
	height: 60px;
}
#main_pand #txt_pand #left_content .pand {
	float: left;
	width: 120px;
	height: 124px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 8pt;
	overflow: hidden;
}
#main_pand #txt_pand #left_content .pand a {
	text-decoration: none;
}
#main_pand #txt_pand #left_content .pand a:hover, #main_pand #txt_pand #left_content .pand a:active {
	color: #FFFF00;
}

/* Menu */
#main_pand #txt_pand #right_content ul {
    text-align: left;
	margin: 7px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#main_pand #txt_pand #right_content ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height: 16px;
	clear: both;
}
#main_pand #txt_pand #right_content ul li a {
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_pand #txt_pand #right_content ul li a:hover, #main_pand #txt_pand #right_content ul li a:active  {
	color: #FFFF00;
}

.button {
	background-color: #E83C20;
	color: #FFF;
	width: 115px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}
.button_verz {
	background-color: #3092cb;
	color: #FFF;
	width: 212px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}

