@charset "utf-8";
/* CSS Document */

body { font-family: Verdana, Geneva, sans-serif;
}

p { font-size:12px;}

.cover{ 
border-radius:4px;

}

.hard{
	border-radius:4px;
	}
	
.back{ 
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #fff), color-stop(1, #cacaca));
    background-image:-webkit-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-moz-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-ms-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-o-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:linear-gradient(right, #ffffe3 95%, #cacaca 100%);
	border-radius:4px;
}

.page{ 
	background-color:#FFFFFF;
	border-radius:4px;
	}

.content {
	padding: 10px 40px; 
	}
	
.auteur {
	color:#339900; 
	margin-bottom:5px
	}	
	
.titel {
	}	
	
.categorie {
	padding-bottom:5px;
	border-bottom: 1px solid #CCC;
	color: #666;
	}	

.flipbook .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #ffffe3 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #ffffe3 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #ffffe3 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #ffffe3 95%, #dadada 100%);
    background-image:linear-gradient(left, #ffffe3 95%, #dadada 100%);
	border-radius:8px;
}

.flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #fff), color-stop(1, #cacaca));
    background-image:-webkit-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-moz-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-ms-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:-o-linear-gradient(right, #ffffe3 95%, #cacaca 100%);
    background-image:linear-gradient(right, #ffffe3 95%, #cacaca 100%);
	border-radius:8px;
}

.boeknummer_even{
	position: absolute;
	top:10px;
	right:40px;
	font-size:12px;
	color: #666;
	-moz-user-select: all; -webkit-user-select: all; -ms-user-select:all; user-select:all;-o-user-select:all;

	}
	
.boeknummer_odd{
	position: absolute;
	top:10px;
	left:40px;
	color: #666;
	-moz-user-select: all; -webkit-user-select: all; -ms-user-select:all; user-select:all;-o-user-select:all;
	}

.flipbook {
}

.container-viewport {
	position:relative;
}

.container {
	margin-top: 30px;
}


#formulier {
	width:100%;
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}

.down{
	position: absolute;
	bottom: 0px;
	margin-right: 10px;
	width:90%;
}

.col-3 {
	}

select, option, input {
	width:100%; 
}

div.flip-control {
    width: 400px;
    text-align: center;
}

.pagenumber_even {
    position: absolute ;
	bottom: -7px; 
	left:20px;
}	

.pagenumber_odd {
    position: absolute ;
	bottom: -7px; 
	right:20px;
}	

.backcover {
	position: absolute; 
	font-size:14px; 
	padding:20px;
/*	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
*/	color:#666;
	width:80%;
	margin-left: 50px;	
	bottom: 200px;

	}
	
#informatie p {
	text-align:center; 
	font-size:16px
	}
#informatie  {
	margin-bottom: 10px;

	}
.container-fluid {
	width: 100%;
	margin-top: 20px;
	min-width: 960px;
	}
.content p {
	margin:0px 5px;
	}
	
.boeknummer_even{
	position: absolute;
	top:10px;
	right:40px;
	font-size:12px;
	color: #666;
	-moz-user-select: all; -webkit-user-select: all; -ms-user-select:all; user-select:all;-o-user-select:all;
	}
	
.boeknummer_odd{
	position: absolute;
	top:10px;
	left:40px;
	color: #666;
	-moz-user-select: all; -webkit-user-select: all; -ms-user-select:all; user-select:all;-o-user-select:all;
	}
