body {
  position: relative;
  margin: 10px auto;
  background-color: #ffffff;
  text-align: center;
  font-family: Verdana, Arial;
}

div#preload {
  width: 300px;
  margin: 0 auto 0 auto;
}

div#main {
  position: relative;
  width: 1000px;
  height: 746px;
  margin: 0px auto;
  text-align: left;
  background: #ffffff url('./style/frame.png') no-repeat top center;
}

div#main_inner {
  position: absolute;
  width: 840px;
  height: 585px;
  margin: 80px 80px;
  padding: 0px;
  text-align: left;
}

div#logo {
  position: absolute;
  width: 120px;
  height: 100px;
  margin: 0px 0px;
  background: transparent url('./style/logo.png') no-repeat top center;
}

div#left_menu_top {
  position: absolute;
  width: 165px;
  height: 110px;
  margin: 110px 0px;
  background: transparent;
}
#left_menu_top p{
  margin: 8px 0px;
}

div#left_menu_bottom {
  position: absolute;
  width: 165px;
  height: 110px;
  margin: 370px 0px;
  background: transparent;/*#ffffff;transparent*/
}
#left_menu_bottom p{
  margin: 10px 0px;
}
div#left_menu_bottom_b {
  position: absolute;
  width: 135px;
  height: 45px;
  margin: 550px 0px;
  text-align: center;
  background: transparent;
}

div#main_pic {
  position: absolute;
  width: 512px;
  height: 745px;
  margin: -80px 164px;
  background: #ffffff url('./style/bg.jpg') no-repeat top center;
}

div#main_menu {
  position: absolute;
  width: 457px;
  height: 36px;
  margin: 150px 299px;
  text-align: right;
  background: transparent url('./style/mainmenu.png') no-repeat top center;
}

#main_menu a:link {
  color: #ec008c;
  text-decoration: none;
}
#main_menu a:visited {
  color: #ec008c;
  text-decoration: none;
}
#main_menu a:hover {
  color: #ec008c;
  text-decoration: underline;
}
#main_menu a:active {
  color: #ec008c;
  text-decoration: none;
}

div#main_menu_inner {
  position: absolute;
  width: 395px;
  height: 25px;
  margin: 8px 10px;
  text-align: left;
  color: #ec008c;
  font-size: normal;
  background: transparent;
}

div#main_menu_inner_small {
  position: absolute;
  width: 55px;
  height: 18px;
  top: 16px;
  right: 10px;
  text-align: right;
  color: #ec008c;
  font-size: xx-small;
  background: transparent;/*transparent #bbbbbb*/
}

div#dog {
  position: absolute;
  top: 190px;
  left: 520px;
  width: 186px;
  height: 242px;
  background: transparent;
}

div#submenu {
  position: absolute;
  width: 235px;
  height: 139px;
  margin: 315px -193px;
  background: transparent url('./style/t1.png') no-repeat top center;
}
#submenu p{
  margin: 13px 0px;
}

div#gt {
  position: absolute;
  width: 359px;
  height: 183px;
  margin: 420px 500px;
  background: transparent url('./style/gt.png') no-repeat top center;
}

div#main_text {
  position: absolute;
  width: 435px;
  height: 327px;
  margin: 315px 60px;
  color: #1a3a8a;
  background: transparent url('./style/t2.png') no-repeat top center;
}

div#main_text_inner {
  position: absolute;
  width: 395px;
  height: 305px;
  margin: 10px 10px;
  text-align: justify;
  font-size: small;
  color: #1a3a8a;
  overflow:hidden;
  background: transparent;
}
#main_text_inner b{
  color:#ec008c;
}

#main_text_inner a:link {
  color: #1a3a8a;
  text-decoration: underline;
}
#main_text_inner a:visited {
  color: #1a3a8a;
  text-decoration: underline;
}
#main_text_inner a:hover {
  color: #819dad;
  text-decoration: underline;
}
#main_text_inner a:active {
  color: #1a3a8a;
  text-decoration: none;
}
div#main_text_scrollbar {
  position: absolute;
  width: 13px;
  height: 305px;
  right: 10px;
  top: 10px;
  display: none;
  background: transparent url('./style/scrollbar.png') no-repeat top center;
}
div#main_text_scroller {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 13px;
  height: 9px;
  font-size: 0px;
  background: transparent url('./style/scroller.png') no-repeat top center;
}
div#right_bottom_b {
  position: absolute;
  bottom: -168px;
  right: -737px;
  width: 140px;
  height: 140px;
  background: transparent;
}

div#kontakt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 265px;
  height: 150px;
  color: #1a3a8a;
  font-size: xx-small;
  background: transparent url('./style/kontakt.png') no-repeat top left;
}
div#kontakt_inner {
  position: absolute;
  width: 265px;
  height: 130px;
  margin: 10px 0px;
  background: transparent;
}
div#form_cats {
  position: absolute;
  top: 99px;
  left: 6px;
  width: 120px;
  height:40px;
  border: 1px solid #1a3a8a;
  visibility: hidden;
  background: #ffffff;
}