body					{
						/*background:#ffffff none repeat scroll 0% 50%;*/
						color: #333333;
						font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 62.5%; /* = 10px */
						padding: 0px 0px 0px 0px;
						margin: 0px 0px 0px 0px;
						background-color:#c9d7e4;
						}

p						{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
        				font-size: 11px;
                        color: #333333;
						vertical-align: top;
						margin: 0px 0px 0px 0px; /*een enter levert één regel op in de cms*/
						line-height: 1.5em;
						/*letter-spacing:0.0em;*/
						}
						
h1                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 16px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
h2                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 14px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
h3                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 12px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
h4                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 11px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
h5                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size:10px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
h6                      {
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size:8px;
                        color: #333333;
						font-weight: bold;
						margin: 0px;
                        }
						
table 					{	   
						font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 1em;
	  					}

form					{
						margin: 0px;
						font-size: 1em;
						}


textarea                {
                        font-family: Verdana, sans-serif;
                        font-size: 1em;
                        color: #333333;
						overflow: auto;
                        }

input                   {
                        font-family: Verdana, sans-serif;
                        font-size: 1em;
                        color: #333333
                        }

select                  {
                        font-family: Verdana, sans-serif;
                        font-size: 1em;
                        color: #333333
                        }
						
a 						{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 1em;
						color:  #ff6600;  
						text-decoration: underline;
						}

a:link 					{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						color: #ff6600; 
						}
						
a:active  				{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						color: #ff6600; 
						}
						
a:visited  				{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						color: #ff6600; 
						}
												
a:hover  				{
        				font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
						font-size: 1em; 
						color:  #ff6600; 
						}						
								
hr 						{
   						color: #cccccc;
   						background-color: #cccccc;
   						height: 1px;
						}	
											
/* PNG transparantie in IE mogelijk maken*/
/*
img 					{				
						behavior: url('site/css/pngbehavior.htc');
						}
*/						




a.sublink         {
                font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
				font-size: 11px;
                color: #dacce1;
                text-decoration: none;
               }
				
a.sublink:link         {
                font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
				font-size: 11px;
                color: #dacce1;
                text-decoration: none;
               }
a.sublink:active          {
                font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
				font-size: 11px;
                color: #dacce1;
                text-decoration: none;
                }
a.sublink:visited          {
                font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
				font-size: 11px;
                color: #dacce1;
                text-decoration: none;
                }

a.sublink:hover         {
               	font-family: Verdana, Arial, sans-serif, "Lucida Grande","Lucida Sans Unicode","Lucida Sans";
				font-size: 11px;
                color: #bbafc1;
                text-decoration: none;
                }	



/* WEBSHOP CSS */

#cart {
	/*background-color:#FFFF66;*/
	background: url(../images/cart_background.jpg) no-repeat 0px 0px;
	background-position:center;
	border:dashed gray 1px;
	height:200px;
	width:235px;
	padding:5px;	
	overflow: auto;
}
#cart_container {
	background-color:#FFFF66;
	border:dashed gray 1px;
	height:300px;
	width:235px;
}
#products {
	background-color:#FFF;
	border:dashed gray 1px;
	width:520px;
	padding:5px;
	float:left;
}	
.box {
	background-color:#CCFF33;
	border:solid gray 1px;
	margin:10px;
	padding:4px;
	width:500px;
	height:100px;
	float:left;
	cursor:pointer;
}
#loading {
	display:none;
	float:right;
}
#clearCart {
	text-decoration:underline; 
	cursor:pointer; 
	float:right;
	display:none;
}
#clearCart:hover {
	background-color:#CCFFCC;
	color:#000099;
}

/*#### Standaard tabel navigatie ####*/

#nav_admin_default, #nav_admin_default ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
}

#nav_admin_default a {
	display: block;
	height: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nav_admin_default li { /* all list items */
	float: left;
	width: 3%; /* width needed or else Opera goes nuts */
	padding: 0px 5px 0px 0px;
	color: #FF0000;
}


	

						