body {
	background-color:#000;
	height:100%;
	margin:0;
	padding:0;
}

.maintable {
	height:100%;
	background-color:#1274a4;
}

.header {
	height:200px;	
}

.content {
	width:650px;
	background-image:url(http://www.dfshowproducties.nl/img/subnav.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	padding-top:20px;
}

.subnav {
	width:200px;
	background-image:url(http://www.dfshowproducties.nl/img/subnav.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff;
	border-right:1px solid #fff;
	padding-top:20px;
}

td {
	font-family: "Trebuchet MS", Verdana;
	font-size:13px;
	color:#000;
}

a.nav:link, a.nav:active,a.nav:visited {
	display:list-item;
	list-style:none;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(http://www.dfshowproducties.nl/img/nav.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	width:160px;
	height:20px;
}

a.nav:hover {
	text-decoration:underline;
}

a.nav_active:link, a.nav_active:active,a.nav_active:visited {
	display:list-item;
	list-style:none;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-image:url(http://www.dfshowproducties.nl/img/nav.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	width:160px;
	height:20px;
}

a.nav_active:hover {
	text-decoration:underline;
}

a.nieuws:link, a.nieuws:active,a.nieuws:visited {
	display:list-item;
	list-style:url(http://www.dfshowproducties.nl/img/arrow.gif);
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.nieuws:hover {
	text-decoration:underline;
}

input, textarea {
	background-color:#fff;
	border:1px solid #1274a4;
}

textarea {
	font-family: "Trebuchet MS", Verdana;
	font-size:13px;
	color:#000;
}

.datum {
	font-size:14px;
	font-style:italic;
}

a:link, a:active, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:1px solid #000;
}