body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #CCC;
}
body {
	background-color: #242424;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: small;
	color: #C30;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60;
}
a:hover {
	text-decoration: underline;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.logo {
	background:url(img/newsbg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.newsblock {
	background:url(img/newsbg.png);
	background-repeat: repeat-y;
}
.speakers {
	position: relative;
	top: 75px;
}
.nieuwstxt {
	color: #FFF;
	font-size: small;
}
.bottombar {
	background: url(img/bottombar.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo_small {
	position: relative;
	top: -10px;
}
.maincontent {
	background:url(img/transp.png);
	border-width: 0px;
	border-style:groove;
	border-color: #666;
}
.maintext {
	position: relative;
	width: 700px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.float_right {
	float: right;
	margin-left: 5px;
}
.podium {
	position: relative;
	float: right;
	top: 50px;
}
.copyright {
	color: #124680;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
}
.frm_txt {
	background-color: #464646;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #C60;
	border-style: solid;
}
.frm_btn {
	background-color: #C30;
	color: #000000;
	border-width: 1px;
	border-color: #C60;
	border-style: solid;
	cursor: pointer;
}
.error {
	color: #D13527;
}
.message {
	color: #D13527;
}