/*
Projekt: OCM
Dateiname: ocm.css
Beschreibung:
--
OCM spezifische Klassen (Ohne Farb oder Typografie).
Das heisst, diese Datei bleibt bei jedem Projekt meistens genau gleich.
--
Datum erstellt    : 04.03.08, Peter Bucher
Letzte Bearbeitung: 04.03.08, Peter Bucher
TODO:
- Armando, bitte korrigiere die Kommentare wenn noch was _falsch_ beschrieben ist.
*/

/* Formatierungen für Artikel Grid bzw.
das dort angezeigte GridView und untergeordnete Elemente */

.Grid { 
    width : 100%;
}

.GridItem { 
    padding-top : 5px;
    padding-left : 5px;
}

.Grid td a {
    text-decoration: underline;
    font-weight: bold;
}

.GridAltItem { 
    padding-top : 5px;
    padding-left : 5px;
}

.ItemLeft { 
    width : 60%;
    vertical-align : top;
    text-align : left;
}

.ItemRight { 
    width : 40%;
    vertical-align : top;
    text-align : right;
}

.hlTextTitle { 
    display : block;
    font-size: 1.2em;
}
    
.hlTextonly { }

.hlTextonly td a { 
    font-size: 5px;
}

.hlTextonly a {
    font-size: 5px;
}

.EmptyLiner { 
    font-family : Arial;
    line-height : 0.8em;
}

.OnlyText { 
    font-family : Arial;
    display : block;
    padding-bottom : 15px;
}

/* Formatierungen für die Container in der linken Spalte */

#InfoLeft { 
    font-size : 0.8em;
    margin : 0;
}

#InfoLeft .ContainerBlock { 
    margin-bottom : 1em;
    padding-left : 0.5em;
    padding-right : 0.5em;
}

#InfoLeft span.Title { 
    display : block;
    padding : 0.1em 0.2em;
}

#InfoLeft p.hlDistancerP { 
    margin-top : 0.2em;
}

#InfoLeft p.description { 
    padding : 1em;
}

#InfoLeft div.description {
    padding : 1em;
}

#InfoLeft .ContainerBlock a {
    display : block;
}

#InfoLeft .BlockImg {
    overflow : hidden;
}

div#InfoLeft .BlockImgTextRechts { 
    float : left;
}

div#InfoLeft .BlockImgTextLinks { 
    float : right;
}
