@import "/_ui/screen.css";

div.heading {
  background: url(heading.jpg);
  width: 550px;
  height: 140px;
  margin-top: -1px;
}

h1 {
  margin-bottom: 1em;
}

div.heading h1 {
  color: #fff;
  margin: 0 0 0 20px;
  padding: 5px 0 0 0;
}
div.heading h2 {
  color: #fff;
  margin: 0 0 0 25px;
  padding: 5px 0 0 0;
  width: 220px;
}
div.praatjes p.image {
  clear: left;
  float: left;
}
div.praatjes p.singular {
  display: inline;
  margin: 0;
}
div.praatjes p.singular a {
  display: inline;
}
form#search_faq {
  margin-top: 20px;
}
form#hl_search_faq {
  padding: 10px 0;
  margin-bottom: 10px !important;
}
form#hl_search_faq label {
  display: block;
  float: none;
  width: auto;
  margin-bottom: 4px;
}
form#search_faq label {
  display: block;
  margin-bottom: 4px;
  float: none;
  width: 100%;
  font-weight: bold;
}
form#hl_search_faq input,
form#search_faq input {
  border:1px solid #D6D6D6;
  padding:0.2em 0pt 0.25em;
  width: 10em;
}
form#search_faq input {
  width: 200px;
}
form#search_faq button {
  margin-left: 1px;
}
div#intro {
  margin: 10px;
}

#primary_one {
  width: 60%;
}
#primary_two {
  width: 31%;
}


div.faq h2,
div.faq_top h2 {
  padding: 10px !important;
}
div.faq_top h2 {
  background-color: #CBEDFC;
}
div.faq_top {
  background-color: #E7F6FD;
  padding-bottom: 5px;
}
div.faq p,
div.faq_top p {
  padding: 10px;
  margin: 0;
}
div.faq div.question_block,
div.faq_top div.question_block {
  border-bottom: 1px dotted silver;
}
div.faq p.answer
div.faq_top p.answer {
  padding-top: 0 !important;
}
a.question {
  text-decoration: none;
  padding-left: 20px;
  background: url(faq_plus.png) 0 50% no-repeat;
}
a.min {
  background: url(faq_min.png) 0 50% no-repeat !important;
}
a.question:hover {
  text-decoration: underline;
  color: #000;
}
div.highlight {
  background-color: #E7F6FD;
  padding: 10px;
}
div.highlight p.singular {
   margin-top: 10px !important;
  clear: both;
  display: block;
  float: none;
}

div.highlight p.singular a {
  display: block;
}

.faq_top .subsection p.question {
background:transparent url(bullet.top3.gif) no-repeat scroll 0px 2px;
margin:0pt 0pt 5px;
padding:0pt 0pt 0pt 20px;
}

#contact_form .error_notices {
  left: 28em;
  width: 30%;
}
.size_xl #contact_form .error_notices {
  width: 37%;
  left: 31em;
}


