/* 
    Document   : front
    Created on : 02.05.2009, 22:05:21
    Author     : Mathias
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

div.greyBox {
}

div.greyBox div.inner {
    
}

div.coloredBox {
    float: left;
    width: 100%;
}

div.coloredBox p {
    text-align: left; 
}

div.coloredBox div.inner {
    border: 1px solid #949599;
    background-color: #ffffff;
    margin: 10px;
    margin-bottom: 5px; 
}

div.coloredBox div.inner h2, h2.boxed {
    background-color: #b21f32;
    background-image: url(../images/boxbg.png);
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 5px;
    padding-left: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

div.coloredBox div.inner p {
    padding: 0px;
    margin: 7px;
}

#Content .wrapper {

}

div.greyBox table.selection {
    width: 100%;
    border: 0px solid black;
    margin: 0px;
    padding: 0px;
}

div.greyBox table.selection input {
    /*background-color: #e7e7e8;*/
}

div.greyBox table.selection td {
    padding: 10px;
}

/*================ .... =================*/

table.symbolic td {
    padding-bottom: 8px;
    text-align: left;
    font-size: 12px;
    color: #b2102b;
}

table.symbolic td img {
    margin-right: 5px;
}

/*============== Exposee ===============*/

#ShowCaseContainer {
    width: 400px;
    height: 267px;
    overflow: hidden;
    background: url(../images/bild-laden.png) no-repeat;
    background-position: -10px 13px;
}

/*
#ShowCaseLoc {
    position: absolute;
    visibility: visible;
}

#ShowCaseContainer:hover #ShowCaseLoc {
    visibility: visible;
    padding: 6px;
    background-color: #ffffff;
    color: black;
}*/

#ShowCaseContainer:hover #ShowCase Loc span {
    color: black;
}

td.title {
    background-color: #e2e2e2;

    padding: 4px;
}

td.title img {
    margin: 1px;
    border: 1px solid black;
    padding: 0px;       
}

td.title img.active {
    border-color: #b21f32;
}

table.exposee th {
    text-align: left;
}

div.special, h3.special {
    margin: 5px;
    /*border: 2px solid #eeeeee;*/
    padding: 5px;
    text-align: center;
}

h3.special {
    font-size: 140%;
    text-align: center;        
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
}

div.special p {
    font-size: 140%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

div.special p b {
    color: red;
}

ul.thin li {
    line-height: 1.2em;
}

/*======= TICKER =============*/

#Ticker {
    font-size: 12px;
}

#Ticker ul, #Ticker li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#Ticker li {
    margin: 10px;
}

#TickerUp, #TickerDown {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center center;
}

#TickerUp {
    background-image: url(../images/marquee-up.png);
}

#TickerDown {
    background-image: url(../images/marquee-down.png);
}

#Ticker ul li div.Photo {
    float: left;
    width: 40px;
    height: 30px;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}

#Ticker ul li div.Description {
    float: left;
}

ul.objects {
    list-style-type: none;
}

ul.objects li {
    list-style-type: none;
}

ul.objects li {
    margin-bottom: 20px;
}

#AnzAnwaelte {
    font-size: 12px;
    position: absolute;
    color: white;
    margin-left: 19px;
    margin-top: 56px;
}
