/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Flashcam                          *
 * Type: screen                               *
 **********************************************/

body {
	background: #000; /* url(../img/layout/slopestyle_bg_body.jpg) repeat top left*/
}
#containerSite {
    border-bottom: none;
    background-image: url(../img/layout/slopestyle_bg_content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 84px;
}
#containerSidebar {
	border-top: 5px solid #2ba9e1;
}
table.tablePageNav td.tdMiddle,
table.tablePageNav td.tdLeft {
    background: #000;
    color: #fff;
}
table.tablePageNav a.pageButton {
	background: #d71920;
}
#containerSidebar h1 {
	color: #2F5F17;
}
.imgBox:hover {
	background: #2ba9e1;
	color: #fff;
}
.imgBox .img {
	background: #2ba9e1;
}

#containerFooter {
    background: #262626;
    margin-top: 20px;
    margin-bottom: 20px;
}
#containerFooter #footerInfo {
	width: 100%;
	float: none;
	text-align: center;
}
#containerFooter #footerInfo img {
    border: none;
}
#copyright {
    display: none;
}


/* Kalender */
#datepicker_div, .datepicker_inline, .datepicker_control, .datepicker_links {
	background: #fff !important;
}
.datepicker_links div a, .datepicker_titleRow div a {
	color: #2ba9e1 !important;
}
.datepicker_header, .datepicker_header select {
	background: #2ba9e1 !important;
}
/* Kalender ENDE */

