/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

strong{
	font-weight: bold;
}

i,em{
	font-style: italic;
}

/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: #000000 url('/img/background.jpg') no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	line-height: 15px;
}

img, div, a, li, input, span {
	behavior: url('/css/iepngfix.htc');
}

a {
	outline-style: none;
	color: #ffffff;
	text-decoration: none;	
}
a:hover {
	color: #ffffff;
	text-decoration: underline;	
}

a.bold { font-weight: bold; }

span.none { position: absolute; left: -9999px; }
span.bold {	font-weight: bold; }

#container{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
}

/* Header Styles */
#header_wrapper{
	width: 770px;
	height: 50px;
	margin: 0;
	padding: 125px 0 0 30px;
	float: left;
	background: url('/img/header_bg.jpg') no-repeat;
}

/* Menu Styles */
#header_wrapper #menu{
	width: 470px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#header_wrapper #menu a{
	height: 20px;
	margin: 0;
	padding: 0;
	display: inline;
}

a#menu_nieuws{					width: 65px;	float: left;	background: url('/img/menu.jpg') -0px 0px;}
a#menu_nieuws:hover{			width: 65px;	float: left;	background: url('/img/menu.jpg') -0px -20px;}
a#menu_nieuws_active{			width: 65px;	float: left;	background: url('/img/menu.jpg') -0px -20px;}

a#menu_show{					width: 62px;	float: left;	background: url('/img/menu.jpg') -65px 0px;}
a#menu_show:hover{				width: 62px;	float: left;	background: url('/img/menu.jpg') -65px -20px;}
a#menu_show_active{				width: 62px;	float: left;	background: url('/img/menu.jpg') -65px -20px;}

a#menu_speellijst{				width: 92px;	float: left;	background: url('/img/menu.jpg') -127px 0px;}
a#menu_speellijst:hover{		width: 92px;	float: left;	background: url('/img/menu.jpg') -127px -20px;}
a#menu_speellijst_active{		width: 92px;	float: left;	background: url('/img/menu.jpg') -127px -20px;}

a#menu_achterdeschermen{		width: 177px;	float: left;	background: url('/img/menu.jpg') -219px 0px;}
a#menu_achterdeschermen:hover{	width: 177px;	float: left;	background: url('/img/menu.jpg') -219px -20px;}
a#menu_achterdeschermen_active{	width: 177px;	float: left;	background: url('/img/menu.jpg') -219px -20px;}

a#menu_contact{					width: 74px;	float: left;	background: url('/img/menu.jpg') -396px 0px;}
a#menu_contact:hover{			width: 74px;	float: left;	background: url('/img/menu.jpg') -396px -20px;}
a#menu_contact_active{			width: 74px;	float: left;	background: url('/img/menu.jpg') -396px -20px;}

/* Content Styles */
#content_wrapper{
	width: 470px;
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
}

#content_wrapper_speellijst{
	width: 740px;
	margin: 0;
	padding: 0 30px 0 30px;
	float: left;
}

#content_wrapper_speellijst table{
	width: 100%;
}

#content_wrapper_speellijst td{
	vertical-align: top;
}

#content_wrapper_speellijst td.title{
	color: #ec8823;
	font-weight: bold;
}

#content_wrapper_speellijst td.datum{		width: 10%;	color: #ffffff;	}
#content_wrapper_speellijst td.plaats{		width: 20%;	color: #a6a6a6; text-transform: uppercase;	}
#content_wrapper_speellijst td.theater{		width: 25%;	color: #ffffff;	}
#content_wrapper_speellijst td.telefoon{	width: 15%;	color: #ffffff;	}
#content_wrapper_speellijst td.website{		width: 30%;	color: #a6a6a6;	}

/* Contact Styles */
table.contact_table{
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
}

table.contact_table td{
	vertical-align: top;
}

table.contact_table input{
	padding: 2px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	background: transparent;
}

table.contact_table textarea{
	padding: 2px;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	background: transparent;
}
