* { 
  margin: 0px; 
  padding: 0px;
}

body {
	background: #f7f2e8 url('../images/bg.jpg') fixed center center;
	color: #444444;
	font-family: 'Trebuchet MS','Verdana','sans-serif';
    font-size: 11px;
	line-height: 19px;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #444444;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #f75342;
}
p { 
	margin: 0px 0px 10px 0px; 
}
sup {
	vertical-align: super;
	font-size: 8px;
}
h1 {
	background: transparent url('../images/logo.gif') no-repeat top left;
	height: 94px;
	margin: 0px 0px 30px 0px;
	text-indent: -9999px;
	width: 544px;
}
h2 {
	color: #444444;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
h2.nieuws,
h2.mws,
h2.archief,
h2.programma {
	height: 37px;
	text-indent: -9999px;
}
h2.nieuws {
	background: transparent url('../images/h2_nieuws.gif') no-repeat top left;
}
h2.mws {
	background: transparent url('../images/h2_mws.gif') no-repeat top left;
}
h2.archief {
	background: transparent url('../images/h2_archief.gif') no-repeat top left;
}
h2.programma {
	background: transparent url('../images/h2_programmma.gif') no-repeat top left;
}
h3 {
	border-top: 1px dotted #999999;
	clear: both;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding-top: 15px;
}
h3.act {
	border-top: 0px;
	margin: 0px 0px 5px 0px;
}
h3.item {
	border-top: 3px solid #555555;
	margin: 20px 0px 0px 0px;
}
h4 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}
a img {
	border: 0px;
}
ul#menu {
	border-top: 1px dotted #999999;
	border-top: 3px solid #555555;
	border-bottom: 1px dotted #999999;
	clear: both;
	font-family: 'Arial';
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px;
	width: 100%;
}
div#submenu {
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	margin-bottom: 15px;
	width: 100%;
}
div#submenu ul {
	font-family: 'Arial';
	font-size: 16px;
	list-style: none;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	width: 100%;
}
ul.programma {
	font-size: 16px !important;
	width: 600px !important;
}
ul.programma li {
	line-height: 30px;
	margin: 0px 15px 10px 0px !important;
}

ul.programma li#alles {
	font-weight: bold;
}

ul#menu li,
div#submenu ul li {
	display: inline;
	margin: 0px 25px 10px 0px;
}

#menu a,
#menu a:link,
#menu a:visited,
#submenu a,
#submenu a:link,
#submenu a:visited {
	text-decoration: none;
}
#menu li.current a:link,
#menu li.current a:visited,
#submenu li.current a:link,
#submenu li.current a:visited {
	color: #00a7e0;
}
#menu a:hover,
#menu a:active,
#menu li.current a:hover,
#menu li.current a:active,
#submenu a:hover,
#submenu a:active,
#submenu li.current a:hover,
#submenu li.current a:active {
	text-decoration: none;
}
#menu li#mws {
	font-weight: normal;
}
div.spacer {
	clear: both;
}
div#container {
	background: transparent url('../images/bg.png') repeat-y top center;
    margin: 0px auto;
	width: 880px;
}
div#content {
	background-color: #f7f2e8;
	display: block;
    margin: 0px 15px;
	text-align: left;
	width: 850px;
}
div#contentInner {
	padding: 30px;
}
div#main {
	margin: 25px 0px 30px 0px;
}
div.column_left {
	width: 500px;
	float: left;
}
div.column_left img {
	margin: 10px 0px;
	max-width: 500px;
}
div.column_right {
	width: 245px;
	float: right;
}
div.column_right img {
	margin: 10px 0px;
	max-width: 245px;
}
div.column_left object.video,
div.column_right object.video {
	display: block;
	margin: 20px 0px;
}
div.column_left div,
div.column_right div {
	width: auto;
}
div#footer {
	background: transparent url('../images/footer.png') no-repeat top center;	
	clear: both;
	height: 30px;
	margin: 0px auto 150px auto;
	width: 880px;
}
div#footerInner {
	background-color: #f7f2e8;
	display: block;
	height: 15px;
    margin: 0px 15px;
	width: 850px;
}
ul#network_links {
	border: 1px solid #f7f2e8;
	list-style: none;
	margin: 15px 0px 0px 0px;
}
ul#network_links li {
	float: left;
	margin-right: 10px;
}
ul#network_links li a {
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	float: left;
	background-image: url('../images/socialNetwork_icons.gif');
	background-repeat: no-repeat;
}
ul#network_links li a#vimeo {
	background-position: 0px 0px;
}
ul#network_links li a#myspace {
	background-position: -37px 0px;
}
ul#network_links li a#twitter {
	background-position: -74px 0px;
}
ul#network_links li a#rss {
	background-position: -111px 0px;
}
ul#network_links li a#facebook {
	background-position: -148px 0px;
}
ul#network_links li a:hover#vimeo {
	background-position: 0px -37px;
}
ul#network_links li a:hover#myspace {
	background-position: -37px -37px;
}
ul#network_links li a:hover#twitter {
	background-position: -74px -37px;
}
ul#network_links li a:hover#rss {
	background-position: -111px -37px;
}
ul#network_links li a:hover#facebook {
	background-position: -148px -37px;
}

/* ------------------------------------- */

ul.pictures {
	width: 774px;
	float: left;
	list-style: none;
	overflow: hidden;
}
ul.pictures li { 
	overflow: hidden;
	display: inline; 
	cursor: pointer;
}
ul.pictures li div {
	width: 115px;
	height: 88px;
	display: block;
	background: transparent url('../images/shadow_115x4.png') no-repeat bottom center;	
	float: left;
	margin: 0px 14px 10px 0px;
	overflow: hidden;
	position: relative;
}
ul.pictures li.movie div {
	width: 500px;
	height: 288px;
	background: transparent url('../images/shadow_500x8.png') no-repeat bottom center;	
	float: right;
	margin: 0px 14px 6px 0px;
}
ul.pictures li div img {
	width: 115px;
	height: 84px;
}
ul.pictures li.movie div img {
	width: 500px;
	height: 281px;
}
ul.pictures li div em {
	width: 100%;
	overflow: hidden;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url('../images/enlarge.png') no-repeat -9999px -9999px;
}
ul.pictures li.movie div em {
	background: transparent url('../images/play.png') no-repeat 210px 110px;
}
ul.pictures li div em:hover {	
	background: transparent url('../images/enlarge.png') no-repeat center center;
}
ul.pictures li.movie div em:hover {	
	background: transparent url('../images/play.png') no-repeat 210px -150px;
}


ul#gallery_overview {
	font-family: 'Arial';
	font-size: 16px;
	list-style: none;
	width: 774px;
}
ul#gallery_overview li { 
	border-top: 3px solid #555555;
	cursor: pointer;
	display: inline; 
	float: left;
	margin: 0px 10px 20px 0px;
	overflow: hidden;
	width: 245px;
}
ul#gallery_overview a { 
	background-position: center 20px;
	background-repeat: no-repeat;
	display: block; 
	margin: 3px 0px 0px 0px;
	height: 200px;
	width: 245px;
}
ul#gallery_overview a:link, 
ul#gallery_overview a:visited { 
	text-decoration: none;
}

/* ------------------------------------ */

img.act {
	float: right !important;
	margin: 15px 0px 15px 0px !important;
	max-width: 245px !important;
}
div.firstact,
div.act {
	border-top: 1px dotted #999999;
	clear: both;
	width: 500px;
}
div.firstact {
	border-top: 3px solid #555555;
	margin: 20px 0px 0px 0px !important;
}
div.firstact div.inner,
div.act div.inner {
	float: left !important;
	width: 245px !important;
	margin: 0px 0px 30px 0px !important;
}
table {
}
table tbody {
    font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
tr.spacer td {
	border-top: 1px dotted #999999;
	height: 1px;
}
div.dag {
	margin: 30px 0px;
	position: relative;
}
div.blok_row {
	border-top: 1px solid #999999;
	padding: 5px 0;
	min-height: 19px;
	position: relative;
	width: 100%;
}
div.blok_location {
	display: inline-block;
	font-style: italic;
	height: 19px;
	position: absolute;
}
div.tijdstip {
	border-left: 1px dotted #999999;
	display: inline-block;
    font-size: 10px;
	left: 0px;
	padding-left: 3px;
	top: -20px;
	position: absolute;
}
a.blok_act0,
a.blok_act1,
a.blok_act2 {
	background-color: #a6dbe2;
	display: block;
	height: 9px;
	left: 150px;
	position: relative;
	width: auto;
}
a.blok_act1 {
	background: transparent url('../images/blok.gif') repeat top left;
}
a.blok_act2 {
	display: inline-block;
	position: absolute;
	background-color: #0eadd5;
	height: 18px;
	z-index: 50;
	top: 5px;
}
a.blok_act0_hover,
a.blok_act1_hover,
a.blok_act2_hover {
	background-color: #f75342;
	display: block;
	height: 18px;
	left: 150px;
	position: relative;
	text-decoration: none;
	width: 10px;
}
a.blok_act0_hover,
a.blok_act1_hover {
	height: 9px;
}
a.blok_act2_hover {
	display: inline-block;
	position: absolute;
	z-index: 100;
	top: 5px;
}
div.blok_description {
	background-color: #444444;
	bottom: 20px;
	color: #f7f2e8;
	display: inline-block;
    font-size: 11px;
	font-style: italic;
	font-weight: bold;
	left: 10px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
	width: auto;
	z-index: 200;
}
div.uur {
	border-right: 1px dotted #999999;
	height: 100%;
	position: absolute;
}
div.blok_description p.name {
	margin: 0px;
	padding: 0px;
}
div.blok_description p.time {
	color: #f75342;
	font-style: normal;
	background: none;
	line-height: auto;
	margin: 0px;
	padding: 0px;
}
a.blok_act0_hover div.blok_description,
a.blok_act1_hover div.blok_description,
a.blok_act2_hover div.blok_description {
	visibility: visible;
}
a.sort {
	border-top: 1px dotted #999999;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.sort_current {
	border-top: 1px dotted #999999;
	color: #0eadd5;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul.acts {
	list-style: none;
}
ul.acts li a {
	border-top: 1px dotted #999999;
	display: block;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------ */


ul.movies { 
	width: 502px;
	float: left;
	list-style: none;
	overflow: hidden;
}
ul.movies li { 
	display: inline; 
	cursor: pointer;
}
ul.movies li div {
	display: block;
	background: transparent url('../images/shadow_500x8.png') no-repeat bottom left;	
	float: left;
	width: 502px;
	height: 289px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position: relative;
}
ul.movies li div em {	
	background: transparent url('../images/play.png') no-repeat 210px 110px;
	width: 100%;
	height: 281px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
}
ul.movies li div em:hover {	
	background: transparent url('../images/play.png') no-repeat 210px -150px;
}

/* ------------------------------------ */

p.fotograaf {
    font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: -5px 0px 10px 0px;
}
p.date {
	background: transparent url('../images/icons.gif') no-repeat top left;
    font-size: 10px;
	font-weight: bold;
	padding-left: 22px;
	text-transform: uppercase;
}
p.artist {
    font-size: 12px;
	font-style: italic;
	margin: 5px 0px 10px 0px;
}
p.sort {
	background: transparent url('../images/icon_sort.gif') no-repeat top left;
    font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 5px 0px;
	padding: 2px 0px 5px 25px;
	text-transform: uppercase;
}
p.time {
	background: transparent url('../images/icon_time.gif') no-repeat top left;
    font-size: 10px;
	line-height: 16px;
	margin: 5px 0px;
	padding: 2px 0px 5px 25px;
}
a.video {
	background-color: #0eadd5;
	color: #f7f2e8;
    font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 5px 0px;
	padding: 2px 4px;
	text-transform: uppercase;
	text-decoration: none;
}
a.video:hover {
	background-color: #f75342;
}
a:link.extern,
a:visited.extern {
	background: transparent url('../images/pijl.gif') no-repeat 0px 2px;
	display: block;
	font-weight: bold;
	line-height: 11px;
	height: 15px;
	margin-top: 10px;
	padding-left: 22px;
	text-decoration: none;
}
a:hover.extern,
a:active.extern {
	background: transparent url('../images/pijl.gif') no-repeat 0px -13px;
	text-decoration: none;
}
p.tweetText {
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
	width: 245px;
}
a.item,
a:link.item,
a:visited.item {
	border-top: 3px solid #555555;
	display: block;
	margin: 30px 0px 0px 0px;
	padding-top: 10px;
	text-decoration: none;
}
a:hover.item,
a:active.item {
}


p#mensmetidee,
p#foto,
p#netwerk,
p#tweets {
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	margin: 0px;
	text-indent: -9999px;
	width: 245px;
}
p#mensmetidee {
	background-position: 0px 0px;
	height: 12px;
}
p#foto {
	background-position: 0px -38px;
	height: 34px;
}
p#netwerk {
	background-position: 0px -74px;
	height: 12px;
}
p#tweets {
	background-position: 0px -88px;
	height: 12px;
	margin-bottom: 25px;
}
a:hover.item p#mensmetidee,
a:active.item p#mensmetidee {
	background-position: 0px -102px;
}
a:hover.item p#foto,
a:active.item p#foto {
	background-position: 0px -140px;
}

div.item {
	border-top: 3px solid #555555;
	margin: 30px 0px 0px 0px;
	padding-top: 10px;
}
div.item img {
	margin: 10px 0px 0px 0px;
}
div.sub_item {
	border-top: 1px dotted #999999;
	padding: 15px 0px;
}
a.twitter ,
a:hover.twitter {
	background: transparent url('../images/twitter_vogel.gif') no-repeat 0px 0px;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	margin: -12px 0px 0px 195px;
	text-indent: -9999px;
	width: 56px;
}
a:hover.twitter {
	background-position: 0px -50px;
}
a#madeby {
	background: transparent url('../images/madeby.png') no-repeat 0px 0px;
	display: block;
	float: right;
    font-size: 10px;
	font-style: italic;
	font-weight: bold;
	height: 116px;
	margin: 15px 30px 0px 0px;
	text-align: center;
	width: 118px;
}
a:link#madeby,
a:visited#madeby {
	text-decoration: none;
}
a:active#madeby,
a:hover#madeby {
	background-position: -115px 0px;
	text-decoration: none;
}
a#madeby span.madeby {
	line-height: 100px;
}
a#madeby div.with {
	text-indent: -9999px;
}
img.alignleft {
	float: left;
	margin: 2px 10px 10px 0px !important;
}
img.alignright {
	float: right;
	margin: 2px 0px 10px 10px !important;
}
dd.wp-caption-dd {
    font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: -10px 0px 15px 0px;
}
iframe.map {
	border: 1px solid #aaaaaa;
}
a.newsPrev,
a.newsNext {
    font-size: 12px;
	text-decoration: none;
	float: left;
}
a.newsNext {
	float: right;
}
a.newsPrev span,
a.newsNext span {
    font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
div.navNews {
	clear: both;
}
p.ookaanwezig {
	border-top: 3px solid #555555;
	font-family: 'Arial';
	font-size: 13px;
	padding: 15px 0 0 0;
	margin: 30px 0 -30px 0;
	text-transform: uppercase;
}
p.blokkenschema {
	font-family: 'Arial';
	font-size: 16px;
	text-transform: uppercase;
}
h3.ookaanwezig {
	border-top: none;
}