/***********************************************************************************/
/*                                speziell.css                                     */
/***********************************************************************************/

table.Staedte tr
{
    height:2em;
}

table.Staedte td
{
    padding-right:10px;
}

div.infobox
{
    color: blue;
    display: inline;
}

div.infobox:hover
{
    background-color: white;
}

div.infobox p
{
    text-align: justify;
    min-width:20em;
    visibility: hidden;
    position: absolute;
    margin-top:-0.3em;
    margin-left:-999em;
    padding:1em;
    text-decoration: none;
}

div.infobox:hover p
{
    visibility: visible;
    margin-left:2em;
    border:3px solid #c30;
    border-color: #dbdbdb #656565 #656565 #dbdbdb;
    -moz-border-radius: 1em;
    color: black;
    background-color: #e0e0e0;
}


*+html div.infobox:hover p
{
    margin-left:-1em;
}           /* Positionierung im IE7 */
