body {
	background-image: url(/images/layout/page_bg.jpg);
	background-position: 50% 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #edd6a8;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 15px;
}

#main_div {
	width: 906px;
	padding-top: 20px;
}

a {
	color: #bf2323;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TV PAGE */ 
#tv_container {
	width: 999px;
}

#tv_div {
	background-image: url(/images/layout/tvkast.jpg);
	background-repeat: no-repeat;
	height: 681px;
	width: 999px;
	margin-top: 66px;
	margin-left: 1px;
	float: right;
}

#tv_content {
	float: left;
	padding-left: 166px;
	margin-top: 70px;
}

#sticky_tv {
	margin-top: 540px;
}

#afleveringen {
	float: left;
	padding-left: 250px;
	margin-top: 110px;
}
/* END */

#top_paper {
	background-image: url(/images/alinea/bg_top.png);
	height: 61px;
}

#main_left_paper {
	background-image: url(/images/alinea/bg_main_left.png);
	width: 50px;
}

#main_paper {
	background-image: url(/images/alinea/bg_main.jpg);
	width: 834px;
	text-align: left;
}

#main_right_paper {
	background-image: url(/images/alinea/bg_main_right.png);
	width: 22px;
}

#bottom_paper {
	background-image: url(/images/alinea/bg_bottom.png);
	height: 84px;
}

#content_div {
	margin-left: 40px;
}

#site_menu {
	width: 138px;
	height: 422px;
	background-image: url(/images/layout/bg_menu.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 16px;
}

.menu_item {
	margin-top: 2px;
	color: #bf2323;
}

.menu_item a {
	color: #bf2323;
	text-decoration: none;
}

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

.sub_menu_item {
	color: #073b7b;
}

.sub_menu_item a {
	color: #073b7b;
	padding-left: 10px;
	text-decoration: none;
}

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

.sub_menu_item a:active {
	color: #3d6da8;
}

#main {
	margin-left: 30px;
}


.itemtitle {
	margin-bottom: 10px;
}
.itemtext {
	color: #073b7b;
}

.itemalinea {
	margin-bottom: 10px;
}

.formtitle {
	color: #bf2323;
}

#flash_div {
	margin-left: 1px;
}



/* GB STYLE */
#gb_table {
	margin-left: 20px;
}

.gb_itemtitle {
	font-weight: bold;
	color: #bf2323;
}

.gb_txt {
	padding-top: 6px;
	color: #073b7b;
}

/* Menu Collapse Arrow */

.seizoen_show {
	display: inline-block;
	margin: 0 2px 0 2px;
	width: 10px;
	height: 12px;
	vertical-align: bottom;
	background: url(/images/expand.png) no-repeat;
}

#seizoen1_submenu, #seizoen2_submenu, #seizoen3_submenu {
	display: none;
}

a:focus {
	outline: none;
}

div:focus {
	outline: none;
}

.button {
	background: url(/images/collapse.png) no-repeat;
}

.ui-state-active .seizoen_show {
	background: url(/images/collapse.png) no-repeat;
}