
/**
 * This CSS file defines all style rules for content pages on EDLSite.be.
 */

/* algemeen, header en menu*/

.floatright
{
	float: right;
}

.remark1
{
	color: #F84407;
	font-style: italic;
}

/* Page navigation elements */
.pagenav a
{
	text-decoration: none;
	margin-right: 5px;
	color:#2D3A40;
}

.pagenav .active
{
	font-weight: bold;
	color:#F18C13;
	margin-right: 5px;
}

/* referenties */
.referentie-tekst{
	padding:6px 0px 0px 4px;
	margin-top: 3px;
}

.citaat-tekst{
	padding: 6px 0px 0px 4px;
	font-style: italic;
}


/* New Style classes for being compatible with existing EDL pages. */
.pagecontent table {
	border: collapse;
  	background: transparent;
}

.pagecontent table th {
	text-align: left;
	text-transform: uppercase;
}

.pagecontent a:link, .pagecontent a:visited
{
	color:#D77D10;
/*	color:#F18C13;*/
/*	font-weight:normal;*/
	text-decoration:none;
}

.box h2 {
	/* based on .title */
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}


.box {
	padding:7px 8px 8px 8px;
	margin: 0;
	margin-top: 10px;
	background:#E1E3E4;
}

.box p {
	padding-top: 3px;
}

.box h2, .box h2 a:link, .box h2 a:hover, .box h2 a:visited  { 
	padding: 0; 
	margin: 0;
	color:#2D3A40;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
}


.intro, .pagetitle
{
	margin:0;
	padding:0;
	color:#F18C13; 
	font-weight:bold;
	font-size: 11px;
	text-transform:uppercase;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#F18C13;
	padding:0px 0px 3px 0px;
}

p
{
	margin:0px;
	padding:0px;
	margin-top: 3px 1px 1px 1px;
}

.box img {
	background: #D1D4D5;
	border-style:solid;
	border-width:2px;
	border-color:#D1D4D5;
	margin:6px 3px 0px 3px;
}

.box img.decorationless {
	border: 0px;
}

table td .even {
	background: #FFFFFF;
}


