/**
 * Aangemaakt door Skeiln
 *
 * WAMMEK V2
 * Meer informatie? www.wammek.com
 *
 * LICENSE WAMMEK
 *
 * Het is verboden om dit over te nemen of door te verkopen
 * 
 * basic.css
 *
 * @category   Gangsterspel
 * @copyright  (c) 2007-2010 Wammek.
 * @author     Skeiln
 * @link       http://www.wammek.com/
 * @version 2.0
 */

body { 
  height: 100%; 
  margin: 0;
}

h3 { 
  color: #5f87ae; 
  font-size: 1.6em; 
  padding: 0; 
  margin: 0;
}

#basic-modal-content { 
  display: none;
}

#simplemodal-overlay { 
  background-color: #000; 
  cursor: wait;
}

#simplemodal-container { 
  height: 370px; 
  width: 600px; 
  color: #bbb; 
  background-color: #333; 
  border: 4px solid #444; 
  padding: 12px;
}

#simplemodal-container code { 
  background: #141414; 
  border-left: 3px solid #65B43D; 
  color: #bbb; 
  display: block; 
  margin-bottom: 12px; 
  padding: 4px 6px 6px;
}

#simplemodal-container a { 
  color: #ddd; 

}

#simplemodal-container a.modalCloseImg { 
  background: url('images/bollen/bol12.png') no-repeat;
  width: 25px; 
  height: 29px; 
  display: inline; 
  z-index: 9999; 
  position: absolute; 
  top: -15px; 
  right: -16px; 
  cursor: pointer;
}

#simplemodal-container #basic-modal-content { 
  padding: 8px;
}