﻿body {
}
div#Container
{
	height:100% !important;
	height:100%;
	width:100%;
	border:10px solid #3F4F5C;
	position:relative;
	-moz-box-sizing: border-box;
}
div#Header
{
	display:block;
	width:100%;
	height:130px;
	background-color:Transparent;
	text-align:center;
	padding-top:4px;

}
div#Header div#index_logo
{
	behavior:url(/scripts/css/iepngfix.htc);
	/*background-image:url(../../images/layout/index_logo.png);
	background-position:center top;
	background-repeat:no-repeat;*/
	width:140px;
	height:121px;
	margin:0 auto;
}

div#Middle
{
	width:100%;
	height:auto;
	text-align:center;
}
div#Middle div#logo
{
	width:800px;
	height:135px;
	background-image:url(../../images/layout/logoindex.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	behavior:url(/scripts/css/iepngfix.htc);
}

div#Bottom
{
	display:block;
	position:relative;
	left:50%;
	margin:0 auto;
	width:750px;
	margin-left:-375px;
	height:300px;	
	margin-top:0px;
	z-index:1;
}

div#Bottom div#left
{
	height:100%;
	width:315px;
	float:left;
	position:relative;
}
div#Bottom div#left div.pic
{
	width:289px;
	height:295px;
	position:absolute;
	left:0;
	bottom:45;
	background-image:url(../../images/layout/index_muziek.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	behavior:url(/scripts/css/iepngfix.htc);
}

div#Bottom div#right
{
	height:100%;
	width:315px;
	float:right;
	position:relative;
}
div#Bottom div#right div.pic
{
	width:361px;
	height:265px;
	position:absolute;
	left:0;
	bottom:45;
	background-image:url(../../images/layout/index_theater.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	behavior:url(/scripts/css/iepngfix.htc);
}
div#Bottom div.text
{
	display:block;
	height:40px;
	line-height:40px;
	font-size:50px;
	font-family:Georgia;
	color:#C6BEA8;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
div#Bottom a
{
	text-decoration:none;
	color:#C6BEA8;
}
div#Bottom a:hover
{
	color:#3e4e5b;
}
div#navigation
{	margin:15px 0 0 0;
	padding:0;
	position:relative;
	z-index:2;	
}
div#Navigation li.current a
{
	font-weight:normal;
}

