/* ------- General -------- */

h1 {
	font-weight: normal;
}

/* ------- General overview -------- */
.yearHeaders {
	width: 550px;
}

.yearHeader {

}

.yearName {
	font-size: 12pt;
	background-color: #e0e0e0;
	text-transform: uppercase;
	text-align: center;
	/*font-weight: bold;*/
	font-family: arial, sans-serif;

	float: left;
	width: 175px;
	height: 20px;
	margin-bottom: 4px;
	margin-right: 4px;
}

.yearName a {
	color: #396fb7;
}


/* ------- Dayview -------- */
#archive_dayview
{
	width: 941px;
}

#archive_dayview ul a {
	background-color:#f1f0f0;
 	color:#047;
  	text-decoration:none;
}

#archive_dayview ul {
	list-style:none;
  	margin: 10px 0 10px 0;
  	padding-bottom: 10px;
}

#archive_dayview li {
  	overflow:hidden;
  	clear:left;
  	line-height:135%;
}

#archive_dayview li a {
	background-image: url('/trouw/template/ver2-0/images/icons/icon_listitem.gif');
  	background-repeat: no-repeat;
  	background-position: 0 5px;
  	padding: 0 0 0 12px;
  	background-color: #fff;
  	font-family: Georgia;
}

#archive_dayview h1 a {
	text-decoration: none;
}

#archive_dayview  a {
	text-decoration: underline;
}
/* ------- Calendar view -------- */

a {
	text-decoration: none;
	color: #000;
}

h1 a {
	color: #58534F;
}
.year {
	width: 600px;
}

.month {
	float: left;
	font-size: 10pt;
	background-color: #f0f0f0;
	height: 155px;
	width: 185px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.month a:href {
	color: #000;
	text-decoration: none;
}

.monthTable {
	width: 175px;
}

.monthName {
	font-size: 12pt;
	background-color: #e0e0e0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.monthName a {
	color: #7982b9;
}

.weekNumber {
	background-color: #F0F0F0;
	border-right: 8px solid #F0F0F0;
}

.weekNumber:hover {
	/* do nothing */
	background-color: #F0F0F0;
}

.monthTable th {
	text-decoration: none;
	font-weight: normal;
}

.monthTable th.week {
	border-right: 8px solid #F0F0F0;
}

.monthTable td {
	text-align: center;
}

.monthTable td.sunday {
	color: gray;
}

.monthTable td.sunday a {
	color: gray;
}

.monthTable td:hover {
	background-color: #adb9fb;
}

.active {
	background-color: #7a85bd;
}

/* ------- Pre - view -------- */

#preview {
	width: 554px;
	color: #27556c;
}

hr {
	color: #ccc;
	margin-top: 10px;
	margin-bottom: 15px;
}

#page h1.breadcrumbs {
	font-family: arial, sans-serif;
	font-size: 20pt;
}

#preview h1.previewTitle {
	color: #27556c;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 19pt;
}

#preview .introduction {
	font-weight: bold;
	font-family: arial, sans-serif;
}

#preview p {
	font-family: arial, sans-serif;
}

.access {
	padding-left: 10px;
	padding-top: 10px;
}

.access a {
	color: #27556c;
	text-decoration: underline;
}

.copyright {
	text-align: right;
	color: #000;
}

.copyright a {
	color: #27556c;
}

#preview ul {
	padding-left: 30px;
	padding-bottom: 10px;
	list-style: circle;
	font-family: arial, sans-serif;
}

#preview li {
	padding-left: 5px;
}

#preview li a {
	color: #27556c;
	text-decoration: underline;
}

.intro {
	font-family: arial, sans-serif;
	margin-bottom: 10px;
	width: 540px;
}

.intro a{
	text-decoration: underline;
}

#archive_intro, #archive_outro {
	font-family: arial, sans-serif;
	margin-bottom: 10px;
	width: 540px;
}

#archive_intro a, #archive_outro a {
	text-decoration: underline;
}






