html {
overflow-y: scroll;
}

html {
background: #000 url(img/bg_repeat.gif);
background-repeat: repeat;
/* Height is 100%, so the body can be 100% */
height: 100%;
}

body
{
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-family: Arial;
	background: url(img/bg_header.gif) repeat-x;
}

a img {
	border: 0px;
}

.background {
	background-color: #f0f0f0;
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
	}

.background #boards {
	padding: 0 10px 0px 10px;
	}
	
h1#purple {
	margin: 0;
	padding: 0;
	font-size:18px; 
	color: #ff3399; 
	font-weight: bold; 
	line-height: 18px;
	}
	
h1#blue {
	margin: 0;
	padding: 0;
	font-size:18px; 
	color: #0099ff; 
	font-weight: bold; 
	line-height: 18px;
	}
	
h1#green {
	margin: 0;
	padding: 0;
	font-size:18px; 
	color: #33cc33; 
	font-weight: bold; 
	line-height: 18px;
	}
	
h1#orange {
	margin: 0;
	padding: 0;
	font-size:18px; 
	color: #cc6600; 
	font-weight: bold; 
	line-height: 18px;
	}
	
h1#pink {
	margin: 0;
	padding: 0;
	font-size:18px; 
	color: #ff6699; 
	font-weight: bold; 
	line-height: 18px;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size:14px; 
	color: #ffffff; 
	font-weight: bold; 
	line-height: 22px;
	}
	
p {
	margin-top: 10px;
	word-spacing: 2px;
	font-size:13px; 
	color: #000000; 
	line-height: 17px;
	}
	
.content {
	width: 310px;
	color: #000000;
	line-height: 16px;
	}
	
#content_2 {
	width: 160px;
	padding: 15px 0px 0px 140px;
	font-family: Tahoma;
	font-size: 14px;
	}

#content_title_purple {
	color: #ff3399;
	}
	
#content_title_blue {
	color: #6699cc;
	}
	
#content_title_orange {
	color: #cc6600;
	}
	
#content_title_pink {
	color: #ff6699;
	}
	
#content_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

#reserveren {	
	color: #ffffff;
	}
	
#reserveren p {
	padding: 20px 0 0 0;
	margin: 0;
	color: #ffffff;
	}
	
#reserveren input {
	width: 320px; 
	height: 25px;
	padding: 10px 0 0 10px; 
	border: none;
	margin-bottom: 5px;
	}
	
#reserveren input#submit {
	width: 330px; 
	height: 70px;
	padding: 0 0 0 0; 
	border: none;
	margin-top: 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #336633;
	}
	
.footer {
	background-image: url(img/home/home_footer.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 80px;
    margin: 0 auto 0 auto;
	margin-top: 20px;
    position: relative;
	text-align: center;	
	}
	
.footer span {
	color: #444;
	}
	
.footer a {
	margin-left: 10px;
	}
	
.footer a:link,
.footer a:visited
{
	color: #666;
	text-decoration: underline;
}

.footer a:active,
.footer a:hover
{
	color: #444;
}
	
#simplegallery1{
	position: relative;
	visibility: hidden;
}

#container
{
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
	border-bottom: 2px solid #ffffff;
}

/* Generic classes
--------------------------------------------------------------------------------------------------*/

.clear
{
	clear: both;
}

/* Main header
--------------------------------------------------------------------------------------------------*/

#header
{
    height: 131px; /* height: 161px; */
    background: url(img/home_header.gif) no-repeat 0 0;
    position: relative;
}

/* Toolbox (access menu top right)
--------------------------------------------------------------------------------------------------*/

#access-menu
{
	position: absolute;
	right: 0;
	top: 10px;
	overflow: hidden;
}

#access-menu li
{
	display: inline;
}

#access-menu li a:link,
#access-menu li a:visited
{
	color: #ddd;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
	height: 26px;
	margin-left: 8px;
}

#access-menu li a:hover,
#access-menu li a:active
{
	color: #f00;
	text-decoration: underline;
}

#access-menu li a:hover span,
#access-menu li a:active span
{
	color: #fff;		
}

/* Main header (SEARCH)
--------------------------------------------------------------------------------------------------*/

#header .search
{
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
	width: 200px;
}

#header .search label
{
    display: none;
}

#header .search input#searchQuery
{
	font-size: 10px;
	height: 15px;
	width: 128px;
	padding: 2px 4px;
	line-height: 12px;
	border: none;
	color: #ABADB3;
	border: 1px solid #666;
}

#header .search input#searchQuery:focus
{
	border: 1px solid #bbb;
}

#header .search input.submit
{
    height: auto;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
}

#header .search div#input
{
	position: absolute;
	left:0;
}

#header .search div#button
{
	position: absolute;
	right: 0;
}

/* Main navigation
--------------------------------------------------------------------------------------------------*/

#header-items-holder
{
	height: 37px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#horizontalMenu
{
    display: block;
    overflow: hidden;
    margin: 0; 
    padding: 0;
    list-style-type: none;
    height: 37px;
    position: absolute;
    left: 0; /* 18px */
    bottom: 0;
}

#horizontalMenu li
{
    display: inline;
}

#horizontalMenu li a
{
    display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-family: Tahoma, arial, verdana, helvetica;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px;
	text-decoration: none;
	border-right: 2px solid #e0e0e0;
}

#horizontalMenu li a:hover
{
	color: #FFFFFF;		
}

#horizontalMenu li a#home 		{color: #ffffff;}
#horizontalMenu li a#story 		{color: #ff3399;}
#horizontalMenu li a#artists 	{color: #0099ff;}
#horizontalMenu li a#extra 		{color: #33cc33;}
#horizontalMenu li a#live 		{color: #33cccc;}
#horizontalMenu li a#free 		{color: #cc6600;}
#horizontalMenu li a#shop 		{color: #ff6699;}
#horizontalMenu li a#boxoffice 	{color: #6699cc;}

#horizontalMenu li.no-border a
{
	border: none;
}

/* Generic link styling
--------------------------------------------------------------------------------------------------*/

a
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#contentWide_2 {
	width: 960px;
	background-image: url(img/sub_balk_top_960.gif);
	background-repeat: no-repeat;
}

#rightWide,
#rightNarrow,
#left,
#contentNarrow,
#contentWide,
#contentWide_2,
#rightFull{
    margin-top: 10px;
    position: relative;
    float: left;
	overflow: hidden;
}

.sidebar a {
	color: #ffffff;
	}
	
.sidebar a:hover {
	color: #FFFFFF;
	}
