﻿@media screen {

	/* Achtergrondkleur */
	BODY, INPUT, SELECT, .Melding, .Grid
	{
		background-color :White ;
	}	
	/* Achtergrondkleur */

	/* Breedte website */
	DIV, TABLE, .Titel, .Knoppen, .Melding, .Grid
	{
		width: 810px;
	}	
	.LogoBedrijf
	{
		width: 940px;
	}
	.ContentKolom
	{
		left: 130px;
		width: 810px;
	}
	/* 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: 120px;
		background-repeat: no-repeat;
	}

	.Knop, .Knop_Vorige 
	{
		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;
        font-style: normal;
        text-decoration: none;
	}
    /* is een linkbutton ipv button*/
    .Knop_Vorige
    {
        padding: 6px 3% 5px 3%;
    }

	/*Nieuw*/
	.MenuKnop 
	{
		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;
	}

	.Koerhuis
	{
		color: white;
	}

	.Inloggen
	{
		color: white;
	}
	

	/*Klant afhankelijk */
	.Titel
	{
		background-color: #EFEFEF;
		color: #F58220;
	}
	.Knoppen
	{
		background-color: #EFEFEF;
	}
    .LogoBedrijf {
        /*background-image: url('App_Themes/0337/hoogland.png');*/
        /*background-color: #FFFBEF;*/
        background-image: url('App_Themes/0337/hoogland.jpg');
        background-size: 90% 90%;
        /*height: 150px;*/
    }
	.Knop, .Knop_Vorige
	{
		background-color: #DDDBD7;
		cursor: hand;
		color: #F58220;
	}
	.LogoBestel
	{
		display: none;  
	}

	/*Nieuw*/
        .MenuKnop
	{
		/*background-color: #E7E7E7;*/
		background-color: #DDDBD7;
		cursor: hand;
		width: 120px; 
		color: #F58220;
	}
	.MenuKolom
	{
		background-color: #EFEFEF;
	}

	.Koerhuis
	{
		color: black;
	}

	.Inloggen
	{
		color: black;
	}


	/*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;
	}

}