
body {
    background-image: url(pictures/background-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    background-color: #000000;
    text-align: center;
    color: #1b1b1b;
    height:100%;
}

#centerScreen {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	display: block;
	height:auto !important;
    min-height:100%;

}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 268px;
	margin-left: 0px;
  	z-index: 3;
}

#headerLogo {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 286px;
	height: auto;
}

#headerMenuTop {
	position: absolute;
    left: 10px;
    top: 7px;
}

#headerMenuTop a {
	color: #ffffff;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    padding: 0px 8px 0px 8px;
}

#headerMenuTop a:hover {
    text-decoration: underline;
}

#headerMenuTop a.selected {
    text-decoration: underline;
}

#headerMenuExtra {
    position: absolute;
    width: 440px;
    height: 57px;
    background-image: url(pictures/background-header-top.jpg);
    left: 500px;
}

#headerMenuExtraSocial {
    position: relative;
    width: 175px;
    left: 30px;
    top: 7px;
    float: left;
}

#headerMenuExtraSocial a {
    margin-right: 7px;
    float: left;
}

#headerMenuExtraSearch {
    position: relative;
    width: 200px;
    top: 11px;
    left: 50px;
    float: left;
}

#headerLocation {
    position: absolute;
    top: 74px;
    left: 15px;
    height: 22px;
    line-height: 22px;
    padding-left: 27px;
    background-image: url(pictures/logo-a-small.png);
    background-repeat: no-repeat;
    z-index: 3;
}

#headerLocation a {
	color: #565656;
    text-decoration: none;
    padding: 0px 3px 0px 0px;
    font-size: 11px;
}

#headerLocation a:hover {
  text-decoration: underline;
}




#headerShareSocial {
    position: absolute;
    top: 74px;
    left: 592px;
    width: 370px;

    overflow: hidden;

}

#headerShareSocialFacebook {
    float: right;


}

#headerShareSocialGoogle {
    float: right;


}

#headerShareSocialAddThis {
    position: relative;
    float: right;
    top: 2px;


}

/* Navigation menu */

#headerMenuHolder {
    position: absolute;
    left: 0px;
    top: 150px;
    width: 980px;
    height: 112px;
    background-image: url(pictures/background-menu.png);
}

#navSub {
	margin:0;
	padding:0;
    margin-left: 0px;
    margin-top: 0px;
    list-style:none;
}

#navSub li {
	width:184px;
	float:left;
}

#navSub a {
	display:block;
	height:30px;
    background-image: url(pictures/button-menu-main-expand.png);
    line-height: 30px;
	color:#ffffff;
    text-decoration:none;
}

#navSub a span {
    padding-left: 10px;
}

#navSub a:hover {
	background-image: url(pictures/button-menu-main-expand-hover.png);
    color:#000000;
}

#navSub a.selected {
    background-image: url(pictures/button-menu-main-expand-hover.png);
    color:#000000;
}

#nav {
	margin:0;
	padding:0;
    margin-left: 14px;
    margin-top: 20px;
    list-style:none;
}

#nav li {
	float:left;
	display:block;
	width:184px;
    margin-right: 8px;
	position:relative;
	z-index:500;
}

#nav li a {
	display:block;
    line-height: 41px;
    height:41px;
	text-decoration:none;
	color:#ffffff;
    background-image: url(pictures/button-menu-main.png);
}

#nav li a:hover {
	color:#000000;
    background-image: url(pictures/button-menu-main-hover.png);
}

#nav a span {
	padding-left: 10px;
}

#nav a.selected {
    color:#000000;
    background-image: url(pictures/button-menu-main-hover.png);
}

#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0px;
	padding:0;
	list-style:none;
}

#nav ul li {
	width:184px;
	float:left;
}

#nav ul a {
	display:block;
	height:30px;
    background-image: url(pictures/button-menu-main-expand.png);
    line-height: 30px;
	color:#ffffff;
}

#nav ul a span {
    padding-left: 10px;
}

#nav ul a:hover {
	background-image: url(pictures/button-menu-main-expand-hover.png);
}

#nav ul a.selected {
    background-image: url(pictures/button-menu-main-expand-hover.png);
}

*html #nav ul {
	margin: 0 0 0 0px;
}


/* Forms */

.formInputSearch {
    background-image: url(pictures/background-field-search.png);
    background-repeat: no-repeat;
	margin-right: 4px;
	width: 150px;
	color: Gray;
    padding-left: 7px;
	height: 28px;
    line-height: 28px;
    float: left;
    border: none;
    background-color: transparent;
}

.formSubmitSearch {
	border: none;
    background-image: url(pictures/background-button-search.png);
    background-color: transparent;
    cursor: pointer;
	width: 28px;
    height: 28px;
	float: left;
}

.formSubmitStandard {
    width: 86px;
    height: 29px;
     text-decoration: none;
     font-size: 13px;
    background-image: url(pictures/button-submit.png);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    display: block;

}


/* Main elements */

.imgContent {
    float:left;
    margin-right:14px;
    margin-bottom:3px;
}

a {
    color: #000000;
}

table {
    font-family: 'Arial';
    font-size: 12px;
}

table a {
    text-decoration: none;
}

table a:hover {
    text-decoration: underline;
}

td {
    height: 23px;
    line-height: 23px;
}

ul {
    list-style-image: url(pictures/arrow-right.png);
    margin-left: 0px;
    padding-left: 18px;
    text-align: left;
}

ul a {
    text-decoration: none;
    color: #000000;
}

ul a:hover {
    text-decoration: underline;
}

h1 {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    color: #96231c;
    font-size: 16px;
    z-index: 10;
    line-height: 22px;
}

h2 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    color: #96231c;
    font-size: 13px;
    z-index: 10;
    line-height: 22px;
}

h3 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    color: #96231c;
    font-size: 13px;
    z-index: 10;
    line-height: 22px;
}

.contentText44 h1 {
    width: 478px;
}

.contentText44 h2 {
    font-size: 13px;
}

.h2inField {
    margin: 0px 0px 12px 0px;
    font-size: 16px;
}

h2 a, h3 a {
    text-decoration: none;
    color: #96231c;
}

h2 a:hover, h3 a:hover {
    text-decoration: none;
}

#ulHistory {
  padding-top: 0px;
  margin-top: 0px;
}

#ulHistory a {
    text-decoration: none;
}

#ulHistory a:hover {
    text-decoration: underline;
}

#ulHistory a.selected {
    text-decoration: underline;
}

/* Links */

.linkRed {
    display: block;
    background-image: url(pictures/background-button-red.jpg);
    width: 210px;
    height: 29px;
    float: right;
    text-decoration: none;
    color: #ffffff;
    line-height: 29px;
    margin: 12px 0px 0px 0px;
}

.linkRed span {
    padding-left: 10px;
}

.linkRed:hover {
    color:#000000;
    background-image: url(pictures/background-button-red-hover.jpg);
}

.linkUitgelicht {
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    padding-left: 27px;
    background-image: url(pictures/logo-a-small.png);
    background-repeat: no-repeat;
    float: left;
}

.linkUitgelicht:hover {
    text-decoration: underline;
}

/* Divs for fields */

#contentHolder {
    width: 980px;
    float: left;
    background-image: url(pictures/background-sphere.jpg);
    background-repeat: no-repeat;
    background-position: center 10px;


	display: block;
	height:auto !important;
    min-height:100%;


}


#contentLeft566 {
    float: left;
    width: 566px;
    position: relative;
}

#contentRight160 {
    float: left;
    width: 160px;
    position: relative;
    margin: 20px 0px 0px 20px;
}


#contentLeft212 {
    float: left;
    width: 212px;
    position: relative;
}

#contentLeft394 {
    position: relative;
    width: 394px;
    float: left;
}

#contentRight566 {
    position: relative;
    width: 566px;
    margin-left: 20px;
    float: left;
}

#contentRight746 {
    position: relative;
    width: 746px;
    margin-left: 22px;
    float: left;
}

/* Fields text */

.contentText14 {
  margin: 10px 14px 4px 14px;
  text-align: justify;
  float: left;
}

.contentText17 {
  margin: 0px 17px 4px 17px;
  text-align: justify;
  float: left;
}

.contentText34 {
  margin: 0px 34px 4px 34px;
  text-align: justify;
  float: left;
}

.contentText44 {
  margin: 10px 44px 30px 44px;
  text-align: justify;
  float: left;
  position: relative;
}


/* Fields */

.comedianBox {
	border-top: 1px dotted #940906;
	padding-top: 20px;
	margin-top: 20px;
	width: 100%;
	float: left;
}

.twitterBox {
	border-top: 1px dotted #940906;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
    background-image: url(twitter-board/background-twitter.png);
    background-position: right;
    background-repeat: no-repeat;
}

.twitterBox ul {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.twitterDatum {
    font-size: 11px;
    float: right;
}

.twitterField {
    width: 478px;
    float: left;
}


.comedianBox h2 {
	padding-top: 0px;
	margin-top: 0px;
}

.contentField746 {
    width: 746px;
    margin: 20px 0px 0px 0px;
    float: left;
}

.contentField394 {
    width: 394px;
    margin: 20px 0px 0px 0px;
    float: left;
}

.contentField394Top {
    background-image: url(pictures/background-394-top.png);
    height: 20px;
    width: 394px;
    float: left;
}

.contentField394Middle {
    background-image: url(pictures/background-394-middle.png);
    width: 394px;
    float: left;
}

.contentField394Bottom {
    background-image: url(pictures/background-394-bottom.png);
    height: 35px;
    width: 394px;
    float: left;
}

.contentField160Top {
    background-image: url(pictures/background-160-top.png);
    height: 20px;
    width: 160px;
    float: left;
}

.contentField160Middle {
    background-image: url(pictures/background-160-middle.png);
    width: 160px;
    float: left;
}

.contentField160Bottom {
    background-image: url(pictures/background-160-bottom.png);
    height: 35px;
    width: 160px;
    float: left;
}

.contentField212 {
    width: 212px;
    margin: 20px 0px 0px 0px;
    float: left;
}

.contentField212Top {
    background-image: url(pictures/background-212-top.png);
    height: 20px;
    width: 212px;
    float: left;
}

.contentField212Middle {
    background-image: url(pictures/background-212-middle.png);
    width: 212px;
    float: left;
}

 .contentField212Bottom {
    background-image: url(pictures/background-212-bottom.png);
    height: 35px;
    width: 212px;
    float: left;
}

.contentField746Top {
    background-image: url(pictures/background-746-top.png);
    height: 20px;
    width: 746px;
    float: left;
}

.contentField746Middle {
    background-image: url(pictures/background-746-middle.png);
    width: 746px;
    float: left;
}

 .contentField746Bottom {
    background-image: url(pictures/background-746-bottom.png);
    height: 35px;
    width: 746px;
    float: left;
}

.contentField566 {
    width: 566px;
    margin: 20px 0px 0px 0px;
    float: left;
}

.contentField566Top {
    background-image: url(pictures/background-566-top.png);
    height: 20px;
    width: 566px;
    float: left;
}

.contentField566Middle {
    background-image: url(pictures/background-566-middle.png);
    width: 566px;
    float: left;
}

.contentField566Bottom {
    background-image: url(pictures/background-566-bottom.png);
    height: 35px;
    width: 566px;
    float: left;
}

#contentRight566SubLeft {
    width: 394px;
    float: left;
}

#contentRight566SubRight {
    width: 150px;

    margin-top: 20px;
    float: right;
}

/* Poll */
.pollShowLine {
     border-top: 1px solid #b1b0b0;
     width: 360px;
     padding-top: 5px;
}

.pollLinkedNewsItem {
    border-top: 1px solid #b1b0b0;
    width: 360px;
    padding-top: 5px;
    font-size: 11px;
}

.pollFormSubmit {
    width: 86px;
    height: 29px;
    text-decoration: none;
    font-size: 13px;
    background-image: url(pictures/button-submit.png);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    display: block;
    margin: 5px 0px 10px 20px;
}

.pollFormSubmit:hover {

    color: #000000;
    background-image: url(pictures/button-submit-hover.png);
}

/* DVD home */

#tableDVD {
    padding-top: 0px;
    width: 100%;
}

#tableDVD td {
    text-align: center;
    font-size: 11px;
    padding-bottom: 20px;
}

/* Link section */

.linkVisual {
    background-image: url(pictures/met_video.jpg);
    background-repeat: no-repeat;
    height: 15px;
    line-height: 15px;
    padding-left: 27px;
    display: block;
    text-decoration: underline;
}

.aDescription {
    margin-bottom: 10px;
}

.aDescription a {
    font-style: italic;
}

.fontItalic {
    font-style: italic;
}

/* Table elemente */

.tableStandard {
    margin-top: 10px;
    width: 100%;
}

.tableStandardBorder {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #b1b0b0;
}

.tdHeading {
    color: #96231c;
    font-weight: bold;
    border-bottom: 1px solid #b1b0b0;
    border-top: 1px solid #b1b0b0;
}

.tdHeadingOverview {
    color: #073d05;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.tdHeadingOverview a:hover {
    text-decoration: none;
}

.tdIcon {
    background-image: url(pictures/arrow-right-table.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #b1b0b0;
}

.tdIconBorder {
    background-image: url(pictures/arrow-right-table.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #b1b0b0;
    border-top: 1px solid #b1b0b0;

}

.tdDate {
    font-size: 11px;
    border-bottom: 1px solid #b1b0b0;
    width: 61px;
}

.tdDateBorder {
    font-size: 11px;
    border-top: 1px solid #b1b0b0;
    border-bottom: 1px solid #b1b0b0;
    width: 61px;
}

.tdStandard {
    border-bottom: 1px solid #b1b0b0;
}

.tdStandardBorder {
    border-top: 1px solid #b1b0b0;
    border-bottom: 1px solid #b1b0b0;
}

/* Content top */

#tableContentTop td {
    padding-right: 10px;
}

.contentTop {
    padding: 5px 0px 5px 0px;
    border-top: 1px dotted #7c0505;
    border-bottom: 1px dotted #7c0505;
    margin-bottom: 16px;
}


/* Content bottom */


.fieldBottom {
    border-top: 1px dotted #7c0505;
    position: relative;
    float: left;
    width: 478px;
}

.fieldBottomTags {
    border-top: 1px dotted #7c0505;
    position: relative;
    float: left;
    width: 478px;
    padding-bottom: 10px;
}

.fieldBottomVideos {
    position: relative;
    float: left;
    width: 478px;
    padding: 0px 0px 20px 0px;
}

.buttonTag {
	display:block;
	height:29px;
    background-image: url(pictures/button-repeat.png);
    line-height: 29px;
	color:#ffffff;
    float: left;
    padding: 0px 10px 0px 10px;
    border: none;
    border-left: 1px solid #de7770;
    border-right: 1px solid #de7770;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    background-repeat: repeat-x;
}

.buttonTag:hover {

    background-image: url(pictures/button-repeat-hover.png);
    color: #000000;

}

#contentBottom {
    position: relative;
    border-top: 1px dotted #7c0505;
    margin-top: 30px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    padding-left: 27px;
    background-image: url(pictures/logo-a-small.png);
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 3;
}

#contentBottom a {
	color: #565656;
    text-decoration: none;
    padding: 0px 3px 0px 0px;
    font-size: 11px;
}

#contentBottom a:hover {
    text-decoration: underline;
}

/* Forms */

.divFormStandard {
	position: relative;
	left: 0px;
	top: 0px;
    width: 100%;
    margin-bottom: 7px;
	float: left;
}

.formStandard {
    margin-top: 10px;
}

.labelStandard {
	float: left;
    width: 130px;
    margin-right: 10px;
}

.formInputStandard {
	border: 1px solid #A0B2D6;
	background-color: White;
	font-family: Arial;
	font-size: 90%;
	margin-bottom: 6px;
	width: 180px;
	float: left;
}

.formTextarea5Lines {
	border: 1px solid #A0B2D6;
	background-color: White;
	font-family: Arial;
	font-size: 90%;
    width: 270px;
    height: 140px;
	margin-bottom: 6px;
	float: left;
}

/* Footer */




#footerHolder {
	width: 980px;
	text-align: left;
	margin: 20px auto 20px auto;
	display: block;
	height: 90px;
    background-image: url(pictures/background-footer-text.png);
    overflow: hidden;
    float: left;
}

#footerText {
   color: #565656;
    float: left;
    margin-top: 16px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 14px;
}


#footerText a {
    color: #565656;
    text-decoration: none;

}

#footerText a:hover {
    text-decoration: underline;

}

.footerTextField {
    float: left;
    border-right: 1px dotted #565656;
    height: 56px;
    margin-left: 15px;
    padding-right: 15px;
}

/* Haal de instanties op van het font MyriadWebProRegular */


.formStandard {
  margin: 15px 0px 15px 0px;
  width: 100%;
  float: left;
}

.labelStandard {
	float: left;
    width: 100px;
    margin-right: 10px;

}

.formInputStandard {
	border: 1px solid #A0B2D6;
	background-color: White;
	margin-bottom: 6px;
	width: 200px;
	float: left;

}

.formExtraInfo {
	width: 80px;
	float: left;
    	margin-bottom: 6px;

        height: 20px;
        margin-left: 4px;
}


#webshopHomeText {
    width: 190px;
    float: left;
    position: relative;
    text-align: left;
}

.formSubmitStandard {
	background-color: #940807;

	color: White;
	text-align : center;
	text-decoration : none;
	width : 110px;
	height: 23px;
    line-height: 23px;
}

#webshopWinkelkarretje {
  background-image: url(pictures/webshop-bg-winkelkarretje.png);
  width: 160px;
  height: 99px;
  margin: 0px 0px 20px 0px;
  float: left;
  position: relative;

}

#webshopWinkelkarretjeButton {
    display: block;
    margin-left: 120px;
    margin-top: 20px;
    float: left;
    height: 17px;
    width: 17px;
   position: relative;
}

#webshopWinkelkarretjeText {
   position: relative;
   left: 10px;
   top: 33px;
    color: #ffffff;
    float: left;
}

#webshopWinkelkarretjeText a {
   color: #ffffff;
   text-decoration: none;
}

#webshopWinkelkarretjeText a: hover {

   text-decoration: underline;
}

.webshopTableOverviewDVD {
  border-collapse: collapse;


}

#webshopAanbiedingBol {
    position: absolute;
    top: 0px;
    left: 420px;
    z-index: 5;
}


.webshopBoxBol {
    position: absolute;
    top: -18px;
    left: 85px;
    z-index: 5;
}

.webshopTextList {
    margin: 0px auto 0px auto;
    padding: 0px auto 0px auto;
    list-style-image: url(pictures/arrow-right.png);
    margin-left: 0px;
    padding-left: 18px;
    text-align: left;
}

.webshopTextList a{
    text-decoration: none;
}

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

.webshopTop5List {
    margin: 0px 0px 0px 23px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.webshopTop5List a{
    text-decoration: none;
}

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

.webshopTableOverviewDVD td {
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
    text-align: left;

    border: 1px solid #cccccc;
    padding: 10px;
    width: 140px;

}

.webShopTableCell {
    position: relative;
    height: 100%;
}

.webshopBold {
    font-weight: bold;
}

.webshopSmallFont {
  font-size: 11px;
}

.webshopTableOverviewDVD img {
    margin: 1px 0px 5px 0px;
}

#webshopProduct {
  text-align: left;
}

#webshopProduct td {
    width: 95px;
}

.webshopProperties {
    text-align: left;
}

.webshopPrice {
    margin-top: 10px;
        font-size: 22px;
    color: #c1272d;
}

.webshopPrice a {
    font-size: 22px;
    color: #c1272d;
}

.webshopButton {
    background-image: url(pictures/webshop-button.png);
    width: 140px;
    height: 29px;
    float: left;
    text-decoration: none;
    color: #ffffff;
    line-height: 29px;
    margin: 12px 0px 0px 0px;
    display: block;
}

.webshopButton span {
    padding-left: 10px;
}

.webshopButton:hover {
    color:#000000;
    background-image: url(pictures/webshop-button-hover.png);
    text-decoration: none;
}

.webshopButtonBlue {
    background-image: url(pictures/webshop-button-blue.png);
    width: 140px;
    height: 29px;
    float: left;
    text-decoration: none;
    color: #ffffff;
    line-height: 29px;
    margin: 12px 0px 0px 0px;
    display: block;
}

.webshopButtonBlue span {
    padding-left: 10px;
}

.webshopButtonBlue:hover {
    color:#000000;
    background-image: url(pictures/webshop-button-hover.png);
    text-decoration: none;
}

#webshopSearchBox {
    text-align: left;
    margin-bottom: 20px;
    float: left;
}

.webshopPadding10 {
    padding: 10px;
}

#webshopDVDvanDeWeek {
    position: relative;
    float: right;
    width: 270px;

    border: 1px solid #cccccc;
    text-align: left;
    position: relative;
}



#webshopDVDvanDeWeek h2 {
    margin: 0px;
}

#webshopDVDvanDeWeek img {
    margin: 0px 10px 10px 0px;
}

#webshopDVDvanDeWeek a {
    text-decoration: none;
}

.webshopFormInputSearch {
    background-image: url(pictures/background-field-search-shop.png);
    background-repeat: no-repeat;
	margin-right: 0px;
	width: 140px;
	color: Gray;
    padding-left: 7px;
	height: 28px;
    line-height: 28px;
    float: left;
    border: none;
    background-color: transparent;
}

.webshopFormSubmitSearch {
	border: none;
    background-image: url(pictures/background-button-search.png);
    background-color: transparent;
    cursor: pointer;
	width: 28px;
    height: 28px;
	float: left;
}
