/* CSS Montana Media Apps */

body { background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; padding: 0px; margin: 0px; background-color: #000000; overflow: hidden; }

#main { position: absolute; background-color: white; width: 950px; height: 100%;  left: 50%; top: 0px; margin-left: -475px;}

h1 { color: #166791; margin-bottom: 7px; padding-top: 0px; margin-top: 0px; }

/* Custom home menu's */

#mainhome { position: absolute; background-color: white; width: 950px; height: 40px;  left: 50%; top: 0px; margin-left: -475px;}

#homebgnoscript {
	width:100%;
	height:auto;
	min-height: 100%;
}

#canvas {
	position: absolute; 
	height:100%;
	left:0;
	min-width:1002px;
	min-height: 550px;
	overflow: hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}

#headerhome {
	z-index: 11;
	position: absolute; 
	width: 950px;
	height: 52px;
	padding-top:18px;
	left: 50%; 
	top: 0px; 
	margin-left: -475px;
}

#menuhome {
	width: 100%;
	height: 93px;
	padding-top:18px;
	background: url(../images/headerbg.png);
	background-repeat:repeat-x;	
}

#footerhome {
	position: absolute; 
	width: 100%;
	height: 54px;
	bottom: 0px;
	background: url(../images/footerbg.png);
	background-repeat:repeat-x;	
}
#footerhome_content {
	position: absolute; 
	width: 950px;
	left: 50%; 
	bottom: 6px;
	margin-left: -475px;
	text-align: right;
}

#homeoverlay {
	z-index: 10;
	position: absolute; 
	width: 620px;
	height: 500px;
	top: 50%; 
	margin-top: -250px;
	left: 50%; 
	margin-left: -310px;
	background-color: red;
	background: url(../images/home_boxes.png);
}

.home_box {
	font-size: 14px;
}
.home_link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
.home_link:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	line-height: 20px;
}
#home_newslist {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
#home_newslist li:before {
	content: "\00BB \0020";
}
#home_newslist a {
	color: #000000;
	text-decoration: none;
}
#home_newslist a:hover {
	color: #000000;
	text-decoration: underline;
}

.home_appicon {
	border: none;
	margin-left: 0px;
	margin-top: 8px;
}
.home_appicon.left {
	margin-right: 8px;
}
.home_appicon.right {
	margin-right: 0px;
}

#home_news {
	position: absolute;
	top: 31px;
	left: 23px;
	width: 280px;
	height: 165px;
	padding: 0px;
	margin: 0px;
}
#home_news_content {
	position: absolute;
	top: 12px;
	left: 22px;
	width: 230px;
	height: 115px;
}
table.home_box  {
	clear:both;
	table-layout:fixed;
}
table.home_box td  {
	white-space:nowrap;
	overflow:hidden;
}
#home_about {
	position: absolute;
	top: 31px;
	left: 334px;
	width: 261px;
	height: 267px;
}
#home_about_content {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 211px;
	height: 217px;
}
#home_apps {
	position: absolute;
	top: 229px;
	left: 113px;
	width: 187px;
	height: 254px;
}
#home_apps_content {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 137px;
	height: 204px;
}

/* Home Slideshow background */


img{
	border:none;
}

#content{
	margin:0px auto;
	height:100px;
	width:100%;
	bottom:5%;
	z-index: 3;
	background:#262626 no-repeat 90%;
	border-top:1px solid #000;
	border-bottom:1px solid #4F4F4F;
	position:absolute;
}
#contentframe{
	overflow: hidden;
	border-top:solid 1px #4F4F4F;
	border-bottom:1px solid #000;
	height: 100%;
	text-align:left;
	z-index: 3;
}

#supersize {
	z-index: 10;
	overflow: hidden;
}

/* Header bar */
#header {
	width: 950px;
	height: 52px;
	padding-top:18px;
}

#menu {
	position:absolute;
	margin-top:24px;
	width:750px;
	text-align:right;
	top:0px;
	left: 200px;
}
#menu ul.mainmenu {
	margin-top:0px;
	width:550px;
	line-height:24px;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#menu li a {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	font-size:14px;
	font-family:"Arial","Lucida Grande","Lucida Sans Unicode","Verdana","sans-serif";
}
.language {
	float:right;
    width:150px;
    color:#000;      
	padding-left:22px;
	background: url(../images/flag-nl.png);
	background-repeat:no-repeat;
	background-position:center left;
}
.language option {
    padding-left:22px;
}
.language option.nl {
	background: url(../images/flag-nl.png);
	background-repeat:no-repeat;
	background-position:center left;
}
.language option.en {
	background: url(../images/flag-us-en.png);
	background-repeat:no-repeat;
	background-position:center left;
}