/* SPECIAL STYLES **********************************************************/
div#borderTop {
	background:transparent url(../images/bgrBorderTopYellow.gif) no-repeat;
}

div#page {
	background:transparent url(../images/bgrBorderYellow.gif) repeat-y;
}

div#top {
	background:transparent url(../images/bgrTopYellow.gif) no-repeat;
}

div#path {
	background:transparent url(../images/bgrPathYellow.gif) no-repeat;
}

div#middle {
	background:transparent url(../images/bgrMiddleYellow.gif) no-repeat bottom left;
}

/* Calendar **********************************************/

div#calendar table {
	color:#7A5848;
}

div#calendar thead .monthSelector{
	background:#E8AE0A;
}

div#calendar thead div.imageNextMonth {
	background:url(../images/arrow_r_0_yellow.gif) no-repeat;
	background-position:center;	
}

div#calendar thead div.imagePrevMonth {
	background:url(../images/arrow_l_0_yellow.gif) no-repeat;
	background-position:center;
}

div#calendar table td {
	border-top:1px solid #E8AE0A;	
}

div#calendar table td.saturday {
	background:#FEFBF3;
}

div#calendar table td.sunday {
	background:#FBF1D6 ;
}

div#calendar table td.event {
	background:#F7E2A7;
}

/* Login / Search **********************************************/
div#login table, div#search table{
	color:#7A5848;
}

div#login thead td, div#search thead td {
	background:#E8AE0A;
	border-top:1px solid #E8AE0A;
}

div#login table td.input, div#search table td.input {
	background:#FBF1D6;
}

div#login table td.btn, div#search table td.btn {
	background:#E8AE0A;
}

div#login input#tx-newloginbox-pi1-user, div#login input#tx-newloginbox-pi1-pass, div#search input#sword {
	color: #7A5848;
}

div#login input#tx-newloginbox-pi1-login_submit, div#search input#sbutton {
	background: #E8AE0A url(../images/arrow_fwd_yellow.gif) no-repeat;
}

div#login input#tx-newloginbox-pi1-logout_submit {
	background: #E8AE0A url(../images/arrow_bwd_yellow.gif) no-repeat;
}



/* Navigation **********************************************/

/* alle Navi-Links */
div#navigation a, div#navigation a:link, div#navigation a:visited, div#navigation a:active, div#navigation a:focus {
	color: #7A5848;
}

/*beim überfahren rot */
div#navigation a:hover {
	color:#CD4700;
}

div#navigation div.head {
	background:#E8AE0A;
}

/* Level 1 Zustand: Normal */
div#navigation div.level1 {
	background:#F7E2A7;	
}

/* Level 2 Zustand: Normal */
div#navigation div.level2 {
	background:#FBF1D6;	
}

/* Level 3 Zustand: Normal */
div#navigation div.level3 {
	background:#FEFBF3;	
}

/* Die aktuelle Rubrik, für alle Ebenen */
div#navigation div.current {
	background:#CD4700 !important;	
}

