body {
  background: url(../img/theme_violet/bg_graphic.jpg) no-repeat 595px 0;
}

a {
  color: #8522ff;
}

a:hover {
  color: #8331e9;
}

#logo { display: none }

#content h2 {
  color: #8522ff;
}

#header {
  background: url(../img/theme_violet/header_bg.jpg) no-repeat;
}

#page-graphic {
  display: block;
}

#nav li a {
  background: url(../img/theme_violet/nav_buttons.gif) no-repeat;
}

#nav-home a {
  background-position: 0 0 !important;
}

/* Don't show arrow on hover */
#nav #nav-home a:hover {
  background-position: 0 0 !important;
}

/* If we're on the main page of a section, show the active version of
   the button (with the arrow) */
#nav.active #nav-home a, #nav.active #nav-home a:hover {
  background-position: 0 -64px !important;
}

/* Domeinnaam-check form */
#formbody {

  position: relative;
  top: 0px;
}

#domeinnaam INPUT {
  
  position: absolute;
  top: 45px;
  left: 0px;
  height: 17px;
  margin: 0px;
  padding: 1px 0px 0px 0px;
  width: 100px;
  font-family: Georgia, Arial sans-serif;
}

#tld {
  
  position: absolute;
  top: 45px;
  left: 107px;
  margin: 0px;
  padding: 0px;
}

#tld select {

  font-family: Georgia, Arial sans-serif;
  margin: 0px;
}

.submit {

  position: absolute;
  top: 69px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

#result_check {

  position: absolute;
  top: 95px;
  left: 0px;
}