﻿body, html {
	width:100%;
	height: 100%;
	padding:0px;
	background-color:#F7F6FB;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #5B8895;
	SCROLLBAR-SHADOW-COLOR: #5B8895;
	SCROLLBAR-3DLIGHT-COLOR: #BED6CB;
	SCROLLBAR-ARROW-COLOR: #5B8895;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #BED6CB;
}

h1
{
	font-family: Myriad Pro;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #1C3E36;
	padding-left: 7px;
}

h2
{
	font-family: Myriad Pro;
	font-size: 17px;
	text-decoration: underline;
	color: #990000;
	padding-left: 10px;
	padding-bottom: 2px;
}

object 
{             
    outline:none; 
    height:100%;
    width:100%;
}


#flashcontent
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.txtbox
{
	font-family:Arial 9px;
	width: 200px;
	background-color: #E9E9E9;
}

.cmbbox
{
	font-family:Arial 10px;
	color: #1C3E36;
	width: 207px;
	background-color: #E9E9E9;
}
	
label,input
{
	font: 11px Verdana;
}

#menubarText
{
	margin: 5px;
}

td 
{
    font-size: x-small;
    width: 100%;
}

h3 
{
    font-size:medium;
    font-weight:bolder;
    color: Navy;
}
h4
{
    font-size:small;
    color: Navy;
}

.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;
}



/* deze gaan allemaal over shopping-cart image */

a.shop:link, a.shop:active, a.shop:visited 
{
	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;
}

/* ------------------------------------------ */


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;
}

#flex
{
	width: 100%;
	height: 500px;	
}

#introFlex
{
	padding: 5px;
}

/*

Buiten gebruik

.title
{
	background-image: url(../../app_img/title.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 410px;
	height: 30px;
	padding-top: 20px;
	padding-left: 12px;
}

.menu_cart
{
    padding-left: auto;
    margin-bottom: -12px;
    vertical-align:middle;
}


*/