td.logo {
	background-color: #c30080;
}

td.logo img {
	margin-left: 81px;
	margin-top: 20px;
	margin-bottom: 20px;
}

td.watkiesjij {
	background-color: #00a5d2;
}

td.watkiesjij div.swf {
	margin-left: 40px;
}

table.container td.bottom {
	vertical-align: top;
	width: 1000px;
	height: 360px;
	background-color: #c30080;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* quotes */
div#quote {
	position: relative;
	top: 140px;
	width: 300px;
}
	
/* nieuws */
table.container table.news {
	width: 250px;
	height: 360px;
	float: right;
	border-collapse: collapse;
}

table.container table.news td {
	background-color: #00a5d2;
	vertical-align: top;
}

table.container table.news td .item  {
	margin: 2px 4px 0px 16px;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 4px;
}

table.container table.news td .item .date {
	text-align: right;
	color: #000;
	font-size: 10px;
	padding: 0px 10px 0px 0px;
}

table.container table.news td .item h2 {
	margin: 0;
	color: #000;
	font-size: 16px;
}

table.container table.news td .item .text {
	color: black;
	font-size: 12px;
}

table.container table.news td .item .text a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

