* {
	margin: 0;
	padding: 0;
}


html {
	background: url(../images/bg.png) repeat;
}
body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4B306A;
}

h3 {
	font-size: 12px;
}

form,hr {
	margin-bottom: 1em;
}

a img {
	border: 0;
}
.tabcontent{
	display:none;
}

a.bottomspacing img{
	margin-bottom: 2em;
}
a.lastlink {
	margin-right: 10px;
}

.redbold{
	color: #a70240;
	font-weight: bold;
}

table.menu tr {
	border-top: 2px solid #a70240;
	text-align: center;
}

table.menu tr td {
	padding: 5px 0;
}

#layout_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 951px;
	min-height: 100%;
}

#introduction_image {
	width: 471px;
	margin-left: auto;
	margin-right: auto;
}
#introduction_image img {
	float: left;
	border: 0;
}

#layout_header {
	width: 100%;
	height: 129px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #a70240 url(../theater/images/index_05.png) no-repeat top right;
}

#layout_header img {
	float: left;
	border: 0;
}

#layout_content_wrapper {
	width: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

tr.odd {
	background: #e9c5aa;
}

table tbody tr {
	vertical-align: top;
}

table tfoot tr {
	vertical-align: bottom;
}

table tfoot tr td {
	height: 22px;
}

td#layout_menu {
	width: 181px;
	padding-top: 100px;
	float: left;
	background: url(../theater/images/menubg.png) no-repeat left top;
}

td#layout_content {
	width: 528px;
	min-height: 500px;
	height: 1%;
	overflow: hidden;
	float: left;
	background: #fff3ae url(../theater/images/index_04.png) no-repeat;
	padding: 20px;
}

td#layout_content h2 {
	font-size: 20px;
	color: #a70240;
	text-align: center;
	margin-bottom: 10px;
}

td#layout_content p {
	margin-bottom: 1em;
	clear: both;
}

td#layout_content img.image_left {
	margin: 0 10px 10px 0;
	float: left;
}

td#layout_content img.image_right {
	margin: 0 0 10px 10px;
	float: right;
}

td#layout_extra {
	background: #a70240 url(../theater/images/index_05.png) no-repeat bottom;
	width: 182px;
	padding:10px;
	color: #fff;
}

td#layout_extra a {
	color: #f7f7f7;
	text-decoration:none;
}

td#layout_extra ul li a.selected {
	color: #fff;
	text-decoration: underline;
	
}

td#layout_extra h3 {
	color: #fff3ae;
	font-size: 14px;
	text-decoration: underline;
}

table#programma {
	width: 90%;
}

table#programma thead tr th {
	background: #a70240;
}

ol, ul {
	list-style:none;
}

#overzicht_voorstelling li {
	height: 1%;
	margin: 0pt 0pt 1em;
	min-height: 100px;
	position: relative;
	width: 100%;
}

#overzicht_voorstelling li.odd {
	background: #e9c5aa;
}

#overzicht_voorstelling li .itemWrapper {
	padding-left:120px;
}

#overzicht_voorstelling li .titel {
	color: #a70240;
	display: block;
	font-size: 80%;
}

#overzicht_voorstelling li img {
	position:absolute;
	left:0pt;
	top:0pt;
}