/* ------- Allgemein ------- */
html, body {
    width:100%;
    height:100%;
    position:absolute;
    margin:0px;
    padding:0px;
    font-family: Arial, Verdana;
}

img {
    border: none;
}

div {
    position:absolute;
    padding:0px;
    font-size:1pt;
}

h1 {
    font-size: 28pt;
    margin: 0;
    padding: 0;
}

#content {
    margin:3px;
    border:solid 1px #aaa;
    width:1024px;
    height:676px;
    min-width: 1024px;
    max-width: 1024px;
}

#willkommen {
    left: 475px;
    top:20px;
    width: 550px;
}
#willkommen1, #willkommen2 {
    width:520px;
}
#willkommen2 {
    top:50px;
    text-align: right;
}

/* ------ Touristinfo ------ */

#touristinfo_leiste_gross {
    background-image: url(./images/leiste_gross_orange.jpg);
    background-repeat: repeat-y;
    background-position:right;
    width: 1024px;
    height: 12px;
    left: 0px;
    top:0px;
}

#touristinfo_leiste_klein {
    background-image: url(./images/leiste_klein_orange.jpg);
    background-repeat: repeat-y;
    background-position: right;
    width: 642px;
    height: 8px;
    top: 150px;
    left: 382px;
}

#touristinfo_logo {
    left: 50px;
    top:50px;
}

#touristinfo_link {
    left: 475px;
    top: 250px;
    width: 520px;
    font-size: 20pt;
}
#touristinfo_link a:hover {
    text-decoration:underline;
}
#touristinfo_link a {
    color: #E5761A;
    font-weight: bold;
    text-decoration:none;
}



/* -------- Gemeinde -------- */

#gemeinde_leiste_gross {
    background-image: url(./images/leiste_gross_blau.jpg);
    background-repeat: repeat-y;
    background-position: left;
    width: 1024px;
    height: 10px;
    top: 666px;
    left:0px;
}

#gemeinde_leiste_klein {
    background-image: url(./images/leiste_klein_blau.jpg);
    background-repeat: repeat-y;
    background-position: left;
    width: 642px;
    height: 8px;
    top: 500px;
    left: 0px;
}

#gemeinde_logo {
    left: 722px;
    top: 437px;
}

#gemeinde_link {
    left: 100px;
    top: 550px;
    width: 582px;
    font-size: 20pt;
}
#gemeinde_link a:hover {
    text-decoration: underline;
}
#gemeinde_link a {
    color: #0B5093;
    font-weight: bold;
    text-decoration: none;
}