body {
  background: black url(../images/houtnerf_verloop.jpg) repeat-x fixed;
}

div#container {
  width: 840px;
  margin: 0px auto;
  position: relative;
}

div#logo {
  margin-top: 70px;
  margin-bottom: 30px;
  background: url(../images/logo.png) no-repeat;
  width: 412px; height: 89px;
  float:right;
}

div#logo h1 {
  display: none;
}


h2 {
  background: url(../images/h2.png) no-repeat scroll left 29px;
  border-top: dotted 2px #b2897f;
  padding: 20px 20px 6px 17px;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  text-shadow: 1px 1px black;
}

p {
  padding-bottom: 10px;
  margin-left: 19px;
  text-shadow: 1px 1px black;
}

ul.websites {
  overflow:hidden;
  margin:5px 0px 0px;
  padding:0;
  list-style:none;
}  

ul.websites li {
  float: left;
}

ul.websites li span.website_image {
  display: block;
  width: 164px; height: 242px;
  background: url(../images/websites_bg.png) no-repeat;
}

ul.websites li a {
 display: block;
 width: 168px; /*height: 280px; */
 font-size: 13px;
 color: white;
 text-decoration: none;
 text-align: center;
 line-height: 13px;
 font-weight: bold;
 text-shadow: 1px 1px black;
}


div#autocomplete {
  margin:0px;  
  padding:0px;  
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  color: black;
}

div#autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div#autocomplete ul li.selected { 
  background: transparent url(../images/button-primary-default-middle.png) repeat-x scroll 50% 50%
}

div#autocomplete ul li {
  margin:0;
  padding:2px;
  height:22px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}

input.text_field {
  height: 15px;
  width: 170px;
}

div#coffee_cup {
  background-image:url(../images/coffee_cup.png);
  height:281px;
  left:-385px;
  position:absolute;
  top:220px;
  width:355px;
}

div#keys {
  background-image:url(../images/keys.png);
  height:300px;
  left:-360px;
  position:absolute;
  top:440px;
  width:344px;
}


/*
#region_button {
  background: #eee url(../images/button-default-middle.png) repeat-x 0 -1px;
  color:#000000;
  padding:3px 10px 7px; 
  border:1px solid #ccc;
  height:24px;
  line-height:24px;
  margin:0;
  overflow:visible;
  padding:0 10px 10px;
  width:auto;
}

#region_button.hover {
  background-image: url(../images/button-hover-middle.png);
}

#region_button.click {
  background-image: url(../images/button-down-middle.png);
}
  */
.rodi_error {
  padding-bottom: 10px;
  text-shadow: 1px 1px black;
  font-weight: normal;
}

