/* Stylesheet voor de pagina Informatie van de website www.morganamadrigaalkoor.nl */


body
{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #b1d0b8;
	background-image: url(../images/bg/koor-den-haag-bg-berichten.jpg);
	background-repeat: repeat-x;
	background-position: 35% 0em;
	color: #fff;
}


#contentmiddle ul
{
	font-size: 0.9em; 
	color: blue;
	list-style: inside;
	margin: 0.8em 0em 3em 2.3em;
	padding-left: 20px;
}	


#contentmiddle table
{
	border-collapse: collapse;
	width: 80%;
	margin: 1em 0em 1em 2.3em;
	padding: 0.5em;
	color: navy;
}

#contentmiddle table td, th
{
	font-size: 0.8em;
	border: 1px solid blue;
	padding: 0.5em;
	vertical-align: top;
}


#contentmiddle table th
{
	background-color: #c3ecc7;
}

#contentmiddle p
{
	color: #000;
}


.red
{
	color: red;
}



.green
{
	color: green;
}

.ol-normal
{
	list-style: decimal;
	margin: 1em 0 2em 3em;
	color: #000;
	font-size: 0.9em;
}
