* {
    margin: 0;
    padding: 0;
    border: none;
}

.inv {
    display: none;
}

body {
    background: #e5deb9 url( "./gfx/back.gif" ) repeat-x;
    text-align: center;
    color: #000;
    font: .8em / 1.3em "Tahoma", "Verdana", "Arial", sans-serif;
}

#center {
    width: 790px;
    margin: 10px auto;
    text-align: left;
}

.head {
    background: url( "./gfx/head.gif" ) no-repeat top left;
    height: 191px;
    position: relative;
}

h1 {
    position: absolute;
    top: 40px;
    left: 35px;
    width: 207px;
    height: 96px;
    float: left;
}

h1 a {
  display: block;
  width: 207px;
  height: 96px;
}

.dum {
    float: right;
    width: 294px;
    height: 191px;
    background: url( "./gfx/dum.jpg" ) repeat-x;
}

p.kontakt {
    position: absolute;
    top: 80px;
    left: 420px;
    font-size: .85em;
}

.main-top {
    background: url( "./gfx/main_top.gif" ) no-repeat;
    height: 37px;
}

.menu-left {
    position: absolute;
    top: 156px;
    left: -17px;
    width: 17px;
    height: 35px;
    background: url( "./gfx/menu_left.gif" ) no-repeat;
}

ul.menu {
    list-style: none;
    position: absolute;
    top: 156px;
    height: 35px;
    width: 496px;
    background: url( "./gfx/menu.gif" ) repeat-x;
}

ul.menu li {
    float: left;
}

ul.menu a {
    float: left;
    padding: 10px 17px 0 17px;
    color: #fff;
    text-decoration: none;
    height: 22px;
    border-right: 1px solid #fff;
    font-weight: bold;
}

ul.menu a:hover {
    color: #000;
    background: url( "./gfx/menu2.gif" ) repeat-x;
}

.main {
    padding: 20px 70px 0 70px;
    background: url( "./gfx/main_back.gif" ) repeat-y;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

.bottom {
    background: url( "./gfx/bottom.gif" ) repeat-y;
    height: 88px;
}

.bottom p {
    position: relative;
    top: 67px;
    left: 50px;
    color: #fff;
}

.bottom p a {
    color: #fff;
}

.cent {
    text-align: center;
}

.cent2 {
    display: block;
    text-align: center;
}

h2 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

.main p {
    padding: 0 0 10px 0;
}

.pleft, .fleft {
    float: left;
    margin: 5px;
}

.fright {
    float: right;
}

.pleft {
    margin: 0 0 0 50px;
}

.main ul {
    padding: 10px 0 15px 25px;
}

.main ul li {
    padding: 4px;
}

h2 a {
    color: #000;
}

p.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  margin: 0;
}

