
/* ================================ +
   Project tractormeisje - Winkel
 + ================================ */



/* 
** Made by: Ines Gall en Erik Veltman
** Website: www.studioparkers.nl
*/



html { font-size: 62.5%; } 

body { 
  font-family:    arial, verdana,tahoma;
  font-size: 14px; font-size: 1.4rem;
  line-height:    20px;
  color:          #333333;
  text-align:     left;
  background-color:  transparent;
}

.clear {
  clear:        both;
 }
 
table tr td {
  text-align: left;
}

a:link, a:visited {
  color : darkblue;
}

a:selected, a:hover {
  color : blue;
}

label {
  cursor : default;
}

a.jslink {
  cursor : pointer;
}

#content h1 {
  line-height: 25px;
  font-size: 24px;
  margin: 5px;
}

.label_oms {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 270px;
  height: 17px;
  padding: 2px;
  margin: 5px 20px 5px 0;
}
.label_2 {
  display: block;
  float:left;
  color:      #333333;
  width: 120px;
  height: 17px;
  padding: 2px;
  margin: 5px 10px 5px 0;
  font-style:   italic;
}

.naw_label {
  display: block;
  float:left;
  width: 190px;
  height: 17px;
  padding: 2px;
  margin: 5px 20px 5px 0;
}

.label {
  display: block;
  float:left;
  margin: 5px 20px 5px 0;
}

#idealform input {
  float:left;
  height: 25px;
  margin: 5px 10px 5px 0;
  background-color: #eeeeee;
}

#idealform textarea {
  float:left;
  width: 320px;
  height: 100px;
  margin: 5px 10px 10px 0;
  background-color: #eeeeee;
}

#idealform input.bla {
  width: 18px;
  height: 18px;
  vertical-align:   middle;
  margin:   0 5px 0 0;
}

/*
#idealtestform radio {
  float: left;
  width: 3px;
  border: solid 1px red;
}
*/

#idealform h2 {
  line-height: 20px;
  font-size: 13px;
  margin: 5px;
}

.explain {
  padding: 10px 0 10px 0;
  float:    left;
  width:      300px;
}

div.hr {
  margin-top:     20px;
}


.droomimg {
  display:          block;
  width:            220px;
  height:           280px;
  float:            left;
  background:       url('tractor_spritesheet.png') no-repeat 0 0;
  margin:           10px 0 0 0;
}

.kmimg {
  display:          block;
  width:            220px;
  height:           230px;
  float:            left;
  background:       url('tractor_spritesheet.png') no-repeat 0 -350px;
  margin:           10px 0 0 0;
}

.donatieimg {
  display:          block;
  width:            220px;
  height:           120px;
  float:            left;
  background:       url('tractor_spritesheet.png') no-repeat 0 -600px;
  margin:           10px 0 0 0;
}

a.btn_betalen {
  display:          block;
  width:            215px;
  height:           60px;
  background:       url('tractor_spritesheet.png') no-repeat -300px -250px;
  margin:           10px 0 0 0;
}
a.btn_betalen:hover {
  background:       url('tractor_spritesheet.png') no-repeat -300px -310px;
}

a.banner {
  display:          block;
  width:            490px;
  height:           120px;
  background:       url('tractor_spritesheet.png') no-repeat -30px -850px;
  margin:           10px 0 0 0;
}

.err {
  float: left;
  font-size: 11px;
  color: red;
  width: 130px;
  margin: 5px 0 0 0;
}


