body {
	background-color: #FFFFFF;
	font-family: Verdana, arial;	
	font-size: 12px;
	color: #000000;
}

.menu {
	background-image: url("../layout/menu.jpg");	
}

.menuItem {
	padding-left: 12px; 
	padding-right: 12px;	
}

.menuButton {
	font-size: 16 px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menuButton:hover {
	color: #000000;	
	text-decoration: none;
}

.subMenu { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: verdana;
	line-height: 25px;
	padding-left: 25px;
}
h1 {
	color: #141517;	
	font-size: 18px;
	font-weight: bold;	
}

.inhoudt {
	padding-left: 36px;	
	font-size: 13px;	
	padding-right: 36px;		
}

a {
	color: #4d4948;
}
.aftiteling {
	font-size: 10px;
	font-weight: bold;
}

/* categorie menu */

.shop_titel {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
}

#shop_top {
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#shop_top a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

#shop_top a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.shop_menu {
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: verdana;
	line-height: 25px;
	padding-left: 15px;
}

.shop_menu:hover {
	color: #000000;
	text-decoration: none;
}

.shop_sub_menu {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: verdana;
	line-height: 25px;
	padding-left: 30px;
}

.shop_sub_menu:hover {
	color: #000000;	
	text-decoration: none;
}

/* categorie sheet */
p {
	color:#000000;
}

#maakTitel {
	display: block;	
	font-size: 11px;
}

#categorie {
	border: 1px solid #000000;
	border-bottom-width: 0;
	width: 100%;
}

* html #categorie { /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 90%;
}

#categorie a {
	font: bold 12px Tahoma;
	padding: 0.35em 0.5em 0.35em 0.75em;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	background: #FFFFFF no-repeat left;
	background-image: url('http://www.professionaldesign.nl/webshop/layout/menu_bg1.gif');
}

html>body #categorie a { /*Non IE rule*/
	width: auto;
}

html>body #categorie a.subcat { /*Non IE rule*/
	width: auto;
}

#categorie a:hover {
	color: #FFFFFF;
	background: #4d4948 url('');
}

#categorie a.subcat:hover  {
	padding: 0.35em 0.75em 0.35em 0.5em;
	background: #FFFFFF url('../layout/menu_bg2.gif') no-repeat right;
}


/* producten stylesheet */
table#producttabel {
	width: 90%;
	color: #333;
}
table#producttabel td, table#producttabel th {
	padding: 5px;
	font-size: 12px;
/* achtergreond kleur product overzicht. */
	background: #e0e0e2;
	line-height: 18px;
	vertical-align: top;
}
.icons {
	background-color: #e9e9e9;
}

table#producttabel tr.oneven th, table#producttabel tr.oneven td {
	background-color: #FFFFFF;	
}

/* gebruiker aanmaken */
table#formuliertabel {
	margin-left: 13px; 
	margin-top: 3px;
	color: #000000;
	font-size: 12px;
}

table#formuliertabel td {
	padding-left: 4px;
	
}

table#formuliertabel th {
	font-size: 12px;	
	padding-left: 4px;
	border-left: 6px solid #675c94; 
	text-align: left;
}


/* extra styles voor shop */
div#error {
 	font-size: 12px; 
 	border: 1px solid #FF0000;
 	background-color:#FFCCCC; 
 	color:#000000; 
 	padding: 4px; 
 	margin: 7px 10px 4px 15px;
}

div#error ul { 
	margin: 0;
	padding-left: 20px;	
}

div#error li { 
	margin: 0;
}

div#confirm {
 	font-size: 12px; 
 	border: 1px solid #009933;
 	background-color:#CCFFCC; 
 	color:#000000; 
 	padding: 4px; 
 	margin: 7px 10px 4px 15px;
}

div#confirm ul { 
	margin: 0;
	padding-left: 20px;	
}

div#confirm li { 
	margin: 0;
}

