/* defaults */
body {
    background: #500204 url(gfx/bg.png) 0 0 repeat-x;
    color: #500204;
    font: 11px/14px verdana, sans-serif;
  	border: 0;
	margin: 0;
	padding: 0;
}
a img {
    border: 0;
}
a:link, a:hover, a:visited {
    color: #500204;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div#hometext {
  padding-left: 28px;
}

/* layout */
div#page {
    margin: auto;
    width: 741px;
}

div#page div#head {
    overflow: hidden;
    margin-top: 10px;
    width: 741px;
    height: 184px;
}
div#page div#head img#ppilogo {
    position: absolute;
    z-index: 8;
    margin-top: 8px;
    margin-left: 24px;
}

div#page div#navi {
    position: absolute;
    top: 160px;
    margin-left: 255px;
}
div#page div#navi a img {
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}

div#page div#cont {
    background-color: white;
    margin-left: 1px;
    padding-left: 25px;
    padding-top: 35px;
}
div#page div#cont div.lft img.main {
    padding-bottom: 15px;
}
div#page div#cont div.lft img {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
div#page div#cont div.lft p {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
div#page div#cont div.lft {
    width: 385px;
}
div#page div#cont div.rgt {
    position: absolute;
    margin-top: 215px;
    margin-left: 413px;
    top: 0;
}
div#page div#cont div.rgt img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

div#page div#foot {
    font-size: 10px;
    text-align: center;
    padding-bottom: 5px;
}

/* FEATURES & PREISE */
div#page div#cont table {
    border-collapse: collapse;
    width: 690px;
    text-align: center;
}
div#page div#cont table tr th.fst,
div#page div#cont table tr td.fst {
    text-align: left;
    padding-left: 10px;
}
div#page div#cont table tr.odd {
    background-color: #ecd5d1;
}
div#page div#cont table tr.even,
div#page div#cont table tfoot tr {
    background-color: #f5eae8;
}
div#page div#cont table tfoot tr {
    height: 40px;
}
div#page div#cont div#button_bar {
    margin: 15px 0 10px 0;
}
div#page div#cont div#button_bar a.midd img {
    padding: 0 6px 25px 10px;
}

div#button_bar {
  padding: 0 6px 25px 400px;
}

/* KONTAKT */
div#page div#cont div.lft form label {
    display: block;
}

div#page div#cont div.lft form input,
div#page div#cont div.lft form select,
div#page div#cont div.lft form textarea {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 5px;
    width: 320px;
    background-color: #ecd5d1;
    border-width: 1px;
}
div#page div#cont div.lft form input#submit {
    width: 100px;
    background-color: #e0e0e0;
}
