html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background: #E3E1E1 url(images/body-bg.jpg);
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #333;
}
form
{
	margin: 0;
	padding: 0;
}

div
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0 none;
	margin: 0;
}
a
{
	text-decoration: none;
}
a:link
{
	color: #FF007E;
}
a:visited
{
	color: #940B3F;
}
a:active
{
	color: #FF007E;
	text-decoration: underline;
}
a:hover
{
	color: #940B3F;
	text-decoration: underline;
}
h1
{
	font-size: 1.4em;
	margin: 4px 0px;
	color: #FF007E;
}
h2
{
	font-size: 1.2em;
	margin: 3px 0px;
	color: #FF007E;
}
h3
{
	font-size: 1em;
	margin: 4px 0px;
}
p
{
	margin: 5px 0;
}
td
{
	vertical-align: top;
}
input, select, textarea
{
	background: #fff;
	border: 1px solid #FF007E;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
}

#site
{
	position: relative;
	min-height: 580px;
	width: 990px;
	border: 0px solid #DDDEE0;
	margin: 0 auto;
}
#main
{
	background: url(images/content-bg.gif);
	padding: 215px 50px 30px 310px;
	min-height: 400px;
	line-height: 1.5em;
}
#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 580px;
	color: #fff;
}
#menu.home, #menu.nieuws
{
	background: url(images/menu-nieuws.png) no-repeat top left;
}
#menu.programma
{
	background: url(images/menu-programma.png) no-repeat top left;
}
#menu.informatie
{
	background: url(images/menu-informatie.png) no-repeat top left;
}
#menu.archief
{
	background: url(images/menu-archief.png) no-repeat top left;
}

#buttons
{
	position: relative;
	top: 380px;
	left: 20px;
	width: 220px;
	height: 114px;
}
.button
{
	width: 220px;
	height: 38px;
}

input.btn
{
	background: #FF007E;
	color: #fff;
}
#form input {
	width: 580px;
}

#search
{
	position: relative;
	top: 440px;
	left: 20px;
	width: 220px;
	height: 100px;
	font-size: 0.8em;
}
input#tbSearch
{
	width: 180px;
	height: 18px;
	padding: 5px;
	margin: 0px;
}
#header
{
	position: absolute;
	top: 0px;
	left: 267px;
	width: 716px;
	height: 185px;
	background: #E3E1E1 url(images/header-bottom.gif) no-repeat bottom left;
}
#header img
{
	margin-left: 12px;
}

.ruler
{
	margin: 12px 0px;
}
.thumb
{
	float: right;
	margin: 0px 0px 5px 5px;
}

div.program
{
	width: 430px;
}

.type
{
	color: #940B3F;
	font-weight: bold;
}

#programmenu
{
	width: 630px;
	height: 30px;
	
}
#programmenu div
{
	margin: 0px 0px 0px 0px; 
	float: left;
	width: 225px;
	/*text-align: center*/;
}

#programmenu div.active
{
	color: #FF007E;
	font-weight: bold;
}

.lbl
{
	margin-top: 6px;
	width: 150px;
	font-weight: bold;
}

table#logo img {
	margin: 8px 2px 4px 2px;
}

div.info
{
	width: 643px;
}
div.info table#logo
{
	width: 643px;
}
div.info table#logo td
{
	width: 214px;
}