/* Note: the names of the styles "Heading1", "Heading 2", "Heading 3", "Normal" and "BodyTextRed" must correspond 
 with the predefined style names in Electos. The formatting however may differ.  Changing the format will affect both the
 appearance in Electos Stduio and the website*/

.Heading1
{
	font-size: 2em;
   line-height: 1em;
   margin: 0;
   font-weight: bold;
}

.Heading2
{
	color: #B82531;
	font-size: 1.5em;
	text-align: left;
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 10px 0;
   font-weight: bold;
}
	
.Heading3
{
    color: #B82531; 
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 10px 0 0.5em 0;
    font-weight: bold;
}

.Heading4
{   
   color: #B82531; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: bold;
}

 .Heading5
{
 	font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0 0;
   font-weight: bold;
}
 
 .Heading6
{
  	font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: bold;
}
/*  Note: the following styles correspond with the elements in the Simple Page and Container Document Structures. They are used 
to set the default format for these elements in both the studio and website. You may change the format as you wish. You should 
also expand the styles here when you create new document structures with different names items */


.Title 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B82531;
	font-size: 18px;
	font-weight: bold;
}

.Chapeau 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B82531;
	font-size: 15px;
	font-weight: bold;
}

.TextLB, .TextLO, .TextRB, .TextRO, .Datum, .Samenvatting, .KorteVermelding, .ISBN, .Links,
.DateLB, .DateLO, .DateRB, .DateRO, .Inleiding, .ImageText, .TextTussenZijKop
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
    color: #837a7a;;
}

.TitleLB, .TitleLO, .TitleRB, .TitleRO, .TussenZijkop, .DatumPublicatie
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #837a7a;;
}

.TitleRedLB, .TitleRedLO, .TitleRedRB, .TitleRedRO, .GalleryTitle, .Tussenkop
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #B82531; 
    font-size: 16px;
    font-weight: bold;
}

.TextTussenZijkop
{
    color: #9A9393;
    font-size: 0.9em;
}

.ImageText, .GrijzeText1, .GrijzeText2, .GrijzeText3
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    color: #837a7a;;
}

.Quote {
    color:#aaaaaa;
}

.QuoteVan {
    color:#aaaaaa; 
    font-size: .75em;
    font-style: italic;
}


/*
default link styles
*/
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit;   /* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #B82531; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #B82531;               
}
a:hover {
   text-decoration: none;
   background-color: #e5e5e5;   
   color: #B82531;
}


body.Samenvatting{
    /*width: 400px;*/
    /*padding-right: 249px;*/
}

body.Text{
    /*width: 600px;*/
    /*padding-right: 59px;*/
}



body{
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   
    color: #4b4b4b;
}

.Text p, .Samenvatting p {
   font-size: .95em; 
   line-height:1.4em;
   padding: 0 0 2px 0;
   text-align: left;
   margin: 0;
}

.Text div, .Samenvatting div {
   font-size: .95em; 
   line-height:1.4em;
}

.Text li, .Samenvatting li {
    font-size: .95em; 
    line-height:1.4em;
}

.Text blockquote, .Samenvatting blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
.Text pre, .Samenvatting pre {
   font-family: monospace;
   font-size: 1.0em;
}
.Text strong, .Samenvatting strong, .Text b, .Samenvatting b {
   font-weight: bold;
}
.Text em, .Samenvatting em, .Text i, .Samenvatting i {
   font-style: italic;
}
/* END TEXT */
/* LISTS */
.Text ul, .Samenvatting ul, .Text ol, .Samenvatting ol, .Text dl, .Samenvatting dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
.Text ul li, .Samenvatting ul li, .Text ol li, .Samenvatting ol li {
   margin: 0 0 0.25em 3em;
}

/* END LISTS */
/* TABLES */
.Text table, .Samenvatting table {
        border: 0px solid #A79A9B;
        border-collapse: collapse;
        margin-bottom: 10px;
}
.Text td, .Samenvatting td, .Text th, .Samenvatting th {
        vertical-align: top;
        line-height: 1.2em;
        padding: 5px 4px;
}

.Text thead tr, .Samenvatting thead tr{
        background-color: #e5e1e1;
}
.Text thead tr td, .Samenvatting thead tr td, .Text thead tr th, .Samenvatting thead tr th {
        padding-left: 8px;
}
