/* Sint Jansbrug Festival '09 */
/* //elwin.nu - 05-02-2009    */

/* screen.css - 1.0           */

/* tijdelijk-reset-achtig */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-size: 14px;
	font-family: "Courier New", monospace;
	color: #fff;
	background-color: #000;
}
div, form, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
/* kleurtjes...
Rood		#ED1C24
Blauw		#3989C9

*/

/* de achtergrond... */
#header {
	position: relative;
	width: 50%;
	min-width: 500px;
	height: 173px;
	margin: 0 auto;
	background: url('img/bg_header2.jpg') no-repeat top center;
	z-index: 1;
}
#header h1 {
	display: none;
}

#menu {
	position: relative;
	width: 50%;
	min-width: 500px;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	z-index: 1;
}

#kolom {
	position: absolute;
	top: 230px;
	left: 0;
	min-width: 200px;
	width: 24%;
	text-align: right;
	z-index: 0;
}

#ticketbox {
	width: 200px;
	float: right;
	padding: 80px 0 0 0;
	background: url('img/box_tickets_top.jpg') no-repeat top right;
}
#ticketbox p {
	color: #000;
	margin: 0 0 5px 0;
	padding: 0 5px 0 10px;
	text-align: left;
}
#ticketbox form {
	text-align: center;
}
#ticketbox-bottom {
	float: right;
	width: 200px;
	height: 62px;
	background: url('img/box_tickets_bottom.jpg') no-repeat bottom right;
}
.hideTicketbox {
	display: none;
}

#beest {
	position: fixed;
	bottom: 0px;
	right: 0px;
	border: 0 solid;
	width: 224px;
	height: 554px;
	background: url('img/bg_beest_balloon.jpg') no-repeat right bottom;
	z-index: 0;
}
#beest p {
	position: absolute;
	bottom: 30px;
	right: 14px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

/* de inhoud! */

#box {
	position: relative;
	margin: 10px auto;
	border: 1px dashed #fff;
	min-height: 500px;
	min-width: 500px;
	width: 500px;
	background-color: #000;
	z-index: 1;
}


h2 {
	margin: 15px 10px 0 10px;
	font-size: 200%;
	font-weight: normal;
	color: #ED1C24;
}
h3 {
	margin: 0 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #2FB550;
}

#box p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	margin: 0px 10px 15px 10px;

}
#box a {
	font-family: "Courier New", monospace;
	color: #3B89C5;
}
#box a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#box strong {
	font-family: "Courier New", monospace;
	font-weight: bold;
	color: #FFDD00;
}

#box #prog {
	width: 100%;
}


select, input {
	font-family: "Courier New", monospace;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	border: 2px solid #fff;
}
input.button {
	font-family: "Courier New", monospace;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}



#box #kaarten {
	width: 480px;
}

#box #kaarten label, #box #kaarten td span {
	color: #3B89C5;
}
#box #kaarten .formcheck {
	font-size: 100%;
	color: red;
}
#box #kaarten .nocheck {
	border: 2px solid red;
}
#box #kaarten .okcheck {
	color:  #3B89C5;
	border: 2px solid #000;
}

#box #blokkenschema td, #box #blokkenschema img, #box #blokkenschema a {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#box #blokkenschema a:hover {
	border: 0px solid;
}

/*  'pop-ups' */
#sexyBOX {
	display: none;
	position: absolute;
	top: 280px;
	background: url('img/balloon490.png') top left no-repeat;
	color: #000;
	width: 455px;
	height: 490px;
	padding: 15px;
	z-index: 100;
}
#sexyBG {
	display: none;
	position: absolute;
	background: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=40);
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	z-index: 99;
}

div.noShow {
	display: none;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #00417E;
}

.balloon p {
	width: 425px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
}
.balloon a {
	font-family: "Courier New", monospace;
	color: #E2001A;
}
#box a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}





#footer {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}
#footer p {
	margin: 5px;
	text-align: left;
	color: #999;
}
#footer a {
	color: #fff;
}
#footer a span {
	color: #00adef;
}


