body, html {
	/* behavior:url(/template/js/csshover.htc); */
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;		
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana;
	color: #ffffff;
	background-color:#000000;
}

html {
}

table {
	padding:0px;
	border-collapse:collapse;
	border:0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.maindiv {
	width:828px;
	height:612px;
	text-align:left;
	position:relative;
}
.contentdiv {
	position:absolute;
	left:424px;
	top:284px;
	width:388px;
	/*height:620px;*/
	text-align:left;
	color:white;
	/*overflow:auto;
	overflow-x:hidden;
	padding-right:15px;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-FACE-COLOR: #ff0000;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: #ff4d4d;
	SCROLLBAR-SHADOW-COLOR: #b20000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ff9999;
	SCROLLBAR-DARKSHADOW-COLOR: #660000;
	*/
}
.newsdiv {
	position:absolute;
	left:0px;
	top:334px;
	width:348px;
	height:256px;
	text-align:left;
	color:white;
	overflow:auto;
	padding-right:30px;
	color:red;
	/*
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-FACE-COLOR: #ff0000;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: #ff4d4d;
	SCROLLBAR-SHADOW-COLOR: #b20000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ff9999;
	SCROLLBAR-DARKSHADOW-COLOR: #660000;
	*/
}
div#animatie {
	position: absolute;
	top: 150px;
	left: 913px;
	width: 828px;
	height: 124px;
	background-color: #000000;
	overflow:hidden;
}

form {
	margin: 0px;
}
.input {
	border: 1px solid black;
}
div#actiecode {
	position: absolute;
	width: 260px;
	height: 110px;
	left: 50px;
	top: 20px;
	padding: 20px;
	background-image: url('/template/images/bg-actiecode.gif');
}
.bigred {
	font-size: 20px;
	color: red;
	font-weight: bold;
	line-height: 22px;
	font-family: Verdana;
}
.actiecodeinput {
	position: absolute;
	width: 110px;
	top: 99px;
	height: 18px;
	border: 1px solid #999999;
}
.actiecodebutton {
	position: absolute;
	width: 120px;
	top: 98px;
	right: 30px;
	color: white;
	background-color: red;
	font-weight: bold;
	cursor: pointer;
	border-color: #cc9999;
}

#newsticker {
	position: relative;
}
