/* CSS Document */
body {
	background-color: #E04E1D;
}
a {
  text-decoration: underline;
  color: #E04E1D;
}
a:hover {
  text-decoration: underline;
}

.subkop{
 color: #E04E1D;
}

div.datum {
	color: #E04E1D;
	width:50px;
	font-weight:bold;
	text-align:left;
	float:left;
}

div.maand {
	font-size:20px;
	line-height:0.8;
}

div.dag {
	font-size:36px;
	line-height:1;
}

div.omschrijving {
	width:430px;
	float:left;
}

div.titel, .titel a{
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

div.creditregel {
	font-size:14px;
	color: #E04E1D;
}

div.inleiding {
}

div.inhoud {
  margin-top:20px;
}

div.inforegel {
	font-weight:bold;
}

div.linkregel {
}

.linkregellink {
 font-style:italic;
 text-decoration:none;
 font-weight:normal;
 font-size:12px;
}

div.afbeelding {
	width:150px;
	float:left;
	text-align:center;
	padding-left:10px;
}

div.omschrijving_detail {
	width:420px;
	float:left;
	border-style:dashed;
	border-width:0px 1px 0px 0px;
	border-color:#CCCCCC;
	padding-right:10px
}

div.info_column {
	width:160px;
	float:left;
	text-align:left;
	padding-left: 10px;
}

.bold {
	font-weight:bold;
}
.spiffy1{
  border-left:1px solid #eea286; /* tint 3 */ 
  border-right:1px solid #eea286;  /* tint 3 */ 
  background:#fcece7 /* tint 1 */
} 
.spiffy2{
  border-left:1px solid #e87a53;  /* tint 4 */
  border-right:1px solid #e87a53;  /* tint 4 */
  background:#f4c7b7 /* tint 2 */
}
.spiffy3{
  border-left:1px solid #f4c7b7; /* tint 2 */ 
  border-right:1px solid #f4c7b7; /* tint 2 */
}
.spiffy4{
  border-left:1px solid #eea286;  /* tint 3 */
  border-right:1px solid #eea286;  /* tint 3 */
}
.spiffy5{
  border-left:1px solid #fcece7; /* tint 1 */
  border-right:1px solid #fcece7; /* tint 1 */
}
