@charset "utf-8";
/* CSS Document */
body { 
	background-color: #000000; color: #ffffff;
        font-family: Arial; font-size: 12px; font-weight: bold;
	}

a, a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #f60000; }
	
div#page-wrapper { width: 1024px; height: 768px; text-align: left; }
div#header {
	background-image: url(http://sites.bnn.nl/tbs/images/top.jpg); background-repeat: no-repeat;
	width:1024px; height: 146px; text-align: center; padding-top: 30px; padding-left: 100px;
	}

div#banner {
    margin-left: 100px; margin-top: 0px; height: 60px;
   }

div#menu {
      /* width: 1024px; */ 
      text-align: left;
      margin-left: 247px; margin-top: 60px;
      }
	
div#left-content {
	background-image: url(http://sites.bnn.nl/tbs/images/left.jpg); background-repeat: no-repeat;
	width: 344px; height: 509px; float: left;
	}
	
div#mid-content {
	background-image: url(http://sites.bnn.nl/tbs/images/mid.jpg); background-repeat: no-repeat;
	width: 480px; float: left; padding-left: 70px; padding-right: 70px; padding-top: 26px;
	}
	
div#right-content {
	background-image: url(http://sites.bnn.nl/tbs/images/right.jpg); background-repeat: no-repeat;
	width: 60px; height: 509px; float: left;
	}

div#footer {
	width: 1024px; text-align: center; margin-top: 30px;
	}
	
div#synopsis { font-family: Arial; font-size: 12px; text-align: justify; }
div#photos img { margin-right: 2px; cursor: pointer; }
div#thumb { float: left; width: 120px; font-weight: normal; font-size: 9px; }

div#text-blok { font-weight: normal; }
