/*
    Document   : sidebarmodule.css
    Created on : 18.04.2009, 12:00:00
    Author     : Gerold Hinzen, Open New Media GmbH
    Description: Sidebarmodul Styling
*/


.sbbox {
	border-bottom: 1px solid #dedfdf;
	margin:0;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 160%;
}

.sbbox h1  {
	font-size: 13px;
	text-align: center;
	margin-bottom:6px;
}

#sidebar ul {
    list-style: none;
    color: #474747;
    margin: 5px 0;
}
#sidebar ul li {
    background: url(../img/icons/ic_li.gif) 8px 5px no-repeat;
    padding: 0 0 0 28px;
	line-height: 160%;
}

/*  
	Author      : Terry Wagner, Reed
    Description : Spezielle Formatierungen für einzelne Sidebar-Elemente
*/





/*  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;

}
