
html {
  margin: 0;
  padding: 0;
}

body {
	background: #fff url('/images/background.png') left top repeat-y;
  margin: 0;
  padding: 0;
}

body,p,td {
	font-family: Tahoma,Arial,Verdana,Sans-serif;
	font-size: 12px;
	color: #00006B;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

#container {
  background: url('/images/visual.png') no-repeat;
  min-height: 400px;
  width: 992px;
}

#header {
  background: #d75227;
  height: 136px;
  margin-left: 155px;
}

#header #logo img {
  float: left;
  margin-top: 80px;
  margin-left: 15px;
}

#header form {
  float: right;
  margin-top: 95px;
  margin-right: 25px;
}

#header input {
  border: 0;
  font-size: 14px;
  padding: 2px;
}

#header select {
  border: 0;
  font-size: 14px;
  padding: 1px;
}

#header input.button {
  font-size: 13px;
  height: 20px;
  padding: 2px;
}
  
#menu {
  border-bottom: 2px solid #d75227;
  float: left;
  line-height: 33px;
  margin-left: 172px;
  font-size: 11px;  
  width: 650px;
}

#menu a, #menu a:hover {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #232163;
  padding: 0 20px;
}

#menu a:hover {
  text-decoration: underline;
}

#menuleft {
  padding: 0;
  padding-top: 120px;
  position: absolute;
  left: 0;
  padding-right: 11px;
  top: 160px;
  text-align: right;
  width: 126px;
}

#menuleft p {
  margin: 0;
  padding: 0;
}

#menuleft ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuleft a {
  color: #232163;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-align: right;
  text-decoration: none;
}

#menuleft a:hover {
  text-decoration: underline;
}

#content  {
  color: #00006B;
  float: left;
  font-size: 12px;
  margin-left: 137px;
  padding-left: 37px;
  padding-top: 18px;
  width: 650px;
}

#rightbar {
  background: #fff;
  margin-right: 3px;
  float: right;
  padding: 0 4px;
  margin-top: -30px;
  width: 145px;
}

#rightbar #mandje  {
  color: #00006B;
  font-size: 11px;
  padding: 10px;
}


h1  {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

tr.tableheader td
{
  background-color: #DFDFFB;
  border-bottom: 1px solid black;
  font-weight: bold;
  color: #00006B;
}

tr.tableheader td a:link, tr.tableheader td a:hover, tr.tableheader td a:visited
{
  color: #00006B;
  text-decoration: none;
}

tr.tablerow td
{
  border-top: 1px solid #00006B;
  background-color: white;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 5px;
}

tr.tablerow td.actioncell
{
  border-left:1px dotted #cecece;
  font-weight: bold;
}

tr.tablerow td a:link, tr.tablerow td a:hover, tr.tablerow td a:visited
{
  color: #00006B;
  text-decoration: none;
}

tr.tablerow_action td  {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

tr.tablerow_action td table  {
  width: 100%;
  border: 1px dotted #cecece;
  border-top: none;
  background-color: #fff6ed;
}

tr.totalrow td.total {
  border-top: 1px solid #00006B;
  border-bottom: 2px solid #00006B;
}


tr.hover
{
  cursor:hand;
}

tr.hover td
{
  background-color: #e4e5fa;
}

#booklist tr.tablerow td p {
  clear: both;
  margin: 0 0 4px 0; 
  padding: 0;
}

#booklist tr.tablerow td label {
  font-weight: bold;
  width: 60px;
  float: left;
}

#booklist td {
  padding-top: 4px;
  vertical-align: top;
}

#booklist td div.description {
  padding-top: 10px;
  font-style: italic;
}  


#pagenav .pagenav
{
	font:11px arial, tahoma;
	color: #00006B;
	background-color:none;
  text-decoration:none;
	font-weight:bold;
}

#pagenav .active
{
  color: black;
}

#pagenav .arrows
{
  font: 10px Arial;
  vertical-align: top;
  font-weight: bold;
  
}

.boekdetail_header  {
  color: #00006B;
  width: 120px;
  vertical-align:top;
}

.boekdetail_afbeelding {
  border: 1px solid black
}

.bestelling_header  {
  font-weight: bold;
  vertical-align:top;
}


select,input {
  font-size: 11px;
}

.button {
  font-size: 11px;
}

