/***********************************************************************
    CSS fuer die Website des Bonsai Regionalverbands NRW eV
    (c) 2009 Bianka Martinovic
    Datei: colors.css
    Layoutdefinitionen in style.css
***********************************************************************/

body {
    background           : #fff url(images/body_tile.jpg) repeat-y;
}

/***********************************************************************
    Seitenkopf
***********************************************************************/
#header {
    background           : #fff url(images/top_left.png) top left no-repeat;
}

/***********************************************************************
    Seitenfuss
***********************************************************************/
#footer {
    background-color     : #fff;
}

#content {
    background           : #fff url(images/body_tile.jpg) repeat-y;
}

/***********************************************************************
    Hintergrundbild fuer unten links
***********************************************************************/
#left {
    background           : transparent url(images/bottom_left.png) no-repeat left bottom;
}

/***********************************************************************
    Baum oben rechts
***********************************************************************/
#right {
    background           : transparent url(images/top_right_small.png) top right no-repeat; 
}

/***********************************************************************
    Logo oben links
***********************************************************************/
.logo {
    background           : transparent url(images/logo.png) center no-repeat;
}

/***********************************************************************
    Topnavigation
***********************************************************************/
#topnav {
    border-top           : 1px solid #c0c5c3;
    border-bottom        : 1px solid #c0c5c3;
}

#navcontainer li a {
    color                : #505050;
}

#navcontainer li a:hover {
    background           : transparent url(images/hover.png) left center no-repeat;
    color                : #333333;
}

#navcontainer li a.current {
    color                : #333;
    background           : transparent url(images/active.png) left center no-repeat;
}

/***********************************************************************
    Suchfeld im Kopf
***********************************************************************/
#searchbox input {
    border               : 1px solid #c0c5c3;
}

#searchbox input[type=submit] {
    background           : #fff url(images/search_16.png) no-repeat 2px center;
}

/***********************************************************************
    Hauptnavigation (vertikal, links)
***********************************************************************/

#menu_BonsaiNRW_Left li a {
    color                : #505050;
    background-color     : #f4f4f4;
    border-bottom        : 1px solid #d8d8d8;
}

#menu_BonsaiNRW_Left ul ul a {
    border               : 0;
    background-color     : transparent;
}

#menu_BonsaiNRW_Left li a:hover,
#menu_BonsaiNRW_Left li a.current {
    color                : #505050;
    border-bottom        : 1px solid #b0b0b0;
    background           : transparent url(images/hover.png) left center no-repeat;
}

#menu_BonsaiNRW_Left li a.current {
    background           : transparent url(images/active.png) left center no-repeat;
}

/***********************************************************************
   Simple scalable breadcrumb by Veerle Pieters
   http://veerle.duoh.com/blog/comments/simple_scalable_css_based_breadcrumbs/
***********************************************************************/
#menu_BonsaiNRW_Bread {
    border-top           : 1px solid #dedede;
}
#menu_BonsaiNRW_Bread li {
	  color                : #777;
}

#menu_BonsaiNRW_Bread li a {
	  background           : #fff url(images/crumbs.gif) no-repeat right center;
}

#menu_BonsaiNRW_Bread li a:link,
#menu_BonsaiNRW_Bread li a:visited {
border-top: #ccc;
    color                : #777;
}

#menu_BonsaiNRW_Bread a:link,
#menu_BonsaiNRW_Bread a:visited,
#menu_BonsaiNRW_Bread li a:hover,
#menu_BonsaiNRW_Bread li a:focus {
	  color                : #dd2c0d;
}

/***********************************************************************
    Modul "Members"
***********************************************************************/
div.members-head {
    border-bottom        : 1px solid #8d926a;
}
.member-link a {
    background           : transparent url(images/link.png) top left no-repeat;
}

/***********************************************************************
    Calendar Droplet
***********************************************************************/
table.calendar {
    font-size            : 0.8em;
    border               : 1px solid #ccc;
}
table.calendar th,
table.calendar td 
{
    padding              : 2px;
    text-align           : right;
}
table.calendar .calendar-today {
    font-weight          : bold;
    background-color     : #F6AFA7;
}
.calendar-month {
    background-color     : #d92a15;
    padding              : 5px;
    border               : 1px solid #c0c0c0;
    border-bottom        : 0;
    font-weight          : bold;
    font-size            : 1.2em;
    margin-top           : 25px;
}

