@import url("../lightbox/global.css");
@import url("App_Components/IePngFix/Style.css");

body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode" , "Candera" , Arial;
	background:#999999 url(images/background.gif) repeat-y center top;
}

#pg{
	margin: 0px auto;
	width: 970px;
	text-align:left;
	height: 600px;
	border: 0 1px 0 1px;
	
}

/* ***** algemeen ***** */

h1, h2
{
    color: #5f6668;
    font-size: 1.6em;
    padding: 10px 0;
    margin: 0px;
    font-weight: normal;
}	




img a, a img
{
    border: 0px;
}


/* ***** logo + countdown ***** */

#top
{
    background: url(images/logo.gif) no-repeat 20px 18px;
    height: 64px;
    text-align:right;
    padding: 18px;
}


/* ***** nav ***** */

#nav
{
    position:absolute;
    z-index: 20;
}


/* ***** linkse kolom ***** */

#left
{
    position: absolute; 
    z-index: 1; 
    margin-top: 33px; 
    width: 294px;
}

#left ul, li
{
    margin:0px;
    padding: 0px;
    list-style-type: none;
}

#left ul li
{
    float:left;
}

#left ul li a
{
    background: url(images/bgButton.gif);
    float:left;
    height: 23px;
    width: 264px;
    padding: 7px 0 7px 30px;
    font-size: 1.6em;
    color: #717778;
    text-decoration: none;
}

#left ul li a:hover
{
    background: url(images/bgButtonHover.gif);
    color: #ffffff;
}




/* ***** middelste kolom ***** */

.text
{
    float:left;
    margin: 0px;
    padding:0 10px;
	
}


#middle
{
    position:absolute; 
    z-index:1;
    margin: 33px 0 0 294px; 
    width: 406px;
    border-left: 1px solid white;
}	

#middle h1 {padding:12px;}

.news
{
    float:left;
    margin: 0px;
}


.news a img {float:left;}

.news a
{
    height: 75px;
    display: block;
    padding: 0 0 0 10px;
    float:left;
    border: 0px;
    text-decoration:none;
    color: #3e4648;
    width: 406px;
}

.news a:hover
{
    cursor: pointer;
    background: url(images/bgNewsHover.gif) no-repeat 0 100%;
}

.news a img
{
    padding: 7px 10px 5px 0;
    border: 0px;
    float:left;
}

.news a span
{
    padding-top: 6px;
    width: 280px;
    float:left;
    display:block;    
}	

.news a span span.date
{
    color: #d0d0d0;	
    padding: 0px;    
}





/* ***** rechtse kolom ***** */

#right
{
    position:absolute; 
    z-index:1;
    margin: 33px 0 0 700px; 
    width: 270px;
    background: #f5f5f5 url(images/bgRight.gif) repeat-x;
    border-left: 1px solid white;
}

#right h1
{
    padding-left:10px;
}

#right .videoPanel
{
    padding: 0 10px;
    border-bottom: 1px solid white;
}

#right .videoPanel div
{
    padding: 20px 0;
}

#right .images
{
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    padding-left:10px;
}

#right .partners
{
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    text-align:center;
}



#right .images img
{
    padding: 10px;
}

/* news detail */
.pictos
{
    float:right;
    width:200px;
    padding-left:10px;
    padding-bottom:10px;
}