/*
    Document   : sidebarmodule.css
    Created on : 18.04.2009, 12:00:00
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: Sidebarmodul Styling
*/






/*  Modul       : termine.php
    Template    : sidebar_termine.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Terminuebersicht in Sidebar
    Addons      : einfache Termine + Highlights
*/

.sb-vevent {
    list-style: none;
}
.sb-vevent li {
    height: 40px;
}
.sb-vevent .light {}
.sb-vevent .dark {}
.sb-vevent li a.highlight {
    font-weight: bold;
}

tr.week td {
     text-align: center;
     vertical-align: middle;
     width: 20px;
     height: 20px;
}

tr.day_name th{
     background: #758493;
     color: #FFFFFF;
     text-align: center;
}
td.right_box{
     text-align: left;
}
td.left_box{
     text-align: right;
}
.weekend_link{
     color: #FFFFFF;
}
.weekend_box{
     background-color: #738293;
     border-bottom: 1px solid #E0E0E0;
     color: #FFFFFF;
}
td.dark_date_box{
     background-color: #B8B8B8;
}
td.today_date_box{
     background-color: #FFBC90;
}
td.date_box{
     background-color: #E0E0E0;
}
.quote {
	font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
a.gen{ color: #006699; text-decoration: none; }
a.gen:hover{ color: #DD6900; text-decoration: underline; }

/*  Modul       : kontakte.php
    Template    : sidebar_kontakte.htm
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Kontaktauflistung innerhalb der Sidebar
*/

.sb-kontakte {
    background: url(../img/bg_kontakte.gif) left top repeat-x;
    padding: 5px;
    margin: 2px;
    border: 1px solid #F5F5F5;
}
.sb-kontakte .sb-kontakte-image {
    width: 50px;
    float: left;
}
.sb-kontakte .sb-kontakte-description {
    width: 150px;
    float: left;

}

