/* CSS Document */
BODY{
	font-family:arial;
	background-color:#FFFFFF;
	color:#000000;
	background-image: url(images/anders_web.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

DIV.body{
	width:800px;
	height:750px;
	margin: 20px auto;
}

DIV.header{
	height:100px;
}

IMG.cover{
	float:left;
	margin: 0px 15px 10px 0px;
	border:1px solid;
}

DIV.editie{
	margin-top: 40px;
}

DIV.aanbieding{
	margin-top: 40px;
	float:left;
	width:800px;
}


SPAN.title{
	font-size:24px;
}

SPAN.prijs{
	font-size:18px;
	float:left;
}

DIV.bestel{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

DIV.super{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}
DIV.left{
	width:500px;
	margin-right: 10px;
	float:left;
}
DIV.right{
	width:280px;
	float:right;
}

DIV.tip{
	border:#000000 1px dotted;
	padding:20px 15px;
}

SPAN.tippagina{
	font-size:10pt;
}

SPAN.geel{
	background-color:#FFFF00;
}