body {
font-family: Verdana;
font-size: 8pt;
height: 100%;
margin: 0;
padding: 0;
}

table {
font-family: Verdana;
font-size: 8pt;
}

.knoppen {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.actieknop {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #FFB98A) );
	background:-moz-linear-gradient( center top, #ededed 5%, #FFB98A 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#FFB98A');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FF6600;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.knoppen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.actieknop:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFB98A), color-stop(1, #FFD7BB) );
	background:-moz-linear-gradient( center top, #FFB98A 5%, #FFD7BB 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB98A', endColorstr='#FFD7BB');
	background-color:#FFB98A;
}

.knoppen:active {
	position:relative;
	top:1px;
}

#achtergrond
{  background-color:blue;

 background: -moz-radial-gradient(circle, #ffffff, #D7D2CC); 
 background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#D7D2CC));
 background: -ms-radial-gradient(circle, #ffffff, #D7D2CC);
 width:100%;
 height:100%;
}

#klikplaatje{cursor: pointer;}

#logo{
    width: 200px;
    height: 72px;
    -webkit-animation:spin 1s ease;
    -moz-animation:spin 1s ease;
    animation:spin 1s ease;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(1080deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(1080deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(1080deg); transform:rotate(1080deg); } }

.driedblok{
  border-radius: 2%;
  box-shadow: 2px 2px 5px #999;
}
.driedblokhome{
  box-shadow: 2px 2px 5px #999;
  margin-right: 5px;
}
.doorgehaald {
  position: relative;
}
.doorgehaald:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

#frontbannerframe{
	position: relative;
	background-image: url("images/frontbanner.png");
	width: 509px; /*675*/
	height: 340px; /*460*/
	padding: 60px 83px;
	color: #4F4F51;
}
#frontbannerframe2{
	position: relative;
	background-image: url("images/frontbanner2.png");
	width: 509px; /*675*/
	height: 340px; /*460*/
	padding: 60px 83px;
	color: #4F4F51;
}
.prijslabel{
	background-color: #00B900;
	color: white;
	padding: 15px;
	width: 155px; /*170px*/
	height: 21px; /*47px*/
	border-radius: 0px 23px 23px 0px;
	cursor: pointer;
}

.kortingsrondje{
	background-color: #FE3100;
	color: white;
	text-align: center;
	padding: 14px 10px 10px 10px;
	width: 44px; /*64*/
	height: 40px; /*64*/
	border-radius: 32px;
	transform: rotate(20deg);
	position: absolute;
	top: 125px;
	right: 190px;
}
