/* 
    Document   : index
    Created on : 17.03.2010, 14:25:05
    Author     : Erion
    Description:
       CSS DATEI für die INDEX Seite
*/



.hausThumb img
{
    border: 1px solid brown;
}

.hausTitle
{
    margin-bottom: 5px;
}

.ortFotosContainer
{
    position: relative;

}

.fotoContainer
{
    position: relative;
    width: 378px;
    float: left;
    display: inline;
}

#map_canvas {
    z-index: 1000;
    height: 240px;
    margin: 0px;
    width: 638px;
    float: left;
}

div.weather {
    width: 100px;
    height: 220px;
    float: left;
    margin: 0px;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}

.weather .temp {
    font-size: 0.9em;
}


.forecast img {
    display: block;
    float: left;
}

.forecast .day {
    float: left;
    font-size: 1.7em;
    
}

.forecast {
}


.boxContentContainer h3 {
    margin-top: 0px;
}

.weather table {
    border: none;
    margin: 0px;
    padding: 0px;
    float: none;
}

.weather table td {
    padding: 0px;
    border: none;
    text-align: right;
}

.weather table td.temp {
    padding: 3px 4px;
}


