﻿/*							LINKER SEITENTEIL																					*/
#div_left					{ position: absolute; left: 28px; top: 130px; width: 153px; color: #a3922b; text-align: right; text-transform: uppercase; z-index: 50; }
#div_left DIV.title			{ margin: 27px 0 0 0; background-color: #fce44c; line-height: 16px; }
#div_left DIV.title A		{ color: #a3922b; }
#div_left DIV.title A:hover	{ color: #575339; }

/*							KALENDER																							*/
#calendar					{ position: relative; cursor: default; }
#calRange					{ height: 132px; }

.cal						{ margin-left: 1px; }
.cal A						{ color: #575339; font-size: 11px; font-weight: bold; }
.cal A:hover				{ color: #bbb381; }
.cal TD						{ font-size: 10px; text-align: right; vertical-align: top; line-height: 16px; padding-right: 3px; border-top: solid 1px #f5f1cc; border-right: solid 1px #f5f1cc; }
.cal TD.N					{ font-size: 8px; text-align: center; vertical-align: middle; line-height: 12px; padding-right: 0; width: 21px; color: #bbb381; border-top: none; }
.cal TD.M					{ font-size: 10px; text-align: center; vertical-align: top; width: auto; padding: 2px 0 0 0; border-right: none; border-top: none; }
.cal TD.M A					{ margin-left: 2px; }
.cal TD.L					{ border-left: solid 1px #f5f1cc; border-top: none; }
.cal TD.L A					{ font-size: 18px; margin-right: 2px; cursor: pointer; }
.cal TD.R					{ border-color: #f7f3cd; border-top: none; }
.cal TD.R A					{ font-size: 18px; margin-right: 2px; cursor: pointer; }
.cal TD.X					{ border-left: solid 1px #f7f3cd; border-right: none; }

.cal TD.O					{ color: #bbb381; background-color: #fce44c; }														/* OUT - ausserhalb d. Monats	*/
.cal TD.D					{ color: #575339; background-color: #e2e0cb; }														/* STANDARD - normaler Tag		*/
.cal TD.T					{ color: #fff; background-color: #252d9a; font-weight: bold; }										/* TODAY - Heutiger Tag			*/
.cal TD.E					{ color: #fff; background-color: #bbb381; }															/* EVENT - Tag mit Terminen		*/
.cal TD.H					{ color: #fff; background-color: #ba2e2e; font-weight: bold; }										/* HOT - Heute mit Terminen		*/
.cal TD.V					{ color: #333; background-color: #fff; cursor: pointer; }											/* OvER - Mouse-Over für EVENT	*/

.allEvents					{ margin: 4px 2px 20px 0; }
.allEvents A				{ color: #575339; font-size: 10px; font-weight: bold; }
.allEvents A:hover			{ color: #bbb381; font-size: 10px; font-weight: bold; }

/*							LINKS																								*/
.otherLinks					{ line-height: 18px; margin: 2px 1px 0 0; }
.otherLinks A				{ color: #575339; }
.otherLinks A:hover			{ color: #bbb381; }
.otherLinks A:hover IMG		{ filter: alpha(opacity=50); opacity: .5; -moz-opacity: .5; -khtml-opacity: .5; }
.otherLinks A BIG			{ margin: 0 0 0 4px; }
.otherLinks DIV				{ line-height: 12px; margin-top: 4px; }
.otherLinks .divider		{ margin: 1px 0; background: url(/img/ldiv.gif) repeat-x; }

/*							FEDERATIONS																							*/
#fedFlags					{ width: 155px; margin-left: -5px; padding: 1px 5px; background-color: #f3f3e7; cursor: pointer; }
#fedFlags IMG				{ border: solid 1px #f3f3e7; filter: alpha(opacity=75); opacity: .75; -moz-opacity: .75; -khtml-opacity: .75; }
#fedFlags A					{ float: left; }
#fedFlags A:hover IMG		{ border-color: #000; }
#div_left DIV.title.fed		{ line-height: 13px; padding-bottom: 1px; }

