/*<style>*/

/*
paars:			710093
donkerpaars:	53006B
donkergeel:		FFEB8A
lichtgeel:		FDF2BA

gewijzigd:	30-01-2016 | matthijs
*/

/* ALGEMEEN */
@media screen {

	body, td, a, a:hover, span, div {
		font-size: 14px;
		font-family: geneva, tahoma, verdana, arial, helvetica;
	}
	body, td, span, div, li, ul {
		cursor: default;
		color: #360045;
	}

	#printLogo {
		display: none;
	}
	
	/* PAGES */
	body.enter {
		background-color: #FDF2BA;
	}

	/* TEXT POSITION */
	.textDiv {
		width: 750px;
		float: left;
		border-right: 1px dotted silver;
		padding-right: 20px;
	}

	.imageDiv {
		width: 250px;
		float: right;
	}

	/* TEXT */
	h2.header {
		color: #710093;
		font-size: 17px;
		font-weight: bold;
	}


	/* BUTTONs */
	.menuButton {
		color: white;
		width:150px; 
		height:27px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_of.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.menuOvButton {
		color: white;
		width:150px; 
		height:27px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_on.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.menuDoButton {
		color: white;
		width:150px; 
		height:27px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_do.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.menulargeButton {
		color: white;
		width:150px; 
		height:40px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_of_large.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.menulargeOvButton {
		color: white;
		width:150px; 
		height:40px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_on_large.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.menulargeDoButton {
		color: white;
		width:150px; 
		height:40px; 
		padding-left: 7px;
		background-image: url('../img/menu/btn_do_large.jpg');
		background-repeat: no-repeat;
		cursor: pointer;
	}

	/* DIVTABLE */
	.td1Div {
		width: 100px;
		float: left;
		vertical-align: top;
	}

	.td2Div {
		width: 550px;
		float: left;
	}

	.tdClearDiv {
		clear: both;
		margin-bottom: 10px;
	}
	/* /DIVTABLE */

	/* LINKS */
	a {
		color: #7852D2;
	}
	a:hover {
		color: #8B5FF3;
	}
	a.homeLink {
		color: #7852D2;
		font-size: 16px;
	}
	a:hover.homeLink {
		color: #8B5FF3;
		font-size: 16px;
	}
}
	
	
@media print {
	body, html {
		height: 100%;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	
	body, a, div, span, td, input, button, select, textarea {
		font-family: verdana, arial, helvetica;
		font-size: 30px;
		color: black;

	}
	
	.textDiv {
		width: 100%;
		border: 0px;
		margin-bottom: 50px;
	}

	.imageDiv {
		width: 100%;
		float: left;
		text-align: center;
	}

	
	#menu, #header, .submenu {
		display: none;
	}
	
	#printLogo {
		display: block;
	}
	
	#bodyContainer {
		margin-left: 0px;
		margin-top: 0px;
		color: black;
		overflow: show;
		font-size: 30px;
	}	
	
	#container {
		position: relative;
		height: 100%;
		width: 100%;
	}
	
}

/*</style>*/