@charset "utf-8";
/* CSS Document */

body {background: #fff url("img/bg_body.jpg") repeat-x; color: #222;}
h1 {color: #60b546;}
h2 {color: #222;}
h3 {color: #222;}
a:LINK, a:VISITED {color: #60b546;}
a:HOVER, a:ACTIVE {color: #60b546;}

th {background-color: #60b546; color: #fff;}

.submitknop input {
	border: 2px solid #999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	color: #333;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	opacity: 0.67; filter:alpha(opacity=67);
	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.submitknop input:HOVER, .submitknop_inline input:HOVER {opacity: 1; filter:alpha(opacity=100);}

#canvas {}
#geboortelijst table td {border-bottom: 1px solid #ccc;}
#bestelling table th {color: #222;}

#par_menu ul li a {color: #00f;}
#par_menu ul li.actief a, #par_menu ul li a:HOVER {color: #c00;}

table.detail td {border-bottom: 1px solid #ccc;}



