﻿body {
	font-family: Verdana;
	font-size: small;
}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size:larger;
}
a {
	color: #000000;
}
a img { /* gebruikt voor front-page plaatjes*/
	border-width:0;
}
UL {
	list-style-type:none; /* geen bullet style, we gebruiken background-images */
	padding-left:0px; /* zorg dat de lijst niet inspringt */
	margin:0 0 0 0;
}
LI {
	/*background-image: gedefinieerd in de MasterPage */
	background-position: 0px 3px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 12px;
}
.articleText p {
    margin-top: 1em;
}
.articleMediumText {
	vertical-align: top;
}
.articleTitle {
	font-style: italic;
	font-weight: bold;
}
.articleImageLeft {
	margin-right: 5px;
	text-align: left;
}
.articleImageRight {
	margin-left: 5px;
}
.linkBlackNoUnderline {
	text-decoration: none;
}
.columnBorder {
	padding: 0;
	border: 2px solid #502326; 	/* main-color */
	background-color: white;	
}
.columnTitle2 {
	background-color: #502326; 	/* main-color */
	text-align: center;
}
.contactHeader {
	font-size: large;
	font-weight:bold;
}
.linkTitle2 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}	
.newsDate {
	font-size: x-small;
}
.newsTitle {
	font-size: large;
	font-weight: bold;
}
.newsText p {
	margin-top: 1em;
}
.newsBron {
	font-size: x-small;
}
.searchInfo {
	font-size: x-small;
	font-style:italic;
	color:Gray;
}
.premiereDate {
	vertical-align: top;
	white-space: nowrap;
	padding-right:5px; /* extra ruimte rechts van de datum */
}
.linkMore {
	color: #000000; /* black */
	white-space: nowrap; /* nobr */
}
.cellMore {
	text-align: right;
}
.articleImageCopyright {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
.articleImageFrame {
	float: right;
	margin-left:5px;
}
.socialMedia {
    border: 1px solid #DDDDDD; 
    padding: 10px; 
    height: 20px;
    /*background-color: #EEEEEE; */
    background-color: #EDE4E4;
    color: #2B2C31;    
}
.socialMedia div {
    float:left;
    padding-left: 10px;
}
.regie {
	font-size: small;
	font-style: italic;
}
.buttonLink {
	text-decoration: none;	
}
.button {
	font-family: "Courier New", Courier, monospace;
	border-style: inset;
	border-width: 1px;
	border-color: #CCCCCC;
	color: white;
	background-color:#502326; 	/* main-color */
	margin-left:5px;
	padding: 1px 4px 1px 4px;
	line-height: 1.4em;
}
.copyrightText {
	font-family: "Courier New", Courier, monospace;
	color: white;
	line-height: 1.4em;
}
a.categorie 
{
	margin-left:5px;
	padding-left:3px;
	padding-right:3px;
	font-size:xx-small;
	font-weight:bold;
	text-decoration: none;
}
/* Cabaret */
a.categorie1 
{
	background-color:Teal; 
	color:White; 
}
/* Familie */
a.categorie2 
{
	background-color:Blue; 
	color:White; 
}
/* Musical */
a.categorie3 
{
	background-color:Black; 
	color:White; 
}
/* Muziektheater */
a.categorie4
{
	background-color:Yellow; 
	color:Black; 
}
/* Opera */
a.categorie5 
{
	background-color:Orange; 
	color:White; 
}
/* Toneel */
a.categorie6 
{
	background-color:Lime; 
	color:Black; 
}
/* Dans */
a.categorie7 
{
	background-color:Maroon; 
	color:White; 
}
/* Festival */
a.categorie8 
{
	background-color:Aqua; 
	color:Black; 
}
/* Interview */
a.categorie9 
{
	background-color:Olive; 
	color:Black; 
}
