/* CSS Document */
/* www.imbuto.de */

/* Body */
body {
  margin: 0;
  padding: 0;
  background-image: url(images/top.jpg);
  background-repeat: repeat-x;
  background-color: #FFF2E4;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  color: black;
  overflow-x: hidden;
}

/* General */
h1 {
  font-size: 12pt;
  color: #590000;
}

h2 {
  font-size: 11pt;
  color: #590000;
}

h3 {
  font-size: 10pt;
  color: black;
  font-weight: bold;
}


/* Link */
a {
  color: #590000;
  text-decoration: none;
}

a:hover {
  color: #0055FF;
  text-decoration: underline;
}

html, body {
  height: 100%;
  width: 100%;
}

#im_top {
  position: absolute;
  background-image: url(images/top1.jpg);
  background-repeat: no-repeat;
  height: 147px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#im_top_logo {
  position: absolute;

  background-repeat: no-repeat;
  height: 77px;
  width: 197px;
  left: 0px;
  top: 22px;
  margin-left: 10px;
}

#im_top_motto {
  position: absolute;

  background-repeat: no-repeat;
  background-position: top right;
  height: 51px;
  width: 100%;
  top: 50px;
}

#im_top_menu {
  position: absolute;
  height: 35px;
  width: 500px;
  left: 205px;
  top: 105px;
  font-size: 11pt;
  font-weight: bold;
  line-height: 1.8;
  text-indent: 10px;
  color: #874634;
  margin-left: 12%;
}

#im_top_search {
  position: absolute;
  height: 35px;
  left: 930px;

  top: 132px;
  font-size: 11pt;
  font-weight: bold;
  line-height: 1.8;
  text-indent: 10px;
  color: #874634;
}

#im_top_menu a {
  color: #562417;
  text-decoration: none;
}

#im_top_menu a:hover {
  color: #FFF2E4;
  text-decoration: none;
}

/* Container */
#container {
  position: absolute;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  top: 147px;
  min-height: 350px;
  height: auto;
}

#im_menu {
  background-image: url(images/menu_content.jpg);
  position: absolute;
  left: 5px;
  top:  0px;
  width: 219px;
  height: auto;
  /*text-indent: 15px;*/
}

#im_menu2 {
  position: absolute;
  left: 0px;
  top:  0px;
  width: 219px;
  height: auto;
}

#im_menutop {
  position: absolute;
  background-image: url(images/menu_top.jpg);
  background-repeat: repeat-y;
  width: 219px;
  height: auto !important;  /* für moderne Browser */
  height: 21px;  /*für den IE */
}

#im_menucontent {
  position: relative;
  background-image: url(images/menu_content.jpg);
  min-height: 200px;
  height: auto !important;  /* für moderne Browser */
  height: 200px;  /*für den IE */
  width: 219px;
  left: 0px;
}

#im_menubottom {
  position: relative;
  background-image: url(images/menu_bottom.jpg);
  width: 219px;
  height: 200px;
}

#im_content {
  position: absolute;
  left: 240px;
  top: 0px;
  min-height: 400px;
  height: auto;
  width: 550px;
}

#im_content ul {
  margin-left: 10px;
  padding: 0;
  list-style-type: disc;
}

#im_content li {
  margin-left: 10px;
  padding: 0;
  list-style-type: disc;
}

#im_content a {
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #993333;
}

#im_content a:hover {
  color: #C16100;
}