﻿#selection {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 80px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #9B9187;
    float:left;

}
#selectionText,
#projectionText,
#joinText {
    margin-left: 100px;
}

#projection {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 0px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #9B9187;
    float:left;
}

#join {
    font-family: arial;
    font-weight: bold;
    font-size:9pt;
    color: #FFFFFF;
    margin-left: 0px;
    height: 15px;
    width: 90px;
    text-align: center;
    background-color: #9B9187;
    float:left;

}

#box {
    border: 1px solid #9B9187;
    margin-left: 80px;
    margin-top: 0px;
    float: left;
    padding-bottom: 10px;
}

#box p {
    margin: 0px;
}

#show {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}


#begin {
    position: absolute;
    right: 60px;
    bottom: 70px;
    float:right;
}


#stadt table {
    border-collapse: collapse;
}

#stadt table, td, th {
    border: 1px solid black;
    font-family: arial;
    font-size: 10pt;
}

#stadt caption {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1E3287;
}

#stadt th {
    color: #1E3287;
    padding-right: 10px;
}

#stadt td {
    padding-right: 5px;
}

#stadt {
clear:both;
    margin-left: 150px;
    padding-top: 20px;
}


#sehenswuerdigkeit table,td,th {
    border: 1px solid black;
    font-family: arial;
    font-size: 10pt;
}

#sehenswuerdigkeit table {
    border-collapse: collapse;
}

#sehenswuerdigkeit caption {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1E3287;
}

#sehenswuerdigkeit th {
    color: #1E3287;
    padding-right: 10px;
}

#sehenswuerdigkeit td {
    padding-right: 5px;
}

#sehenswuerdigkeit {
    margin-left: 150px;
    margin-top: 20px;
}

#right {
    font-family: arial;
    font-size: 14pt;
    font-weight: bolder;
    color: #1E3287;
    text-align: center;
    margin-top: 10px;
    display: none;
}

#satz {
    color: black;
}

.fremd {
    display: none;
}