/* ---------->>> ILLUSTRATIE TEMPLATE <<<-----------------------------------------------------------------------------*/

/* Gebruik dit template om het uiterlijk van de illustratiepagina's te veranderen */


/* ---------->>> HOOFDCOLOMMEN <<<--------------------------------------------------------------------------------*/



		#entryleft {
			width: 290px;
			float: left;
			padding: 0px 20px 0px 40px;
			display: inline;
			text-align: right;
			font-style: italic;
			color: #535353;
			background: url(images/smudge.png);
			background-position: center bottom;
			background-repeat: no-repeat;
			}
		
		#entryright {
			width: 570px;
			float: left;
			padding: 0px 40px 0px 0px;
			display: inline;
			background: url(images/smudge.png);
			background-position: top left;
			background-repeat: no-repeat;
 			}

		#entrymiddle {
			width: 735px;
			padding: auto auto auto auto;
                        margin: auto auto auto auto;
			display: inline;
                        text-align: center;

 			}

/* ---------->>> VISABILITY <<<-----------------------------------------------------------------------------------*/


		#verhaal {
			display: none;
		}

		#illustratie {
			display: inline;
		}

		#ontwerp {
			display: none;
		}

		#interface {
			display: none;
		}
		

/* ---------->>> GEBRUIKTE WRAPPINGS <<<--------------------------------------------------------------------------*/

		#illuentry {
			background-color: black;
		}

		#illuentry a:visited, #illuentry a:link {
			color: white;
			font-weight: 900;
			text-decoration: none;
			border-bottom: none;
		}

		#illuentry a:hover {
			color: #936743;
			font-weight: 900;
			text-decoration: underline;
			border-bottom: none;
			background-color: white;
		}
