/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- 
*/

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #F5EFDF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	min-width: 900px;
}

TD,TH {
	padding: 0px 5px 0px 5px;
}

div p
{
	font-size: 1em;
	line-height: 1.2em;
}

h1
{
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 1em;
}

.small
{
	font-size: 80%;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

#tekstintro
{
	float: left;
	clear: both;
	width: 470px;
	border: none;
	margin-left: 25px;
	margin-top: 60px;
	margin-bottom: 20px;
}

#tekst
{
	float: left;
	clear: both;
	width: 470px;
	border: none;
	margin-left: 25px;
	margin-top: 60px;
	margin-bottom: 20px;
}

#pagecontainer
{
	height: 100%;
	width: 100%;
}

div#content
{
	margin-left: 25px;
	margin-right: 225px;
	margin-top: 0px;
	padding-top: 55px;
	width: 470px;
	border: none;
	clear: both;
}

div#content div
{
	margin-bottom: 20px;
}

div#content ul
{
	margin: 0 0 0 16px;
	padding: 0;
}

div#submenu a
{
	color: #555;
}

div#submenu a:hover
{
	color: #000;
}

div#submenu
{
	position: absolute;
	left: 557px;
	top: 161px;
	margin: 0;
	padding: 0;
	width: 200px;
	font-size: 0.8em;
	font-weight: bold;
}

div#submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#submenu li
{
	line-height: 1.4em;
	padding: 0.1em 0.3em 0em 1.2em;
	background: #fff url(../img/submenu_midden.gif) repeat-y;
}


div#submenu li li
{
	padding: 0;
	background: none;
}

div#subtop
{
	background: url(../img/submenu_boven.gif) no-repeat top;
	line-height:10px;
	height:10px;
	font-size:10px;
}

div#subbottom
{
	background: url(../img/submenu_onder.gif) no-repeat bottom;
	line-height:10px;
	height:10px;
	font-size:10px;
}

div#mannetje
{
	position: absolute;
	z-index: 100;
	top: 390px;
	left: 490px;
	width: 276px;
	height: 215px;
	background: url(../img/mannetje.gif) no-repeat top;
}


div#nagscreen
{
	position: absolute;
	z-index: 100;
	top: 310px;
	left: 310px;
	width: 495px;
	height: 398px;
	background: url(../img/nagscreen.gif) no-repeat top;
}


a:link
{
	color: #00a;
	text-decoration: underline;
}

a:hover
{
	color: #9B6F2E;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	text-decoration: underline;
}

.hidden
{
	display: none;
}

/* ====================================================================
MENUBAR LAYOUT
-------------------------------------------------------------------- */

#title
{
	background-image: url(../img/logo.gif);
	margin: 0;
	padding: 0;
	height: 114px;
	width: 146px;
	position: absolute;
	top: 11px;
	left: 25px;
	z-index: 10;
	text-decoration: none;
}

#menu
{
	width:100%;
	height:75px;
	min-width: 800px;
	background: #fff url(../img/bg.gif) repeat-x bottom;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	position:relative;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding:0;
	position:absolute;
	bottom:-1px;
	left:200px;
	width: 800px;
}


html > body #menu ul
{
	bottom:0px;
}


#menu li
{
	background: url(../img/left.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}




#menu a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/right.gif) no-repeat right top;
	float: left;
	padding: 7px 15px 0px 6px;
	display: block;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#menu a
{
	float: none;
}

/* End IE5-Mac hack */
#menu a:hover
{
	color: #000;
}

#menu #active
{
	background-image: url(../img/left_on.gif);
}

#menu #active a
{
	background-image: url(../img/right_on.gif);
	color: #333;
	padding-bottom: 4px;
}

#menu #left
{
	background-image: url(../img/left_edge.gif);
}

#menu #left a
{
	background-image: url(../img/right.gif);
}

#menu #leftactive
{
	background-image: url(../img/left_on_edge.gif);
}

#menu #leftactive a
{
	background-image: url(../img/right_on.gif);
	color: #333;
	padding-bottom: 4px;
}

#menu #right
{
	background-image: url(../img/left.gif);
}

#menu #right a
{
	background-image: url(../img/right_edge.gif);
}

#menu #rightactive
{
	background-image: url(../img/left_on.gif);
}

#menu #rightactive a
{
	background-image: url(../img/right_on_edge.gif);
	color: #333;
	padding-bottom: 4px;
}

/* ====================================================================
CHANNEL LAYOUT
-------------------------------------------------------------------- */

#channelcontainer
{
	float: left;
	clear: left;
	width: 300px;
	padding: 0;
	margin: 0;
	margin-left: 25px;
}

ul#channel-list
{
	background-color: #F5EFDF;
	clear: left;
	margin-left: 25px;
	margin-top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.channel
{
	float: left;
	clear: none;
	background-image: url(../img/channel.gif);
	margin: 0;
	padding: 0;
	height: 59px;
	width: 96px;
	text-decoration: none;
	display: inline;
}

li.previewchannel
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 96px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline;
}

a.preview1
{
	background-image: url(../img/preview_boven.gif);
	display: block;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 96px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

a.preview2
{
	background-image: url(../img/preview_onder.gif);
	display: block;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 96px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

li.channel a
{
	display: block;
	margin: 10px 10px 0px 10px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 75px;
}

.channel1
{
	background-image: url(../img/channel1.gif);
}

.channel2
{
	background-image: url(../img/channel2.gif);
}

.channel3
{
	background-image: url(../img/channel3.gif);
}

.channel4
{
	background-image: url(../img/channel4.gif);
}

.channel5
{
	background-image: url(../img/channel5.gif);
}

.channel6
{
	background-image: url(../img/channel6.gif);
}

.channel7
{
	background-image: url(../img/channel7.gif);
}

.channel8
{
	background-image: url(../img/channel8.gif);
}

.channel9
{
	background-image: url(../img/channel9.gif);
}

.channel10 { background-image: url(../img/channel10.gif); }

.channel11 { background-image: url(../img/channel11.gif); }
.channel12 { background-image: url(../img/channel12.gif); }
.channel13 { background-image: url(../img/channel13.gif); }

/* ====================================================================
CHANNELCHECK LAYOUT
-------------------------------------------------------------------- */

div#content ul.channellist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content ul.channellist img.channel
{
	float: left;
	margin: 8px 18px 8px 8px;
	border-style: none;
}

div#content ul.channellist li
{
	float: left;
	background-image: url(../img/channel.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:0;
	margin: 0 0 20px 0;
}

div#content ul.channellist div
{
	margin:0;
	width: 330px;
	float: left;
}

div#channelinfo
{
	border-width: 2pt;
	margin: 2em;
}

.channelinfo0
{
	border-width: 2pt;
	margin: 2em;
	color: #808080;
}
.channelinfo1
{
	border-width: 2pt;
	margin: 2em;
}

div#content ul.channellist h4
{
	margin: 2px 0px;
}

div#content ul.channellist h4 span
{
	font-size: smaller;
}

div#content ul.channellist p
{
	margin: 0px;
	padding: 0px;
}

div#content ul.channellist li div a
{
	margin: 0px;
}


/* VOOR INSTELLINGEN */

.kanaal
{
	clear: left;
	float: left;
}

.plusmin
{
	display: none;
	vertical-align: bottom;
	text-align: center;
	margin-left: 5px;
}

.extra
{
	display: inline;
	vertical-align: bottom;
	text-align: center;
	margin-left: 5px;
}