/*Book.php*/
/*spec_proj.php*/

/*opmaak voor horizontale tabs */
@import url("../css/hor_tabs.css?var=02");

#book_img {
			 position: relative;
			 top: 40px;
			 left: 5px;
			 height: 1px;	/*anders geen vert. scroll in IE*/		 
}

.img_left {
			 position: absolute;
			 /*top: 0px;*/
			 bottom: -150px;
			 left: 0px;
			 padding-bottom: 25px;		  
}

.img_right {
			 position: absolute;
			 /*top: 0px;*/
			 left: 410px;
			 padding-bottom: 25px;
}

.img_txt{
			position: absolute;
			/*bottom: -151px;
			left: 170px;*/
			font: normal 10pt 'arial';
			width: 210px;
			padding-bottom: 25px;
}

#heading {
        text-align: center;
        font: bold italic 36pt 'Monotype corsiva';
        color: #206814;
        margin-top : -5px;
        border-bottom: 1px solid #206814;
}

.btnBestel a {
		 position: absolute;
		 left: 125px;
		 width: 70px;
		 height: 18px;
		 text-decoration: none;
		 font: italic 12px 'Comic Sans MS';
		 color: #FFD100;
		 width: 65px;
		 height: 18px;
		 border: 0;
		 display: inline;
		 margin-top: -3px;	 	 	 
		 background:url(../images/buttons/bestel.gif) no-repeat;
		 text-align: center;
}

.btnBestel a:visited {
    color: #FFD100;
}
.btnBestel a:hover {
		color: #FFFFFF;
		font-style:normal;
}

.longbtn a ,.wagen a{
display: block;
text-decoration: none;
font: bold 11px Arial;
color: black;
width: 130px;
height: 23px;
float: right;
display: inline;
margin-right: 1px;
margin-top: 4px;
background-image:url(../images/buttons/tab_130.jpg);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

.wagen a{
  background:url(../images/buttons/wagen.gif) no-repeat;
	padding-left: 10px;
}


.longbtn a:hover,.wagen a:hover{
background-image:url(../images/buttons/tab_130_over.jpg);
font-style: italic;
color: red;
}

.wagen a:hover{
			 background:url(../images/buttons/wagen_over.gif) no-repeat;
			 padding-left: 10px;
}

.color1{
 font: normal 10pt 'arial';
 background-color: #ccffcc;
 text-align: left;
}

.color2{
 font: normal 10pt 'arial';
 background-color: #cccccc;
 text-align: left;
}

.color3{
 font: normal 10pt 'arial';
 background-color: #ff8833;
 text-align: left;
}