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

img, div, a, input { behavior: url('/design/scripts/iepngfix.htc'); }

html,body{
	behavior: url('/design/scripts/csshover.htc');
}

body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #4a6e22;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#full{
	height: auto;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#container{
	height: 100%;
	width: 900px;
	position: relative;
	margin: 0px auto;
}

/*-----------------------
	header
-----------------------*/
#header {
	height: 158px;
	width: 900px;
	position: relative;
	z-index: 100;
}

#betaalmogelijkheden {
	position: relative;
	width: 347px;
	height: 52px;
	background-image: url('../images/betaalmogelijkheden.png');
	float: right;
}
	#betaalBlok {
		position: relative;
		height: 52px;;
		width: 132px;
		float: right;
	}
	
	.betaalLogo {
		position: relative;
		height: 35px;
		width: auto;
		margin: 10px 3px 0 0;
		float: left;
	}

#logo {
	position: relative;
	width: 403px;
	height: 135px;
	background-image: url('../images/logo.png');
	margin: 20px 0 0 27px;
	float: left;
}

#slogan {
	position: relative;
	width: 303px;
	height: 54px;
	background-image: url('../images/slogan.png');
	float: left;
	margin: 28px 0 0 30px;
}

/*-----------------------
	menu
-----------------------*/
#menuBlok{
	height: 47px;
	width: 900px;
	position: relative;
	background-color: #126edb;
	margin: -12px 0 10px 0;
}

/*-----------------------
	content
-----------------------*/
#contentBlok {
	position: relative;
	width: 900px;
	height: 100%;
	background-image: url('../images/contentbg.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#contentLinks {
	position: relative;
	float: left;
	width: 473px;
	height: auto;
	margin: 0;
	padding: 35px 35px 35px 35px;
	overflow: hidden;
}

#contentRechts {
	position: relative;
	float: left;	
	width: 277px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 331px 35px 35px 35px;
}

#boekBlok {
	position: absolute;
	top: 158px;
	left: 588px;
	height: 375px;
	width: 220px;
	background-image: url('../images/boek.png');
	z-index: 200;
}

#bestelKnop {
	position: absolute;
	top: 428px;
	left: 704px;
	height: 41px;
	width: 136px;
	z-index: 300;
}

#prijsBoek{
	height: auto;
	width: 250px;
	position: absolute;
	margin: 70px 0px 0px 180px;
	
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 29px;
	font-weight: bold;
	color: #126edb;
}
#prijsBoek p{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 29px;
	font-weight: bold;
	color: #126edb;
	margin: 20px 0px 0px 0px;
}
