@charset "utf-8";
html, body {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color:#221e1f;
}
#wrapper {
	position:relative;
	width:732px;
	height:auto;
	margin:0px;
	padding:0px;
}
#top_box {
	position:relative;
	width:732px;
	height:50px;
}
#white_box {
	position:relative;
	width:730px;
	height:450px;
	border: 1px solid #FFFFFF;
	background-color:#000000;
	margin-bottom:12px;
	overflow: hidden;
}

#text_box_big {
	height:395px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	color:#CCCCCC;
	text-align:left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#white_box_intro {
	position:relative;
	width:732px;
	height:512px;
	overflow:hidden;
}
#white_box_film {
	position:relative;
	width:730px;
	height:450px;
	border: 1px solid #FFFFFF;
	overflow:hidden;
	text-align:center;
	background-color:#000000;
	margin-bottom:12px;
}
#text_box {
	display:block;
	position:relative;
	width:732px;
	height:40px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	text-align: justify;
}

#bottom_menu_box {
	margin-top:10px;
	position:relative;
	width:732px;
	height: 30px;
}
#bottom_box {
	height:40px;
	position:relative;
	width:732px;
}
#left {
	float:left;
	position: relative;
	width:10px;
}
#right {
	position: relative;
	float:right;
	width:10px;
}
#bottom_menu {
	float:left;
	visibility:hidden;
	position: relative;
	width:708px;
	line-height: 1.25em;
}
#bottom_menu a:link, #bottom_menu a:visited {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
#bottom_menu a:hover {
	color:#FFFFFF;
}
#bottom_menu a.active {
	color:#FFFFFF;
}
a:link, a:visited {
	text-decoration:underline;
	color:#FFF;
}
a:hover {
	color:#FFFFFF;
}
a.news {
	float:right;
	display:block;
	height:30px;
	width:38px;
	background-image: url(images/news_grijs.gif);
	background-repeat: no-repeat;
}
a.news:hover, a.news_on {
	float:right;
	display:block;
	height:30px;
	width:38px;
	background-repeat: no-repeat;
	background-image: url(images/news_wit.gif);
}
a.contact {
	float:right;
	display:block;
	height:30px;
	width:46px;
	background-image: url(images/contact_grijs.gif);
	background-repeat: no-repeat;
}
a.contact:hover, a.contact_on {
	float:right;
	display:block;
	height:30px;
	width:46px;
	background-image: url(images/contact_wit.gif);
	background-repeat: no-repeat;
}
#top_menu {
	display:block;
	width: 200px;
	position:absolute;
	right:0;
	top:12px;
}

#text_box_big p {
	margin:0px;
	margin-bottom:10px;
}
#logo {
	position:absolute;
	left:0;
	top:1px;
	width: 31px;
	height:41px;
}
#laura {
	position:absolute;
	display:block;
	width:90px;
	height:30px;
	left:30px;
	top:12px;
}
a.lynn {
	display:block;
	width: 91px;
	height:30px;
	background-image: url(images/lauralynnjansen_wit.gif);
	background-repeat: no-repeat;
}
a.lynn:hover, a.lynn_on {
	display:block;
	width: 91px;
	height:30px;
	background-repeat: no-repeat;
	background-image: url(images/lauralynnjansen_grijs.gif);
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-repeat: repeat-y;
	background-color: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	border: 1px solid #666;
}
