/* Globale Einstellungen */

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
} 

body {
  background: #fff4d5;
  height: 100%;
}

.clearer {
  clear: both;
}


/* Seitenlayout */

#page-container {
  position: relative;
  width: 919px;
  min-height: 100%;
  margin: 0px auto;
  background: #ffe6b8;
}

#banner {
  position: relative;
  width: 100%;
  height: 260px;
  background: #fff4d6 url('../images/banner.jpg') 0px 0px no-repeat;
}

#logo {
  position: absolute;
  top: 83px;
  left: 607px;
  width: 330px;
  height: 50px;
  z-index: 100;
}

#left-column {
  position: relative;
  float: left;
  width: 262px;
  min-height: 1px;
  padding: 0px 0px 30px 18px;
}

ul#mainmenu-list li, ul#submenu-list li {
  display: block;
}

#mainmenu, #submenu, #search {
  width: 262px;
  background: transparent url(../images/bg_menu.gif) top left repeat-y;
}

#submenu {
  padding: 30px 0px 40px 0px;
}

#copyright {
  display: block;
  float: left;
  background: url(../images/bg_menu_bottom.gif) no-repeat;
  width: 262px;
  height: 38px;
}

#main-column {
  position: relative;
  float: right;
  width: 580px;
  min-height: 1px;
  padding: 0px 29px 30px 0px;
}

/* Suchbox */

div#search {
  padding: 25px 0 0 40px;
}

input.suche-textbox {
  border-radius: 8px;
}

input.suche-image {
  border: 0;
  background-color: transparent;
}

/* Suchergebnisse */

.tx-indexedsearch-info {
  display: none;
}
