/* 
    Document   : thisplays2
    Created on : 26-mei-2009, 14:39:59
    Author     : dimitri
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
font-family: "Aller";
src: url(../fonts/Aller_Rg.ttf);
}

@font-face {
font-family: "AllerIE";
src: url(../fonts/ALLER0.eot);
}

@font-face {
font-family: "AllerLight";
src: url(../fonts/Aller_Lt.ttf);
}

img, div {
    behavior: url(iepngfix.htc)
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 15px;
    background-color: rgb(36,48,51);
    font-family: 'Lucida Grande', Verdana, Arial, serif;
}

#body {
    height: 715px;
     background-image: url(background.jpg);
}

.body {
    margin: 0px auto;
    text-align: left;
    width: 983px;
    padding-left: 7px;
    padding-right: 7px;
}

#logo {
    background-image: url(logo.png);
    width: 174px;
    height: 114px;
    float: left;
    margin-top: 18px;
}

#slogan {
    line-height: 114px;
    padding-top: 18px;
    margin-left: 190px;
    font-size: 35px;
    font-weight:lighter;
    color: rgb(0,117,139);
    font-family: AllerLight, Aller, AllerIE;
}

#slogan2 {
    color: rgb(241,165,6);
    font-weight: normal;
    font-family: Aller, AllerIE;
}

#languages {
    float: right;
    margin-top: -120px;
    margin-right: 20px;
    font-size: 11px;
}

#languages a {
    color: rgb(0,117,139);
    text-decoration: none;
}

#languages  :hover {
    color: rgb(241,165,6);
}

#tv1 {
    width: 325px;
    height: 205px;
    background-image: url(tv.png);
    float: left;
    margin-left: -14px;
    margin-top: -20px;
}

#tv2 {
    width: 325px;
    height: 205px;
    background-image: url(tv1.png);
    float: left;
    margin-left: -14px;
    margin-top: -20px;
}

#tv3 {
    width: 325px;
    height: 205px;
    background-image: url(tv2.png);
    float: left;
    margin-left: -14px;
    margin-top: -14px;
}

#tv4 {
    width: 325px;
    height: 205px;
    background-image: url(tv3.png);
    float: left;
    margin-left: -14px;
    margin-top: -20px;
    cursor: pointer;
}

#tv5 {
    width: 325px;
    height: 205px;
    background-image: url(tv4.png);
    float: left;
    margin-left: -14px;
    margin-top: -18px;
    cursor: pointer;
}

#tv6 {
    width: 325px;
    height: 205px;
    background-image: url(tv5.png);
    float: left;
    margin-left: -14px;
    margin-top: -16px;
    cursor: pointer;
}

.play
{
    background-image: url(play.png);
    width: 72px;
    height: 49px;
    z-index: 9;
    margin: 75px auto;   
}

.play:hover
{
    background-image: url(playhover.png);
    width: 72px;
    height: 49px;
    z-index: 9;
    margin: 75px auto;
}

#navigatietitelbackground {
    background-image: url(backgroundbottom.jpg);
    background-repeat: repeat-x;
    height: 48px;
}

#navigatietitelbalk {
    width: 985px;
    padding-left: 12px;
    margin: 0px auto;
    color: rgb(241,165,6);
    text-align: left;
}

.navigatietitel {
    margin-right: 14px;
    margin-left: 4px;
    width: 309px;
    float: left;
    line-height:48px;
}

#navigatiebackground {
    background-color: rgb(25,37,39);
}

#contact {
    background-image: url(contact.png);
    width: 94px;
    height: 60px;
    margin-top: -69px;
    margin-left: 865px;
    cursor: pointer;
    z-index: 999;
}

#contact:hover {
    background-image: url(contacthover.png);
    width: 94px;
    height: 60px;
    margin-top: -69px;
    margin-left: 865px;
    float: left;
    cursor: pointer;
}

#navigatie {
    text-align: left;
    width: 985px;
    padding-left: 12px;
    margin: 0px auto;
    color: rgb(129,146,150);
}

.navigatietekst {
    margin-right: 14px;
    margin-left: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 309px;
    float: left;
    line-height:20px;
}

.navigatietekst a{
    color: rgb(129,146,150);
    text-decoration: none;
}

.navigatietekst a:hover {
     color: rgb(129,146,150);
    text-decoration: underline;
}

#footerbackground {
    
    height: 40px;
}

#footer {
    text-align: left;
    width: 981px;
    color: rgb(80,93,95);
    padding-left: 16px;
    margin: 0px auto;
    line-height: 40px;
    font-size: 11px;
}

#footer a {
     color: rgb(80,93,95);
     font-size: 11.5px;
     text-decoration: none;
}

/* video */

.tekst {
    width: 175px;
    height: 300px;
    overflow: scroll;
    background-color: white;
}

.blog
{
	background-image: url(news.png) !important;    
	margin-left: 873px!important;
}