/* Adsense canvas
-----------------------------------------------------------------------------------------*/
.g-canvas {
	text-align: left;
	font-size: 12px;
}
.g-canvas a {
	color: #101010;
	text-decoration: none;
}
.g-canvas .feedback {
	background: none;
	line-height: 20px;
	padding-left: 5px;
	background-color: #fafafa;
	border-bottom: solid 1px #eaeaea;
}
.g-canvas .content {
	border-top-width: 0px;
}

/* Lijst, blok en skyscraper
-----------------------------------------------------------------------------------------*/
.g-blok {
	font-family: Verdana, Arial, serif;
	padding-bottom: 15px;
}
.g-blok .feedback {
	background: #fafafa;
	text-align: left;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
}
.g-lijst .content, #base .g-lijst .content,
.g-blok .content, #base .g-blok .content, #page .g-blok .content table td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
}
.g-sky .content, #base .g-sky .content {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: none;
}
.g-blok .content table td {
	width: 33%; 
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

/* Afbeelding
-----------------------------------------------------------------------------------------*/
.g-afbeelding {
	padding: 0px;
}
.g-afbeelding img {
	display: block;
}

/* Flash
-----------------------------------------------------------------------------------------*/
.g-flash {
	padding: 0px 0;
}

/* In een lijst
-----------------------------------------------------------------------------------------*/
.g-lijst .lijst {
	background-color: #fafafa;
}
.g-lijst .greyheader, .g-lijst .whiteheader {
	background: #707070 url(../images/bg/head_grey.gif) repeat-x;
	line-height: 22px;
	font-size: 11px;
	padding: 0 0 0 5px;
	color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.g-lijst .whiteheader {
	background: #707070 url(../images/bg/head_white.gif) repeat-x;
}
.g-lijst .greyheader a {
	color: #ffffff;
}
.g-lijst .whiteheader a {
	color: #333333;
}
.g-lijst .header {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.g-lijst .afsheader {
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}


.g-lijst .lijst .item {
	border-top: solid 1px #eaeaea;
	padding-left: 80px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.g-lijst .lijst .item:first-child {
	border-top: none;
}
.g-lijst .lijst .item:hover {
	background-color: #ecf4ff;
	border-color: #d8e4f4;
}

/* Item
-----------------------------------------------------------------------------------------*/
.g-lijst .item div, .g-lijst .item a, .g-blok .item div, .g-blok .item a {
	font-family: Arial, serif;
}
.g-canvas .item {
	padding: 0px 5px;
}

.g-canvas .titel {
	font-weight: bold;
	color: darkblue; 
	text-decoration: underline; 
}

.g-canvas .omschrijving {
	color: #404040;
}

.g-canvas .url {
	color: green; 
}

/* LARGE */
.g-canvas .item-large {
	text-align: center;
}
.g-canvas .item-large  .titel  {
	font-size: 23px; 
	line-height: 28px; 
}
.g-canvas .item-large  .omschrijving  {
	font-size: 20px; 
	line-height: 24px;
}
.g-canvas .item-large  .url  {
	font-size: 16px;
}

.g-canvas .item-medium-v3 {
	font-size: 12px;
	white-space: nowrap; 
	
	height: 19px; 
	overflow: hidden;
	font-family: Arial, sans-serif;
}

/* MEDIUM */
.g-canvas .item-medium  .titel, .g-canvas .item-medium-v3 .titel  {
	margin-left: 3px; 
	font-size: 15px;
	line-height: 21px;
}
.g-canvas .item-medium-v3 .titel {
	color: #1a5a7f;
}
.g-canvas .item-medium  .omschrijving, .g-canvas .item-medium-v3 .omschrijving  {
	margin-left: 3px; 
	font-size: 13px; 
	line-height: 16px;
}
.g-canvas .item-medium-v3 .omschrijving  {
	margin-top: 2px;
	font-size: 12px; 
}

.g-canvas .item-medium  .url, .g-canvas .item-medium-v3 .url  {
	margin-left: 0px; 
	font-size: 11px;
	line-height: 16px;
}
.g-canvas .item-medium-v3 .url  {
	font-size: 11px;
	line-height: 14px;
}

/* NORMAL */
.g-canvas .item-normal  .titel  {
	font-size: 13px;
}
.g-canvas .item-normal  .omschrijving  {
	font-size: 12px; 
	line-height: 16px;
	padding-left: 0px;
}
.g-canvas .item-normal  .url  {
	font-size: 10px;
	line-height: 16px;
}


.g-canvas .licht {
	background-color: #fafafa;
}
.g-canvas .donker {
	background-color: #f3f3f3;
}
.g-canvas .wit {
	padding-top: 5px;
	padding-left: 5px;
	background-color: #ffffff;
}




