*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url('/images/headerbg.gif');
  background-position: center top;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	width: 955px;
}

#main #top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 110px;
}

#main #top form .auteurselect {
	position: relative;
	top: 25px;
	left: 490px;
	border: solid 1px #dadada;
}

#main #top form .luisterboekselect {
	position: relative;
	top: 30px;
	left: 490px;
	border: solid 1px #dadada;
}

#main .logo {
	float: left;
	width: 191px;
	height: 86px;
	background-image: url('/images/luisterboekwinkel.png');
  background-position: center top;
  background-repeat: repeat-x;
	text-indent: -9999px;
	margin: 7px 0 0 0;
}

#main #content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
}

#main #content #contentArea {
	position: relative;
	top: 0px;
	right: 0px;
	width: 735px;
	float: right;
	color #FFFFFF;
  font-size: 12px;
  margin-top: 6px;
}

#main #content #contentArea .boekframe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 233px;
	height: 166px;
	float: left;
	color #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 10px;
  border: solid 1px #c30003;

}
#main #content #contentArea .boekframe .boekframeleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 85px;
	float: left;
	text-align: center;
}
#main #content #contentArea .boekframe .boekframeleft img {
	position: relative;
	top: 4px;
}
#main #content #contentArea .boekframe .boekframeright {
	position: relative;
	top: 0px;
	right: 5px;
	width: 120px;
	float: right;
}
#main #content #contentArea .boekframe .boekframebottom {
	position: absolute;
	top: 141px;
	left: 0px;
	width: 100%;
	height:22px;
}
#main #content #contentArea .boekframe h3 {
  font-size: 12px;
  margin: 4px;
  padding: 0px;
}
#main #content #contentArea .boekframe h4 {
  font-size: 12px;
  margin: 4px;
  padding: 0px;

}
#main #content #contentArea .boekframe h3 a {
  color: #c30003;
}
#main #content #contentArea .button {
  background-color: #c30003;
  border: solid 1px #000000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px;
  text-align: center;
  display: block;
}

#main #content #contentArea h1 {
	position: relative;
  font-size: 20px;
	margin: 0;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #c30003;
}
#main #content #contentArea .spacer {
	position: relative;
  font-size: 10px;
	left: 0px;
	top:	0px;
	width:	99%
	height: 10px;
	clear:both;
}

#main #content #contentArea p {
	line-height: 15px;
	margin: 0;
	padding: 0px;
	margin-bottom: 15px;
}
#main #content #contentArea .detailtable td {
	background-color: #DADADA;
}

#main #content #contentArea .red {
	color: #c30003;
}

#main #content #menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	float: left;
}

#main #content #menu ul {
list-style: none;
	margin-left: 0;
	padding-left: 17px;
}

#main #content #menu #nav {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}

#main #content #menu #nav h1 {
  font-size: 12px;
	margin: 0;
	padding: 0px;
	margin-top: 10px;
  background-image: url('/images/luisterboekheader.png');
  background-position: center top;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
}

#main #content #menu ul a {
	color #FFFFFF;
  font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}

#main #tagcload {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	text-align: center;
	font-size: 9px;
}
#main #tagcload h2 {
	color: #c30003;
	margin-top:10px;
}
#main #footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 20px;
	text-align: center;
	font-size: 11px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

