/*
 * Stylesheet voor standaard documenten
 * $Id: style.css,v 1.1 2006/02/21 11:11:29 jasper Exp $
 */

body {
  background:   #FFFFDD;
  width:        66ex;
  margin-left:  auto;
  margin-right: auto;
  
  font-family:  arial "lucida sans", "trebuchet ms", verdana, sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
  text-align:   center;
}

p,li {
  text-align:   justify;
}

li h1,
li h2,
li h3 {
  text-align:   left;
}

code, pre {
  text-align:   left;
}

B/* Thank to IE7, we need this :-( */
blockquote p:before     { content: open-quote;     }
blockquote p:after      { content: no-close-quote; }
blockquote p.last:after { content: close-quote;    }

q { quotes: "\201C" "\201D"; }

#locatie {
text-align: right;

border-bottom: 1px inset #000;
}

#bestel_tabel {
border: 1px solid #c0c0c0;
}

#totaal_tabel {
border: 1px solid #c0c0c0;
}

#footer {
color: #424242;
}

#menu {
text-align: left;
border-bottom: 1px inset #000;
text-decoration: none;
}

a:link,
a:visited {
  	text-decoration: none;
/*  	border-bottom: 1px dotted #000; */
/*      color: #4e5a7e; */
	color: #7B001C;
}

/*a:link:hover,
a:visited:hover {
  	background: #c0c0d1;
  	color: #000000;
}
*/

th {
background-color	: #c0c0c0;
}

tr.header {
background-color	: #c0c0c0;
}
tr.dark {
background-color	: #eee;
}
tr.light {
background-color	: #ccc;
}
