@import url(sprites.css);
@import url(forms.css);
@import url(menu.css);
@import url(domaincheck.css);
@import url(text.css);
@import url(order.css);
@import url(contact.css);
@import url(pay.css);
@import url(service.css);
@import url(home.css);

body {
  margin: 0px;
  padding: 0px;
  background-color: #1a1b4e;
  background-image: url(/static/domainclaim-new/img/achtergrond.png);
  background-repeat: repeat-x;
  background-position: 0px 70px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
}

.printonly {
  display: none;
}

.container {
  margin: 0px;
  padding: 0px;
  clear: both;
  position: relative;
}

#container_header, #header {
  background-color: #ffffff;
}

#container_main {
}

#container_bottom, #bottom {
}

#main, #header, #bottom {
  width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
}

#header_menu {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-right: -4px;
}

#header_menu a {
  display: inline-block;
  margin: 0px 5px;
  color: #257aaf;
}

#flagman {
  position: absolute;
  top: 40px;
  left: 0px;
}

.content {
  position: relative;
  background-color: #d1eff8;
  opacity: .9;
  border: 1px solid #1a1b4e;
  padding: 5px 10px;
  margin: 30px 0px 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content_sub {
  width: 350px;
  float: left;
  margin: 30px 0px 10px;
  padding: 6px 0px;
}

#content_wide {
  width: 900px;
}

#content_narrow {
  width: 500px;
  float: right;
}

hr {
  margin: 10px -10px;
  height: 1px;
  border: none;
  background-color: #1a1b4e;
}

#bottom_menu_container {
  width: 500px;
  float: left;
  margin-top: 10px;
  margin-bottom: 40px;
}

#bottom_menu {
  display: inline-block;
  padding: 4px 0px;
  margin: 0px -2px;
}

#bottom_menu a, #bottom_menu .sep {
  color: #ffffff;
  margin: 0px 2px;
  font-size: 16px;
}

#footer {
  float: right;
  width: 360px;
  float: right;
  color: #b0c0ff;
  font-size: 9px;
  padding: 5px 0px;
}

label {
  word-wrap: break-word;
}

#header_menu_popup_form_output {
  width: 400px;
}

table#tarieven td:last-child {
  text-align: right;
}
