1
2/* category-styles for date entries. ----------------------------------------------------------- */
3
4.doctor,
5.Arzttermine
6{
7	color: red;
8	font-weight: bold;
9	padding-bottom: 10px;
10	background-image: url(images/doc.gif);
11}
12
13.dentist,
14.Zahnarzt
15{
16	color: Red;
17	font-weight: bold;
18	background-image: url(images/dentist.png);
19}
20
21.Party,
22.Feiern
23{
24	color: Green;
25	font-weight: bold;
26	padding-left: 45px;
27	padding-bottom: 10px;
28	background-image: url(images/party.gif);
29}
30
31.birthday,
32.birthdays,
33.Geburtstagsliste,
34.Geburtstag,
35.Geburtstage
36{
37	color: Green;
38	font-weight: bold;
39	padding-left: 35px;
40	background-image: url(images/birthday.gif);
41}
42
43.Werkstatt,
44.repair
45{
46	color: Green;
47	font-weight: bold;
48	padding-left: 35px;
49	background-image: url(images/car-repair.gif);
50}
51
52.Spielplan,
53.Spielfeste,
54.Punktspiele,
55.Fussball,
56.soccer,
57.Sport
58{
59	color: Green;
60	font-weight: bold;
61	background-image: url(images/ball.gif);
62}
63
64.Pokalspiele
65{
66	color: Green;
67	font-weight: bold;
68	background-image: url(images/pokal.gif);
69}
70
71.bill,
72.Abrechnung,
73.Geld,
74.money
75{
76	color: Green;
77	font-weight: bold;
78	background-image: url(images/money.gif);
79}
80
81.Musik,
82.music
83{
84	color: Green;
85	font-weight: bold;
86	background-image: url(images/musicnote.gif);
87}
88
89.CallCenter
90{
91	padding-top: 10px;
92	padding-bottom: 5px;
93	background-image: url(images/callcenter.gif);
94}
95