/* Movie Reporter .css file // Created by http://www.basingservice.com */

body {
	font-family: "Tahoma";
	font-size: 11px;
	background-color: #000000;
	background-image: url(../images/background.gif);
	margin-top: 30px;
	color: #FFFFFF;
}
p {
	margin: 10px 20px 10px 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img {
	border: 0;
}

#container {
	width: 921px;
	margin: auto;
}
#logo {
	width: 100%;
	background: url(../images/logo.gif) no-repeat top left;
	height: 43px;
}
#menubalk {
	background: url(../images/menubalk.gif) no-repeat top left;
	height: 28px;
	width: 100%;
	margin-bottom: 10px;
}
#menubalk .left {
	float: left;
	width: 869px;
}
#menubalk .left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0 0 20px;
}
#menubalk .left ul li {
	float: left;
}
#menubalk .right {
	margin-left: 869px;
	padding: 7px 0 8px 5px;
}
.lijntje {
	background: url(../images/lijntje.gif) no-repeat top left;
	width: 22px;
	height: 28px;
}
.menu {
	padding: 8px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content_left {
	width: 223px;
	float: left;
}
#content_right {
	margin-left: 231px;
}
.flashtable {
	width: 213px;
	margin-bottom: 10px;
	background: url(../images/flashtable/background.gif) repeat-y top left;
}
.flashtable_title {
	background: url(../images/flashtable/title.gif) no-repeat top left;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #911A1A;
	padding-left: 20px;
}
.flashtable_content {
	background: url(../images/flashtable/content.gif) no-repeat bottom left;
	height: 181px;
	padding: 5px;
	color: #444444;
}
.flashtable_content div {
	padding-bottom: 5px;
}
.flashtable_footer {
	background: url(../images/flashtable/footer.gif) no-repeat top left;
	height: 19px;
}
#welcometable {
	width: 687px;
	background: url(../images/welcometable/background.gif) repeat-y top left;
	margin-bottom: 10px;
}
#welcometable .contenttop {
	background: url(../images/welcometable/contenttop.gif) no-repeat top left;
	height: 67px;
	padding: 7px 7px 7px 15px;
}
#welcometable .footer {
	background: url(../images/welcometable/footer.gif) no-repeat top left;
	height: 3px;
}
.columntable {
	width: 687px;
	background: url(../images/columntable/background.gif) repeat-y top left;
	margin-bottom: 10px;
}
.columntable_top {
	background: url(../images/columntable/top.gif) no-repeat top left;
	height: 21px;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.columntable_content {
	background: url(../images/columntable/content.gif) no-repeat top left;
	height: 36px;
	padding: 10px;
	color: #000;
}
.columntable_content .left {
	width: 150px;
	float: left;
	padding: 7px 0 7px 15px;
}
.columntable_content .right {
	margin-left: 180px;
	padding: 7px 0 7px 0px;
	color: #000000;
}
.columntable_footer {
	background: url(../images/columntable/footer.gif) no-repeat top left;
	height: 4px;
}
#movietable {
	width: 500px;
	font-weight: bold;
}
#movietable td{
	height: 20px;
}

.columntable_content a {
color: #333333;
}


.columntable_content a:hover {
color: #555555;
text-decoration: underline;
}

p {
margin: 0px;
padding: 0px;
m/argin-bottom: 10px;
}