body
{
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) repeat-x #f5f5f5;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 13px;
}

hr
{
	border: none;
	border-top: dashed 1px;
	border-color: #ddd;
}

a
{
	color: #6db33f;
}

a img
{
	border: none;
}

a:hover
{
	color: #ef8200;

}

h1
{
	color: #6db33f;
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	background-color: #6db33f;
	color: white;
	display: inline;
	font-size: 14px;
	font-style: italic;
	padding: 4px 10px 4px 10px;
}

h3
{
	display: inline;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #6db33f;
}

.date
{
	padding: 5px 0px 0px 0px;
	font-weight: normal;
}

.img_voorstelling
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.img_voorstelling_right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

.voorstellingen_productie
{
	font-style: italic;
	font-weight: bold;
	color: #6db33f;
}

.voorstellingen_date
{
	font-style: italic;
	font-weight: bold;
	color: #6db33f;
}


.voorstellingen_quote
{
	margin: 0px 0px 0px 10px;
	font-style: italic;
	color: #666;
}

#content
{
	text-align: justify;
}

.img_right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

.img_left
{
	float: left;
	margin: 0px 10px 0px 0px;
}

#wrapper
{
	top: 50px;
}

#container_left
{
	position: absolute;
}

#container_right
{
	position: absolute;
}

#header
{
	position: relative;
}

#nav_prim
{
	position: relative;
	margin: 0px 0px 35px 8px;
}

#nav_prim a
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	margin: 3px 4px 0px 0px;
}

#nav_prim a.current
{
	background-color: #6db33f;
	color: white;
}

#nav_prim a:hover
{
	background-color: #6db33f;
	color: white;
}

#news
{
	position: relative;
	height: 360px;  /* voor slider: 200px */
	width: 640px;   /* voor slider: verwijder regel */
	border: solid 1px #bbb;
	margin: 0px 0px 15px 8px;
	padding: 5px;
	overflow: hidden;
}

#content
{
	position: relative;
	margin: 0px 0px 0px 8px;
}


/* CSS voor table op agenda pagina */

#table_agenda
{
	width: 100%
}

#table_agenda .spacer
{
	height: 10px
}

#table_agenda .left_5
{
	left: 5px;
}

#table_agenda .meerinfo
{
	font-style: italic;
}
#table_agenda .productie
{
	font-size: 12px;
	left: 5px;
}

#table_agenda .head_datum
{
	width: 125px;
	color: #777777;
	font-style: italic;
}

#table_agenda .head_productie
{
	width: 300px;
	color: #777777;
	font-style: italic;
}

#table_agenda .head_locatie
{
	width: 150px;
	color: #777777;
	font-style: italic;
}

#table_agenda .head_tickets
{
	width: auto;
	color: #777777;
	font-style: italic;
}

#table_agenda .jaargang
{
	color: #6db33f;
	font-style: italic;
	left: 10px;
	font-weight: bold;
}

.ticketlink
{
	display: inline;
	border: solid 1px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	color: #6db33f;
	font-style: italic;
	font-size: 11px;
}

.ticketlink:hover
{
	color: #ef8200;
}

#footer
{
	font-size: 11px;
	text-align: right;
	font-style: italic;
}




