﻿@media screen {

	/* Achtergrondkleur */
	BODY, INPUT, SELECT, .Melding, .Grid
	{
		background-color :White ;
	}	
	/* Achtergrondkleur */

	/* Breedte website */
	DIV, TABLE, .Titel, .Knoppen, .Melding, .Grid
	{
		width: 830px;
	}	
	.LogoBedrijf
	{
		width: 960px;
	}
	.ContentKolom
	{
		left: 130px;
		width: 830px;
	}
	/* Breedte website */

	BODY
	{
		font-size: 10pt;
		font-family: Arial;
	}

	DIV
	{
		height: 1px;
		text-align: center;
	}

	INPUT
	{
		font-size: 10pt;
	}

	SELECT
	{
		font-size: 9pt;
	}

	.Textbox
	{
		border-right: #7b9ebd 1px solid;
		border-top: #7b9ebd 1px solid;
		border-left: #7b9ebd 1px solid;
		border-bottom: #7b9ebd 1px solid;
	}

	.Titel
	{
		font-size: 12pt;
		font-weight: bold;
		height: 20px;
		text-align: center;
		vertical-align: middle;
		border-bottom: gray thin solid;
		border-top: gray thin solid;
		color: white;
	}

	.MenuKolom
	{
		width: 120px;
		height: 180px;
		text-align: left;
		/*border-right: gray thin solid;*/
	}	

	.ContentKolom
	{
		position: relative;
		top: -180px;
		height: 368px;
		text-align: left;
	}

	.Knoppen
	{
		height: 23px;
		vertical-align: middle;
		/*border-bottom: gray thin;*/
		/*border-top: gray thin;*/
		border-bottom: gray thin solid;
		border-top: gray thin solid;
	}

	.Melding
	{
		font-size: 11pt;
		font-weight: bold;
		height: 40px;
		text-align: center;
	}

	.LogoBedrijf
	{
		height: 75px;
		background-repeat: no-repeat;
	}

	.Knop 
	{
		height: 23px;
		font-size: 11pt;
		font-weight: bold;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
		color: white;
		width: 107px;
	}

	.Grid
	{
		border-color: #fcf7dd;
	}

	/*Klant afhankelijk */
	.Titel
	{
		background-color: #F78427;
	}
	.Knoppen
	{
		background-color: #F78427;
	}
	.LogoBedrijf
	{
		background-image: url('App_Themes/0533/Kop_Vitelia.JPG');
	}
	.Knop
	{
		background-color: #377C2B;
		cursor: hand;
	}
	.LogoBestel
	{
		background-image: url('App_Themes/0533/vakkenverdeling.jpg');
		background-repeat: no-repeat;
		height: 80px;
		background-position: right top;
		/*display: none;  */
	}
	/*Klant afhankelijk */
}

@media print {
	BODY
	{
		font-size: 10pt;
		font-family: Arial;
	}
	DIV
	{
		height: 1px;
		width: 700px;
		text-align: center;
	}
	INPUT
	{
		font-size: 10pt;
		border-right: white 0px none;
		border-top: white 0px none;
		border-left: white 0px none;
		border-bottom: white 0px none;
	}
	SELECT
	{
		font-size: 9pt;
	}
	TABLE
	{
		width: 700px;
	}
	
	.Textbox
	{
		border-right: white 0px none;
		border-top: white 0px none;
		border-left: white 0px none;
		border-bottom: white 0px none;
	}

	.Titel
	{
		font-weight: bold;
		font-size: 12pt;
		vertical-align: middle;
		text-align: center;
		background-color: white;
		border-bottom: gray thin solid;
		height: 20px;
		width: 700px;
	}

	.MenuKolom
	{
		display:none ;
	}	

	.ContentKolom
	{
		text-align: left;
	}

	.Knoppen
	{
		vertical-align: middle;
		background-color: inactiveborder;
		border-bottom: gray thin solid;
		border-top: gray thin solid;
		width: 700px;
		height: 25px;
	}
	.Melding
	{
		font-weight: bold;
		font-size: 11pt;
		width: 700px;
		height: 40px;
		text-align: center;
	}
	.Toevoeging
	{
		font-size: 7pt;
	}

}