﻿/* General */   
html
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body 
{
    font-family: Verdana;
    font-size: 12px;
    background: #EEEEEE;
    height: 100%;
    width: 100%;
    margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
    padding: 0;
    scrollbar-base-color:#ffffff;    
    overflow: hidden;
}

td
{
	font-family: Verdana;
    font-size: 10px;
}

h1
{
	font-family: Myriad Pro;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #1C3E36;
	padding-left: 7px;
}

img
{
	border-width: 0px;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color: #1C3E36;
	padding-left: 10px;
	padding-bottom: 2px;
}

h3 
{
    font-size:medium;
    font-weight:bolder;
    color: Navy;
}

h4
{
    font-size:small;
    color: Navy;
}

label,input
{
	font: 11px Verdana;
}

/* General Layout elementes */
div#top
{
	height: 100px;
	background-image: url(../../images/wavelarge.jpg); background-repeat: repeat-x;
	border-bottom: 1px solid black;
}

div#left
{
	width: 700px;
	position: absolute;
	top: 0px;
	float: left;
	overflow-y: scroll;
	height: 100%;
	/* min-height: 400px; */
	bottom: 0px;
}

div#container
{	
	position: absolute;
	top: 100px;
	bottom: 0px;
	left: 0px;
	right: 0px;	
}

div#flashcontent
{
	/*float: right;
	height: 100%;*/	
	position:absolute;
	left: 701px;
	top: 1px;
	bottom: 0px;
	right: 0px;	
}

div#navigation
{
	width: 193px;
	float: left;	
	padding-top: 20px;
	padding-bottom: 50px;
	border: 1px solid black;
	border-width: 0px 1px 1px 0px;
	background-color: #7FC6B8;
}

div#divProgress
{
	font-size: 22px;
    visibility:visible;
    vertical-align:middle;
    /*
    border-style:inset;
    border-color:black;
    background-color:#c8d1d4;
	*/
}

#IMG1
{
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 25px;
}

div#pnlInhoud
{
	margin-left: 200px;	
	/*overflow-y: scroll;*/
}

div#udpInhoud
{
	margin-right: 24px;
	position: absolute;
	top: 22px;
	left: 0px;
}

div#controlBar
{
	float:left;
	height: 20px;
	width:98%;
	border: 1px solid black;
	border-width: 1px 0px 1px 0px;
	background-color: #FEEEB3;
	text-align:right;
}

div#toggleButton
{
	width: 20px;
	height: 20px;
	float: right;
	font-family: Verdana;
    font-size: 12px;
	display: inline;
	text-align:center;
	line-height: 20px;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	background-color: #dddddd;
	border: 1px solid black;	
	border-width: 0px 1px 0px 1px;
	cursor: pointer;
}
div#toggleMap
{
	width: 20px;
	height: 20px;
	float: right;
	font-family: Verdana;
    font-size: 12px;
	display: inline;
	text-align: center;
	line-height: 20px;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	background-color: #dddddd;
	border: 1px solid black;
	border-width: 0px 1px 0px 1px;	
	cursor: pointer;
}

/* Shopping Cart */
div#shoppingCart
{
	padding-left: 25px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top:10px;
	font-size: x-small;
}

a.shop:link, a.shop:active, a.shop:visited 
{
	border-width: 0px;
	text-decoration: none;
	background-image: url(../../App_Img/cart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	display: block;
}

a.shop:hover 
{
	background-image: url(../../App_Img/cart2.jpg);
	font-weight: normal;
	background-position: 0cm 0cm;
	height: 30px;
	display: block;
}

/* Other */

div#QSearch
{
	margin-left: 10px;
}

.menu
{
    background-color: #7FC6B8; /*#18790E;*/
    color:#1C120A; /*#1a524a;*/;
    width: 180px;          
    /*background-image:url(images/sidebar-lichtgroen.jpg);*/
}

#treeview_menu A:link,A:visited 
{
	color: #224F46; 
	text-decoration: underline
}

.menu A:hover 
{
	text-decoration: none; 
	font-weight: bold; 
	color: #f8f8ff;
}

.txtbox
{
	font-family:Arial 9px;
	width: 200px;
	background-color: #E9E9E9;
}

.cmbbox
{
	font-family:Arial 10px;
	color: #1C3E36;
	width: 207px;
	background-color: #E9E9E9;
}

#menubarText
{
	margin: 5px;
}

.menu_option
{
    color:#224F46;
    padding-left: 10px;
}
.menu_group
{
    color: #EE0900;
    padding-left: 10px;
    font-weight: bold;
}

.menu_shopping
{
    color: #EE0900;
    margin-bottom: -5px;
    font-weight: bold;
    vertical-align:middle;
}

a.buttonhome:link, a.buttonhome:active, a.buttonhome:visited
{
	background-image: url(../images/Button_home_notpushed.jpg);
	background-repeat: no-repeat;
}

a.buttonhome:hover
{
	background-image: url(../images/Button_home_pushed.jpg);
}

.menu_go A
{
    color: #295F54;
}

.explanation
{	
    font-style:italic;
    font-size:xx-small;
}

#UpdateProgress1 
{
   background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
}

#UpdateProgress1 img 
{
	vertical-align:middle;
	margin:2px;
}
 
.TextWrap 
{
	word-wrap:word-break;
}
 
.ErrorMessage
{
	color: #ee0900;
	font-size: 13px;
}
 
.results
{ 
	background-color: #7FC6B8; 
}

.tdsep
{ 
	background-color: red; 
}
 
.childresults
{ 
	background-color: #ff0000;
}

 .small_message
{
	font-size:xx-small;
	font-style:italic;
}
 
.tekst
{
	font-family: Arial;
	font-size: 14px;
	color: #1C3E36; 
	padding: 5px;
	text-align: justify;	
}

.koptekst
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #1C3E36; 
	padding-left: 0px;
	padding-bottom: 10px;	
}

a.lnk:link, a.lnk:visited { color: #336333; text-decoration: underline;}
a.lnk:hover { color: #336333; text-decoration: none;}

a.lnkAdd:link, a.lnkAdd:visited { color: #336333; text-decoration: underline; margin-left:10px;}
a.lnkAdd:hover { color: #336333; text-decoration: none; margin-left:10px;}

a.lnkBack:link, a.lnkBack:visited { color: #336333; text-decoration: underline; margin-left:10px;}
a.lnkBack:hover { color: #336333; text-decoration: none; margin-left:10px;}

.name
{
	font-family: Arial;
	color: #ff0000;
	text-decoration: underline;
}

/*	Wave flex element */
#flex
{
	width: 100%;
	height: 480px;	
}

#introFlex
{
	padding: 5px;
}

#flashText
{	
	margin: 10px;
	font-style: italic;
	font-size: 8pt;
}
