@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #343434;
	background-image: url(kachel.jpg);
	background-repeat: repeat;
}
#mb {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	padding: 0px;
	border-top: 0px;
 background-image:;
	background-repeat: no-repeat;
	z-index: 10;
}
#header {
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 998px;
	height: 298px;
	border: none;
	margin: 0px;
	border: 1px solid #af0e5b;
	left: 0px;
	top: 0px;
	z-index: 4;
}
#bod {
	position: absolute;
	width: 998px;
	height: 600px;
	background-color: black;
	border: #18e1d8 1px solid;
	background-repeat: no-repeat;
	z-index: 5;
	top: 310px;
	left: 0px;
}
#bottom {
	position: fixed;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color: black;
	z-index: 98;
}
#bottom2 {
	position: fixed;
	top: 0px;
	height: 16px;
	line-height:16px;
	letter-spacing:1px;
	width: 100%;
	background-color: #af0e5b;
	border-bottom: 14px solid black;
	z-index: 98;
}
/* Firefox Dotted Outline Fix */
a:active {
	outline: none;
}
/* Firefox Dotted Outline Fix */
a:focus {
	-moz-outline-style: none;
}
/* Menu Body */ul li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 33px;
	left: 105;
	width: 173px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
ul li ul li {
	background-color: white;
	display: block;
	line-height: 40px;
	padding-left: 10px;
	margin-left: 3px;
	padding-right: 20px;
	width: 173px;
	color: #203985;
	letter-spacing: 1px;
	border-right: 1px solid #203985;
	border-left: 1px solid #203985;
	border-bottom: 1px solid #203985;
}
ul li ul li:hover {
	background-color: #203985;
	color: white;
}
ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
ul#menu {
	list-style: none;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	width: 734px;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 240px;
	left: 12px;
	z-index: 100;
}
/* Float LI Elements - horizontal display */
ul#menu li {
	float: left;
	z-index: 100;
	cursor: pointer;
}
/* Link - common attributes */
ul#menu li a {
	background: url(sprite.jpg) no-repeat scroll top left;
	display: block;
	height: 50px;
	position: relative;
	z-index: 300;
	background-color: #203985;
	text-shadow: none;
	opacity: 1;
}
/* Span (on hover) - common attributes */
ul#menu li a span {
	background: url(sprite.jpg) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 173px;
	z-index: 100;
}
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
	cursor: pointer;
	z-index: 100;
}
ul.menu > li > a:hover, ul.menu > li.selected > a {
	background: #fff;
	color: #101010;
	opacity: 1.0;
}
/* Shift background position on hover for the class: "home" */
ul#menu li a.showreel span {
	background-position: 0px -50px;
	width: 173px;
	z-index: 100;
}
ul#menu li a.showreel {
	width: 173px;
	background-position: 0px 0px;
	z-index: 100;
}
/* Specify width and background position attributes specifically for the class: "portfolio" */
ul#menu li a.aboutme {
	width: 173px;
	margin-left: 14px;
	background-position: -187px -0px;
	z-index: 100;
}
/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.aboutme span {
	background-position: -187px -50px;
	z-index: 100;
}
/* Specify width and background position attributes specifically for the class: "portfolio" */
ul#menu li a.works {
	width: 173px;
	margin-left: 14px;
	background-position: -374px -0px;
	z-index: 100;
}
/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.works span {
	background-position: -374px -50px;
	z-index: 100;
}
/* Specify width and background position attributes specifically for the class: "portfolio" */
ul#menu li a.service {
	width: 173px;
	margin-left: 14px;
	background-position: -561px -0px;
	z-index: 100;
}
/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.service span {
	background-position: -561px -50px;
	z-index: 100;
}
#text {
	position: absolute;
	top: 433px;
	left: 35px;
	width: 936px;
	height: 270px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: black;
	background-color: none;
	z-index: 50;
	text-align: left;
	line-height: 18px;
}
#menuklein {
	position: relative;
	top: 0px;
	margin: auto;
	width: 1000px;
	height: 60px;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #00ceff;
	background-color: none;
	z-index: 105;
	text-align: justify;
	line-height: 18px;
}
#menuklein2 {
	position:absolute;
	top:0px;
	left:0px;
	width: 400px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #5b5b5b;
	background-color: none;
	z-index: 105;
}
#menuklein2 a {
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #00ceff;
	padding: 3px;
	color: #00ceff;
}
#menuklein2 a:hover {
	text-decoration: none;
	letter-spacing: 1px;
	color: #ff890c;
}
img {
	border: none;
}
span.reference {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #000;
	width: 100%;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	height: 20px;
	-moz-box-shadow: -1px 0px 10px #000;
	-webkit-box-shadow: -1px 0px 10px #000;
	box-shadow: -1px 0px 10px #000;
}
span.reference a {
	color: #aaa;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
}
span.reference a:hover {
	color: #ddd;
}
.bg_img img {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.oe_overlay {
	background: #000;
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=);
}
.flyer a {
	display: block;
	background-image: url(flyer.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 37px;
}
.flyer a:hover {
	display: block;
	background-image: url(flyersw.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 37px;
}
#programme {
	position:absolute;
	right:0px;
	width: 264px;
	height: 46px;
	z-index: 100;
	background-repeat: no-repeat;
}

::-webkit-scrollbar {
background: #023a58;
width: 6px;
} 
::-webkit-scrollbar-thumb {
background: #ff7500;
border-radius: 10px;
}
