* {
    margin:0;
    padding:0;
}

html, body {
    height:100%;
}

body {
    background-image:url(Bilder/hintergrund.gif);
    color:#444466;
    font:10pt/12pt Arial,Helvetica,sans-serif;
    text-align:center; /* horizontal centering for IE Win quirks */
}

#tabtext td {
    color:#444466;
    font:10pt/12pt Arial,Helvetica,sans-serif;
    padding:0px;
    text-align:left;
    vertical-align:middle;
}

#tabpics td {
    height:285px;
    text-align:center;
    vertical-align:middle;
}

#tabpics {
    width:570px;
    height:285px;
    margin:auto;
    text-align:center;
}

#distance {
    width:1px;
    height:50%;
    background-color:#ccccff;
    margin-bottom:-295px; /* half of container's height */
    float:left;
}

#container {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    height:590px;
    width:680px;
    clear:left;
    background-color:#ccccff;
}

#logo {
    text-align:left;
    overflow:hidden;
    height:118px;
    width:680px;
}

#menubar {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/menubar.jpg);
    height:40px;
    width:680px;
}

#menutext {
    text-align:center;
    padding-top:9px;
    font: 13.5pt/16pt Arial,Helvetica,sans-serif;
    color:#ddddff;
}

#textoben {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/textfeld-oben.jpg);
    height:39px;
    width:680px;
}

#textlinks {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/textfeld-links.jpg);
    float:left;
    height:292px;
    width:58px;
}

#textfeld {
    text-align:left;
    overflow:auto;
    background-image:url(Bilder/texthintergrund.jpg);
    background-color:#ffffff;
    background-repeat:repeat-x;
    float:left;
    height:292px;
    width:564px;
}

#textrechts {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/textfeld-rechts.jpg);
    float:right;
    height:292px;
    width:58px;
}

#textunten {
    text-align:left;
    clear:both;
    overflow:hidden;
    background-image:url(Bilder/textfeld-unten.jpg);
    height:22px;
    width:680px;
}

#bgoben {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/bg-oben.jpg);
    height:32px;
    width:680px;
}

#bgbilder {
    text-align:center;
    overflow:hidden;
    background-image:url(Bilder/hintergrundblau.jpg);
    background-repeat:repeat-y;
    height:308px;
    width:680px;
}

#bgpetrov {
    text-align:left;
    float:left;
    overflow:hidden;
    height:308px;
    width:271px;
}

#bgbanner {
    text-align:left;
    float:right;
    overflow:hidden;
    height:308px;
    width:409px;
}

#bgunten {
    text-align:left;
    clear:both;
    overflow:hidden;
    background-image:url(Bilder/bg-unten.jpg);
    height:13px;
    width:680px;
}

#bguntenstart {
    text-align:left;
    clear:both;
    overflow:hidden;
    background-image:url(Bilder/bg-untenstart.jpg);
    height:13px;
    width:680px;
}

#slogan {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/slogan.jpg);
    height:24px;
    width:680px;
}

#slogantext {
    text-align:center;
    font: bold 10pt Arial,Helvetica,sans-serif;
    padding-top:3px;
}

#infofeld {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/infofeld.jpg);
    height:41px;
    width:680px;
}

#adresse {
    text-align:left;
    width:350px;
    height:40px;
    padding-top:4px;
    padding-left:30px;
    font: 9pt/11pt Arial,Helvetica,sans-serif;
    color: #ddddff;
}

#guestbook {
    text-align:right;
    position:relative;
    top:-32px;
    left:450px;
    width:200px;
    height:20px;
    font: 9pt/11pt Arial,Helvetica,sans-serif;
}

#unten {
    text-align:left;
    overflow:hidden;
    background-image:url(Bilder/unten.jpg);
    height:14px;
    width:680px;
}

#imgfull {
    padding: 5px;
    vertical-align:middle;
    border: solid 1px #ffffff;
}

.imgpfeil {
    vertical-align:middle;
    border: 0px;
}

h1 {
    text-align:left;
    color: #666699;
    padding-top:16px;
    padding-bottom:16px;
    font: 13.5pt/16pt Arial,Helvetica,sans-serif;
}

#tabtext a:link {
    color: #444466;
    text-decoration: none;
}

#tabtext a:visited {
    color: #444466;
    text-decoration: none;
}

#tabtext a:focus {
    color: #666699;
    text-decoration: underline;
}

#tabtext a:hover {
    color: #666699;
    text-decoration: underline;
}

#tabtext a:active {
    color: #666699;
    text-decoration: underline;
}

a:link {
    color: #444466;
    text-decoration: none;
}

a:visited {
    color: #444466;
    text-decoration: none;
}

a:focus {
    color: #ffffff;
    text-decoration: none;
}

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

a:active {
    color: #ddddff;
    text-decoration: none;
}

a.email:link {
    color: #ccccff;
    text-decoration: none;
}

a.email:visited {
    color: #ccccff;
    text-decoration: none;
}

a.email:focus {
    color: #ffffff;
    text-decoration: none;
}

a.email:hover {
    color: #ffffff;
    text-decoration: none;
}

a.email:active {
    color: #ffffff;
    text-decoration: none;
}

a.imprint:link {
    color: #9999cc;
    text-decoration: none;
}

a.imprint:visited {
    color: #9999cc;
    text-decoration: none;
}

a.imprint:focus {
    color: #000044;
    text-decoration: none;
}

a.imprint:hover {
    color: #000044;
    text-decoration: none;
}

a.imprint:active {
    color: #000044;
    text-decoration: none;
}

a.karte img {
    padding: 6px;
    border: solid 2px #9999cc;
}

a.karte:hover img {
    border: solid 2px #446;
}

a.rahmen img {
    padding: 5px;
    margin: 9px;
    border: solid 1px #9999cc;
}

a.rahmen:hover img {
    border: solid 1px #446;
}

