/****************************************\
|      www.datisallus.nl Style Sheet     |
|   (c) 2010 Allus Belevingsorganisator  |
|        designed by Luuk Bruggeman      |
\****************************************/



/* General Design parameters */
/*-------------------------------------------------------------------------------*/
html, body {
	margin: 0;
	background-color: #000000;
	font-family: arial, verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 20px;
	overflow: hidden;
}

img.stretch {
	width: 100%;
}

a img {
	border: 0;
}

a, a.visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/* Main layout divs */
/*------------------------------------------------------------------------------*/

#bg {
	width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
	

#body{
	width: 986px;
	height: 608px;
	margin-left: -488px;  /***  width / 2   ***/
	position: absolute;
	top: -304px;          /***  height / 2   ***/
	left: 50%;
	font-family: arial, verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	z-index: 10;
	background: url(images/canvas_site.png) no-repeat top left;
}

#tab {
	position: absolute;
	display: block;
	top: 0px;
	right: -25px;
	width: 186px;
	height: 608px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 31px;
	left: 51px;
}

#logo .logo_image {
	position: relative;
	border-width: 0;
}

#logo a, #logo a:hover {
	text-decoration: none;
}
	
#logo .payoff {
	display: block;
	font-family: arial, verdana, Sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	margin-left: 75px;
}

#imageSrc {
	position: absolute;
	top: 140px;
	left: 5px;
	width: 300px;
	height: 360px;
	overflow: hidden;	
	text-align: center;
}

.contentImage {
	position: relative;
	margin: 0 auto;
}

#content {
	position: absolute;
	top: 140px;
	left: 315px;
	width: 510px;
	height: 350px;
	font-family: arial, verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	z-index: 10;
}

#footer
{
  position: absolute;
  display: block;
  height: 69px;
  bottom: 0px;
  left: 1px;
  width: 100%;
  z-index: 3;
}

#footer_left {
	float: left;
	width: 300px;
	height: 60px;
	background-image: url(images/footer_1.png);	
	background-repeat:repeat-x;
}

#footer_connect {
	float: left;
	width: 15px;
	height: 61px;
	background-image: url(images/footer_2.png);
	background-repeat: no-repeat;
}

#footer_right {
	float: left;
	width: 552px;
	margin-top: 40px;
	height: 22px;
	vertical-align: text-bottom;
	text-align: center;
	color: #AEAEAE;
}

.footer_logo {
	margin: 10px 30px;
}

.footer_contact {
	color: #FFFFFF;
	margin-right: 25px;
}

.footer_contact a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.footer_contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#datisallus {
	position: absolute;
	bottom: 49px;
	left: 740px;
	font-family: arial, verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

#ie6_notice {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFD2;
	border-bottom: 1px solid #eb2a2e;	
	font-weight: bold;
	text-align: left;
	color: #000000;	
	z-index: 10;
	padding: 7px 70px;
}



/* CSS Only Drop down menu: http://www.cssplay.co.uk/menus/final_drop.html */
/*------------------------------------------------------------------------------*/


#menu {
	width:500px;
	height:32px;
	top: 85px;
	left: 315px;
	position:absolute;
	z-index:100;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: -1px;
	color: #AEAEAE;	
}
/* hack to correct IE5.5 faulty box model */
* html #menu {
	width:501px;
	w\idth:500px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu ul ul {
	width:114px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	text-decoration:none;
	width:115px;
	height:30px;
	color: #AEAEAE;	
	padding-left:10px;
	line-height:30px;
	font-weight:bold;
	background-image: url(images/transparent.gif);
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:115px;
	w\idth:113px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
}
/* style the second level hover */
#menu ul ul a.drop:hover{
}
#menu ul ul :hover > a.drop {
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
#menu ul ul ul a:hover {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:114px;
}
/* another hack for IE5.5 */
* html #menu ul ul {
	top:30px;t\op:31px;
}

/* position the third level flyout menu */
#menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-114px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	display: block;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
}
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {
	width:150px;w\idth:128px;
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover, #menu a.active {
	color:#FFFFFF;
}
#menu :hover > a, #menu ul ul :hover > a {
	color:#FFFFFF;
	background-image: url(images/transparent.gif);
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{
	visibility:visible;
}


/* Portfolio */
/*------------------------------------------------------------------------------*/

#portfolio_container {
	height: 242px;
}

#portfolio_overview_previous {
	float: left;
	vertical-align: middle;
	height: 140px;
	width: 5%;
	text-align: center;
	padding-top: 100px;
}

#portfolio_overview_next {
	float: right;
	vertical-align: middle;
	height: 140px;
	width: 5%;
	text-align: center;
	padding-top: 100px;
}

#portfolio_overview {
	width: 90%;
	height: 100%;
	overflow: hidden;
}

#portfolio_overview_carousel {
	width: 5000px;
}

.portfolio_table {
	width: 460px;
	height: 215px;
	display: inline-block;
	text-align: center;
}

.portfolio_table table {
	width: 100%;
	height: 100%;
	border-width: 0;
	text-align: center;
}

.portfolio_cell {
	width: 30%;
	height: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.portfolio_cell a img, #portfolio_carousel ul li a img {
	border: 2px solid transparent;
}

.portfolio_cell a:hover img, #portfolio_carousel ul li a:hover img {
	border: 2px solid #FFFFFF;
}

a.portfolio_paging {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}

a.portfolio_paging:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#portfolio_tooltip {
	text-align: center;
	font-weight: bold;
}

#portfolio {
	position: absolute;
	top: 140px;
	left: 50px;
	width: 810px;
	height: 350px;
	font-family: arial, verdana, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	z-index: 10;
}

#player {
	margin-top: 20px;
	width: 560px;
	height: 315px;
	float: left;
}

#portfolio_text {
	float: left;
	width: 200px;
	height: 230px;
	padding-left: 10px;
	overflow: hidden;
}

#portfolio_nav {
	float: left;
	margin-top: 15px;
	width: 220px;
	height: 135px;
	padding-left: 10px;
	overflow: hidden;
}

#portfolio_carousel_holder {
	width: 5000px;
	height: 75px;
	overflow: hidden;
}

#portfolio_carousel {
}

#portfolio_carousel ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#portfolio_carousel ul li {
	float:left;
	position:relative;
}

#portfolio_carousel ul li a {
	display: block;
	width: 110px;
	margin: 0 5px;
}


/* Generic classes */
/*------------------------------------------------------------------------------*/

.noborder {
	border-width: 0;
}