/*=== File 'jqrexm001.css' ===================================================*/
main{
  background-image: url('/DeVrije/prd/img/jqrexm001bkg.png');
  background-repeat: repeat;
  width: 600px;
  margin: 0px auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid navy;
}
aside{
  float: right;
  width: 40%;
  background-color: gray;
  color: white;
  border-radius: 0px 10px 0px 0px;
}
article{
	float: left;
	width:60%;
  border-radius: 10px 0px 0px 0px;
}
footer{
	clear: both;
	text-align: center;
	border-top: 1px dotted black;
  border-radius: 0px 0px 10px 10px;
	padding: 20px 10px 10px 10px;
}
article > *, aside > *{
	margin: 10px;
}

/* TYPOGRAFIE */
ol{
	padding-left: 10px;
  list-style-position: inside;
}
.webninja{
  color:rgba(142,76,119,255);
  font-weight: bold;
}

/* ARTIKEL OPMAAK */
article img{
  border-style: none;
  float: left;
	cursor: pointer;
	margin-right:10px;
	max-width: 100px;
}

/* ASIDE OPMAAK */
aside h3{
  color: tomato;
	text-shadow: 1px 1px #ffffff;
}
aside p, aside ol{
  font-weight: bold;
  font-family: courier;
  font-size: 12px;
}
aside li:hover{
  background-color: tomato;
  cursor: pointer;
} 
aside li:nth-child(even){
  color: lightblue;
} 

/* ID en CLASS */
.lijntjes{
	border-top: 1px solid tomato;
	border-bottom: 1px solid tomato;
}
.verbergen{
	height: 0px;
	overflow: hidden;
}
/*============================================================================*/