@charset "utf-8";
@import url("reset.css");
.clear {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/* RESET DEFAULT STYLES */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/background.gif) repeat-x;
	height: 100%;
	
}
.container {
	margin: 0 auto;
	width: 700px;
	
}
p strong {
	font-weight: bold;
}
#top {
	background: #FFFFFF url(../images/top_pattern.jpg) repeat-x bottom;
	border-bottom: 2px solid #ee7f00;
}
#hands {
	background: url(../images/hands.gif) repeat-x bottom;
}
#middle {
	height: 196px;
	background: #000000 url(../images/piano_keys.jpg) repeat-x;
}
#logo {
	width: 203px;
	height: 222px;
	background: url(../images/logo.gif) no-repeat center center;
	padding: 20px;
	margin: 0 auto;
}
#logo h1 {
	display: none;
}
h2 {
	color: #ee7f00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
.left h2 {
	font-size: 14px;
}
.right h2 {
	font-size: 12px;
	padding-top: 10px;
}
h1 {
	color: #ee7f00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
a {
	color: #ee7f00;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
p, td {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:15px;
}
td {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#bottom {
	padding: 20px 0px 20px 0px;
	
}
.navigation {	
}
.navigation ul {
	list-style:none; 
	margin:0;
	padding:0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navigation ul li {
	float: left;
}
.navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 43px 4px 43px;
	border-left: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	color: white;
	font-weight: normal;
	background: url(../images/nav_bg.gif) repeat-x top left;	
}
.navigation ul .last {
	border-right: 1px solid #000000;
}
.navigation ul li a:hover {
	color: #ee7f00;
}
.right {
	width: 480px;
	float: right;
	margin-left: 10px;
}
.left {
	width: 190px;
	float: left;
}
.container {
	/*border: 1px solid red;*/
}
#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    /*height: 500px;*/
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel {
    /*height: 210px;*/
    width: 680px;
	padding: 0px 10px 0px 10px;
	
}
.scrollButtons {
    position: absolute;
	top: 0;
    cursor: pointer;
}
.scrollButtons.left {
    left: -50px;
}
.scrollButtons.right {
    right: -50px;
}
.hide {
    display: none;
}
.navigation ul li .selected {
    color: #ee7f00;
	background: #ee7f00 url(../images/nav_bg_selected.gif) repeat-x top left;
	padding-bottom: 7px;	
}
.navigation ul li a:focus {
    outline: none;
}

.right img, .left img {
	float: left;
	margin: 0px 10px 10px 0px;
	/*
	border: 1px solid white;
	background: #1F201E;
	padding: 1px;
	*/
}

.right a {
	
}
.right p {
	
}
.left p {

}
.red {
	background-color: red;
}
.justclear {
	clear: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	/*
	height: 20px;
	width: 70px;
	display: block;
	background: url(../images/button.gif) no-repeat;
	float: left;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	*/
}
.forminput {
	width: 240px;
	border: 1px solid white;
	/*background: #1F201E;*/
	padding: 1px;
	color: white;
	background: #000000 url(../images/background_input.gif) no-repeat top left;
	font-family: "Courier New", Courier, monospace;
	min-height: 18px;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
	margin-right: 10px;
	
}	
#tickets p {
	vertical-align: middle;
}
#submitbutton {
	width: 98px;
	height: 28px;
	display: block;
	background: url(../images/verzenden.gif) no-repeat;
}
#submitbutton:hover {
	background: url(../images/verzenden-.gif) no-repeat;
}
#toupdate {
	height: 500px;
}
#warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#warning a {
	color: #ee7f00;
	font-weight: bold;
}
#warning a:hover {
	color: #000000;
}
.map {
	width: 475px; 
	height: 150px;
	margin: 20px 0px 20px 0px;
	background: #E5E3DF url(../images/ajax-loader.gif) no-repeat center center;
}
#hands p {
	text-align: center;
	color: #000000;
}
.italic {
	font-style: italic;
}