/*
THEME NAME: DJ-XL.nl
THEME URI: http://www.deictprins.nl
DESCRIPTION: Thema voor de nieuwe website van DJ-XL.nl
VERSION: 1.6.1
AUTHOR: <a href="http://www.deictprins.nl">De ICT Prins</a>
AUTHOR URI:
TAGS:
*/

* {
  margin: 0;
  padding: 0;
  outline: none;  
}

html, body {
  background: url( 'afb/bg2011.jpg' ) #FEFFC5 repeat-x;  
  font-family: Verdana;
  font-size: 11px;
  height: 100%;
}

p {
  margin-top: 10px;
  line-height: 20px;
}

table {
  line-height: 20px;
}

div#container {
  width: 945px;
  background-color: #FFFFFF;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

h1#header {
  background: url( 'afb/header.png' );
  height: 222px;
  width: 945px;
  margin: 0 auto;
  text-indent: -9999px;
}

ul#menu {
  background: url( 'afb/menu.jpg' );
  height: 30px;
  background-repeat: repeat-x;
  list-style: none;
}

#menu li {
  float: left;
  display: block;
  height: 20px;  
  margin-top: 7px;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  cursor: hand;
}

#menu li:hover {
  border-bottom: 3px solid #d8df20;
}

div#content { 
  width: 905px;
  background: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 15px;  
  font-size: 12px;
  color: #464646; 
}

div#content h1 {
  color: #bfc515;
  font-size: 19px;
  font-family: Tahoma;
}

div#links li {
  margin-left: 36px;
  line-height: 20px;
}

div#content a {
  color: #000000;
}

div#footer {
  background: url( 'afb/footer.png' );
  background-position: 50% 50%;
  height: 94px;
  width: 100%;
  text-align: center;
  /*margin-top: 66px;*/
  margin-top: -94px;
}

div#push {
  height: 75px;
  clear: both;
}

ul#menu li a {
  color: #FFFFFF;
  text-decoration: none;  
}

div#footertekst {
  text-align: center;
  color: #74780D;
  padding-top: 75px;
}

div#footertekst a {
  color: #74780D;
  text-decoration: none;
}

div#footertekst a:hover {
  color: #74780D;
  text-decoration: none;
  border-bottom: 1px dotted #74780D;
}

div#links {
  float: left;
  width: 631px;
}

div.rechts_sidebar {
  width: 234px;
  float: right; 
}

div.rechts_sidebar ul {
  list-style: none;
}

.first {
  height: 24px;
  background: url( 'afb/submenukop.jpg' );
  color: #FFFFFF;
}

div.rechts_sidebar li {
  height: 18px;
  letter-spacing: 2px;
  font-family: Verdana;
  font-size: 11px;
  padding-top: 6px;
  padding-left: 8px;
  margin-left: 0 !important;
  border-bottom: 1px solid #DEDEDE;
}

div.rechts_sidebar li a {
  text-decoration: none;
  color: #474747;
}

div.rechts_sidebar li:hover {
  background-color: #F0F0F0;  
}

div.rechts_sidebar li.current_page_item {
  background-color: #F0F0F0;  
}

div#links h1 {
  background: url( 'afb/kop_beginpagina.png' );
  width: 153px;
  height: 54px;
  text-indent: -9999px;
  margin-left: -48px; 
}

div#links h2 {
  font-size: 20px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.alignleft {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

input, textarea {
  font-family: Verdana;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

input[type="text"] {
  border: 1px solid #BFBFBF;
  color: #636363;
  height: 20px; 
  width: 200px;
}

input[type="text"]:hover {
  border: 1px solid #A1A1A1;
  color: #636363;
}

textarea {
  border: 1px solid #BFBFBF;
  color: #636363;
  padding-top: 5px;
  height: 80px;
  width: 200px;   
}

textarea:hover {
  border: 1px solid #A1A1A1;
}

select {
  border: 1px solid #BFBFBF;
  width: 211px;
  height: 20px;
  font-family: Verdana;
  font-size: 11px; 
}

div#verplicht {
  color: #FF0000;
  float: right;
  width: 10px;
}

a.inline {
  font-size: 75%;    
}