Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

icons: set canvas size of thg_logo.svg to fit the content

Edited by using Inkscape 0.47 r22583.

Changeset 5047874e1430

Parent b8987292ae50

by Yuya Nishihara

Changes to one file · Browse files at 5047874e1430 Showing diff from parent b8987292ae50 Diff from another changeset...

 
1
2
 
3
4
5
 
9
10
11
12
13
 
 
14
15
16
17
 
18
19
20
21
22
 
 
 
 
 
 
 
23
24
25
 
109
110
111
112
 
113
114
115
 
117
118
119
120
 
 
121
122
123
 
132
133
134
135
 
136
137
138
139
140
141
142
 
 
143
144
145
 
154
155
156
157
 
158
159
160
161
162
163
164
 
 
165
166
167
 
176
177
178
179
 
180
181
182
 
184
185
186
187
 
 
188
189
190
 
199
200
201
202
 
203
204
205
 
209
210
211
212
 
213
214
215
 
219
220
221
222
 
223
224
225
 
229
230
231
232
 
233
234
235
 
239
240
241
242
 
243
244
245
 
249
250
251
252
 
253
254
255
 
259
260
261
262
 
263
264
265
 
269
270
271
272
 
273
274
275
 
279
280
281
282
 
283
284
285
 
289
290
291
292
 
293
294
295
 
299
300
301
302
 
303
304
305
306
307
308
309
 
 
310
311
312
 
318
319
320
321
 
 
322
323
324
 
330
331
332
333
 
 
334
335
336
 
345
346
347
348
 
349
350
351
352
353
354
355
 
 
356
357
358
 
360
361
362
363
 
 
364
365
366
 
375
376
377
378
 
379
380
381
 
385
386
387
388
 
389
390
391
392
393
394
395
 
 
396
397
398
 
409
410
411
412
413
414
 
 
 
415
416
417
 
421
422
423
424
 
 
425
426
427
 
468
469
470
471
472
 
 
473
474
475
 
 
476
477
478
 
480
481
482
483
 
484
485
486
487
488
489
490
491
 
 
492
493
494
495
496
497
498
499
 
 
500
501
502
 
510
511
512
513
514
 
 
515
516
517
518
519
520
 
 
521
522
523
 
531
532
533
534
 
535
536
537
538
 
539
540
541
 
544
545
546
547
548
 
 
549
550
551
552
553
554
 
555
556
557
558
559
560
561
562
 
 
563
564
565
 
567
568
569
570
 
571
572
573
 
575
576
577
578
 
579
580
581
582
583
584
585
586
 
 
587
588
589
590
591
592
593
594
 
 
595
596
597
598
599
600
601
602
 
 
603
604
605
606
607
608
609
610
 
 
611
612
613
 
615
616
617
618
 
619
620
621
 
623
624
625
626
 
627
628
629
630
631
632
633
 
 
634
635
636
637
638
639
 
640
641
642
 
644
645
646
647
 
648
649
650
 
652
653
654
655
 
656
657
658
659
660
661
662
663
 
 
664
665
666
667
668
669
670
671
 
 
672
673
674
675
676
677
678
679
 
 
680
681
682
683
684
685
686
687
 
 
688
689
690
691
692
693
694
695
 
 
696
697
698
699
700
701
702
703
 
 
704
705
706
707
708
709
710
711
 
 
712
713
714
715
716
717
718
719
 
 
720
721
722
723
724
725
726
727
 
 
728
729
730
731
732
733
734
735
 
 
736
737
738
739
740
741
742
743
 
 
744
745
746
747
748
749
750
 
 
751
752
753
754
755
756
757
 
 
758
759
760
761
762
763
764
765
 
 
766
767
768
769
770
771
772
773
 
 
774
775
776
 
778
779
780
781
782
783
 
 
 
784
785
786
 
787
788
789
 
791
792
793
794
795
796
 
 
 
797
798
799
 
 
800
801
802
 
1
2
3
4
5
6
 
10
11
12
 
 
13
14
15
16
 
 
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
116
117
118
 
119
120
121
122
 
124
125
126
 
127
128
129
130
131
 
140
141
142
 
143
144
145
146
147
148
149
 
150
151
152
153
154
 
163
164
165
 
166
167
168
169
170
171
172
 
173
174
175
176
177
 
186
187
188
 
189
190
191
192
 
194
195
196
 
197
198
199
200
201
 
210
211
212
 
213
214
215
216
 
220
221
222
 
223
224
225
226
 
230
231
232
 
233
234
235
236
 
240
241
242
 
243
244
245
246
 
250
251
252
 
253
254
255
256
 
260
261
262
 
263
264
265
266
 
270
271
272
 
273
274
275
276
 
280
281
282
 
283
284
285
286
 
290
291
292
 
293
294
295
296
 
300
301
302
 
303
304
305
306
 
310
311
312
 
313
314
315
316
317
318
319
 
320
321
322
323
324
 
330
331
332
 
333
334
335
336
337
 
343
344
345
 
346
347
348
349
350
 
359
360
361
 
362
363
364
365
366
367
368
 
369
370
371
372
373
 
375
376
377
 
378
379
380
381
382
 
391
392
393
 
394
395
396
397
 
401
402
403
 
404
405
406
407
408
409
410
 
411
412
413
414
415
 
426
427
428
 
 
 
429
430
431
432
433
434
 
438
439
440
 
441
442
443
444
445
 
486
487
488
 
 
489
490
491
 
 
492
493
494
495
496
 
498
499
500
 
501
502
503
504
505
506
507
 
 
508
509
510
511
512
513
514
515
 
 
516
517
518
519
520
 
528
529
530
 
 
531
532
533
534
535
536
 
 
537
538
539
540
541
 
549
550
551
 
552
553
554
555
 
556
557
558
559
 
562
563
564
 
 
565
566
567
568
569
570
571
 
572
573
574
575
576
577
578
 
 
579
580
581
582
583
 
585
586
587
 
588
589
590
591
 
593
594
595
 
596
597
598
599
600
601
602
 
 
603
604
605
606
607
608
609
610
 
 
611
612
613
614
615
616
617
618
 
 
619
620
621
622
623
624
625
626
 
 
627
628
629
630
631
 
633
634
635
 
636
637
638
639
 
641
642
643
 
644
645
646
647
648
649
 
 
650
651
652
653
654
655
656
 
657
658
659
660
 
662
663
664
 
665
666
667
668
 
670
671
672
 
673
674
675
676
677
678
679
 
 
680
681
682
683
684
685
686
687
 
 
688
689
690
691
692
693
694
695
 
 
696
697
698
699
700
701
702
703
 
 
704
705
706
707
708
709
710
711
 
 
712
713
714
715
716
717
718
719
 
 
720
721
722
723
724
725
726
727
 
 
728
729
730
731
732
733
734
735
 
 
736
737
738
739
740
741
742
743
 
 
744
745
746
747
748
749
750
751
 
 
752
753
754
755
756
757
758
759
 
 
760
761
762
763
764
765
766
 
 
767
768
769
770
771
772
773
 
 
774
775
776
777
778
779
780
781
 
 
782
783
784
785
786
787
788
789
 
 
790
791
792
793
794
 
796
797
798
 
 
 
799
800
801
802
803
 
804
805
806
807
 
809
810
811
 
 
 
812
813
814
815
 
 
816
817
818
819
820
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>  <!-- Created with Inkscape (http://www.inkscape.org/) --> +  <svg   xmlns:dc="http://purl.org/dc/elements/1.1/"   xmlns:cc="http://creativecommons.org/ns#" @@ -9,17 +10,23 @@
  xmlns:xlink="http://www.w3.org/1999/xlink"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="100" - height="100" + width="80" + height="80"   id="svg2"   sodipodi:version="0.32" - inkscape:version="0.46" - sodipodi:docbase="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG" + inkscape:version="0.47 r22583"   sodipodi:docname="thg_logo.svg"   inkscape:output_extension="org.inkscape.output.svg.inkscape"   version="1.0">   <defs   id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 50 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="100 : 50 : 1" + inkscape:persp3d-origin="50 : 33.333333 : 1" + id="perspective105" />   <linearGradient   id="linearGradient3366">   <stop @@ -109,7 +116,7 @@
  fx="135.25655"   fy="237.94363"   r="17.294315" - gradientTransform="matrix(1.9206889,-0.5952514,0.4482225,1.4462734,-222.50779,-3.4197639)" + gradientTransform="matrix(1.9206889,-0.5952514,0.4482225,1.4462734,-221.70779,-22.119769)"   gradientUnits="userSpaceOnUse" />   <filter   inkscape:collect="always" @@ -117,7 +124,8 @@
  width="1.1478437"   y="-0.13688254"   height="1.2737651" - id="filter3245"> + id="filter3245" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="1.0345558" @@ -132,14 +140,15 @@
  x2="120.65009"   y2="239.44398"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <filter   inkscape:collect="always"   x="-0.090638652"   width="1.1812773"   y="-0.29311559"   height="1.5862312" - id="filter3551"> + id="filter3551" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.70848038" @@ -154,14 +163,15 @@
  x2="147.4772"   y2="230.32625"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <filter   inkscape:collect="always"   x="-0.17634664"   width="1.3526933"   y="-0.090942018"   height="1.1818841" - id="filter3675"> + id="filter3675" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.56643104" @@ -176,7 +186,7 @@
  fx="116.58452"   fy="238.6376"   r="6.2167935" - gradientTransform="matrix(0.7474576,0.4827389,-0.3525983,0.545952,118.17347,76.264608)" + gradientTransform="matrix(0.7474576,0.4827389,-0.3525983,0.545952,118.97347,57.564603)"   gradientUnits="userSpaceOnUse" />   <filter   inkscape:collect="always" @@ -184,7 +194,8 @@
  width="1.2462925"   y="-0.17335643"   height="1.3467129" - id="filter3861"> + id="filter3861" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.58690859" @@ -199,7 +210,7 @@
  x2="103.46745"   y2="241.88451"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3873" @@ -209,7 +220,7 @@
  x2="153.4617"   y2="244.32936"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -219,7 +230,7 @@
  x2="150.24753"   y2="251.15334"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -229,7 +240,7 @@
  x2="152.50584"   y2="250.62347"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -239,7 +250,7 @@
  x2="154.42509"   y2="249.24535"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -249,7 +260,7 @@
  x2="140.03812"   y2="253.11617"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -259,7 +270,7 @@
  x2="137.58832"   y2="253.78435"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -269,7 +280,7 @@
  x2="134.27011"   y2="254.96698"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -279,7 +290,7 @@
  x2="109.05109"   y2="252.8688"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -289,7 +300,7 @@
  x2="111.75079"   y2="252.42661"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3893" @@ -299,14 +310,15 @@
  x2="114.23315"   y2="252.2905"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <filter   inkscape:collect="always"   x="-0.14466302"   width="1.289326"   y="-0.5060032"   height="2.0120063" - id="filter4911"> + id="filter4911" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.93716196" @@ -318,7 +330,8 @@
  width="1.2799026"   y="-0.1497658"   height="1.2995316" - id="filter5023"> + id="filter5023" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.52462254" @@ -330,7 +343,8 @@
  width="1.1827031"   y="-0.17482693"   height="1.349654" - id="filter5063"> + id="filter5063" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.40405715" @@ -345,14 +359,15 @@
  x2="103.91125"   y2="233.75017"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <filter   inkscape:collect="always"   x="-0.14084633"   width="1.2816926"   y="-0.17480762"   height="1.3496153" - id="filter3308"> + id="filter3308" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="1.3380205" @@ -360,7 +375,8 @@
  </filter>   <filter   inkscape:collect="always" - id="filter3328"> + id="filter3328" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="0.34360318" @@ -375,7 +391,7 @@
  x2="126.16358"   y2="248.6237"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(5.4119643,24.145687)" /> + gradientTransform="translate(6.2119643,5.4456821)" />   <linearGradient   inkscape:collect="always"   xlink:href="#linearGradient3366" @@ -385,14 +401,15 @@
  x2="153.48773"   y2="197.25838"   gradientUnits="userSpaceOnUse" - gradientTransform="translate(8.4191692,22.343075)" /> + gradientTransform="translate(7.1523902,4.6662679)" />   <filter   inkscape:collect="always"   x="-0.081502736"   width="1.1630055"   y="-0.19747992"   height="1.3949598" - id="filter3443"> + id="filter3443" + color-interpolation-filters="sRGB">   <feGaussianBlur   inkscape:collect="always"   stdDeviation="1.5398498" @@ -409,9 +426,9 @@
  objecttolerance="10"   inkscape:pageopacity="0.0"   inkscape:pageshadow="2" - inkscape:zoom="1" - inkscape:cx="48.914471" - inkscape:cy="72.178133" + inkscape:zoom="5.6568542" + inkscape:cx="38.09858" + inkscape:cy="51.025616"   inkscape:document-units="px"   inkscape:current-layer="layer1"   inkscape:window-width="740" @@ -421,7 +438,8 @@
  showguides="false"   height="200px"   width="100px" - showgrid="false" /> + showgrid="false" + inkscape:window-maximized="0" />   <metadata   id="metadata7">   <rdf:RDF> @@ -468,11 +486,11 @@
  inkscape:label="Vector tortoise"   inkscape:groupmode="layer"   id="layer1" - style="opacity:1;display:inline" - transform="translate(-89.535713,-215.00437)"> + style="display:inline" + transform="translate(-101.69768,-201.71886)">   <path - style="opacity:1;fill:url(#linearGradient3887);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 150.08638,269.50119 C 149.32743,270.48226 147.05102,275.02458 150.04399,276.70176 C 151.17233,277.33406 153.83074,277.29966 156.60425,276.98493 C 160.68823,276.5215 160.13355,274.61775 159.75632,271.96513 C 159.43742,269.72266 156.66716,266.38262 156.28409,265.37517 L 150.94767,264.54359 L 150.08638,269.50119 z" + style="fill:url(#linearGradient3887);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 150.88638,250.80119 c -0.75895,0.98107 -3.03536,5.52339 -0.0424,7.20057 1.12834,0.6323 3.78675,0.5979 6.56026,0.28317 4.08398,-0.46343 3.5293,-2.36718 3.15207,-5.0198 -0.3189,-2.24247 -3.08916,-5.58251 -3.47223,-6.58996 l -5.33642,-0.83158 -0.86129,4.9576 z"   id="path3178"   sodipodi:nodetypes="csssccc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -480,23 +498,23 @@
  inkscape:export-ydpi="211.42252" />   <path   style="fill:#376274;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 157.6441,263.65073 C 155.87067,266.71103 153.30606,271.74608 148.80837,270.87932 L 150.32267,264.27573 L 157.6441,263.65073 z" + d="m 158.4441,244.95073 c -1.77343,3.0603 -4.33804,8.09535 -8.83573,7.22859 l 1.5143,-6.60359 7.32143,-0.625 z"   id="path3180"   sodipodi:nodetypes="cccc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:#dfecdf;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 156.75124,253.74002 C 156.75124,253.74002 162.47151,254.58364 163.92026,248.4053 C 164.69742,245.09097 165.59553,242.99893 168.34307,241.4664 C 171.95822,241.192 173.56703,247.13431 177.47002,250.1118 C 178.6409,251.00503 179.60817,252.33839 179.57115,253.16629 C 179.53138,254.05575 178.57306,254.66074 178.00573,255.1316 C 177.1731,255.44792 170.71302,257.06588 169.19184,254.9261 C 169.37233,253.96398 169.65391,253.20423 169.69953,253.2385 C 169.14349,254.0996 168.80028,254.76497 167.64628,255.08708 C 168.6003,255.01137 167.07878,255.0945 168.71085,254.77742 C 170.24933,256.70052 173.28197,256.41042 174.17603,256.48596 C 173.84475,258.41007 171.77471,259.53872 166.84053,258.47216 C 163.47785,263.78196 155.14984,263.97265 151.66196,265.43644 C 151.56751,260.42644 151.06554,255.95913 156.75124,253.74002 z" + style="fill:#dfecdf;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 157.55124,235.04002 c 0,0 5.72027,0.84362 7.16902,-5.33472 0.77716,-3.31433 1.67527,-5.40637 4.42281,-6.9389 3.61515,-0.2744 5.22396,5.66791 9.12695,8.6454 1.17088,0.89323 2.13815,2.22659 2.10113,3.05449 -0.0398,0.88946 -0.99809,1.49445 -1.56542,1.96531 -0.83263,0.31632 -7.29271,1.93428 -8.81389,-0.2055 0.18049,-0.96212 0.46207,-1.72187 0.50769,-1.6876 -0.55604,0.8611 -0.89925,1.52647 -2.05325,1.84858 0.95402,-0.0757 -0.5675,0.007 1.06457,-0.30966 1.53848,1.9231 4.57112,1.633 5.46518,1.70854 -0.33128,1.92411 -2.40132,3.05276 -7.3355,1.9862 -3.36268,5.3098 -11.69069,5.50049 -15.17857,6.96428 -0.0944,-5.01 -0.59642,-9.47731 5.08928,-11.69642 z"   id="path2233"   sodipodi:nodetypes="cscssccccccccc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:#447444;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3328)" - d="M 175.19321,247.30194 C 168.27011,248.32597 167.6907,251.49384 165.52612,253.88882 C 162.5763,257.15264 159.84547,259.14675 153.3603,259.94374 C 153.34839,260.991 151.85958,264.08753 151.88071,265.20819 C 155.36859,263.7444 163.70552,263.54924 167.06821,258.23944 C 172.00239,259.306 174.08068,258.19481 174.41196,256.27069 C 173.5179,256.19515 170.48169,256.47503 168.94321,254.55194 C 168.57274,254.62391 168.39828,254.67092 168.28696,254.70819 C 169.10449,254.35121 169.43295,253.7625 169.91196,253.02069 C 169.86634,252.98642 169.59245,253.74608 169.41196,254.70819 C 170.93314,256.84797 177.39183,255.24326 178.22446,254.92694 C 178.79179,254.45608 179.7472,253.84764 179.78696,252.95819 C 179.82398,252.13029 178.86409,250.78893 177.69321,249.89569 C 176.74081,249.16913 175.93488,248.24818 175.19321,247.30194 z M 168.13071,254.80194 C 168.18783,254.83026 168.35772,254.82659 167.88071,254.86444 C 167.97447,254.83827 168.0471,254.83256 168.13071,254.80194 z" + style="fill:#447444;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3328)" + d="m 175.99321,228.60194 c -6.9231,1.02403 -7.50251,4.1919 -9.66709,6.58688 -2.94982,3.26382 -5.68065,5.25793 -12.16582,6.05492 -0.0119,1.04726 -1.50072,4.14379 -1.47959,5.26445 3.48788,-1.46379 11.82481,-1.65895 15.1875,-6.96875 4.93418,1.06656 7.01247,-0.0446 7.34375,-1.96875 -0.89406,-0.0755 -3.93027,0.20434 -5.46875,-1.71875 -0.37047,0.072 -0.54493,0.11898 -0.65625,0.15625 0.81753,-0.35698 1.14599,-0.94569 1.625,-1.6875 -0.0456,-0.0343 -0.31951,0.72539 -0.5,1.6875 1.52118,2.13978 7.97987,0.53507 8.8125,0.21875 0.56733,-0.47086 1.52274,-1.0793 1.5625,-1.96875 0.037,-0.8279 -0.92287,-2.16926 -2.09375,-3.0625 -0.9524,-0.72656 -1.75833,-1.64751 -2.5,-2.59375 z m -7.0625,7.5 c 0.0571,0.0283 0.22701,0.0247 -0.25,0.0625 0.0938,-0.0262 0.16639,-0.0319 0.25,-0.0625 z"   id="path3312"   sodipodi:nodetypes="cscccccscccssccsc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -510,14 +528,14 @@
  sodipodi:cy="219.86218"   sodipodi:rx="3.2142856"   sodipodi:ry="5.3571429" - d="M 173.92856,219.86218 A 3.2142856,5.3571429 0 1 1 167.49999,219.86218 A 3.2142856,5.3571429 0 1 1 173.92856,219.86218 z" - transform="matrix(1.0318461,0,0,0.9191076,-0.8390154,42.629827)" + d="m 173.92856,219.86218 a 3.2142856,5.3571429 0 1 1 -6.42857,0 3.2142856,5.3571429 0 1 1 6.42857,0 z" + transform="matrix(1.0318461,0,0,0.9191076,-0.0390154,23.929822)"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:#76b676;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.97681499px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3308)" - d="M 169.13071,243.92694 C 165.5767,247.00748 166.76666,254.00493 161.13071,255.33319 C 159.43357,255.37242 154.96601,256.10083 154.75571,259.58319 C 153.009,264.61054 159.2735,261.2153 161.84946,260.39569 C 163.78657,259.82518 168.17842,255.93274 163.72446,256.73944 C 163.34613,255.03626 168.28279,253.54094 169.97303,250.98242 C 175.49403,244.70244 168.71863,256.48131 174.69321,253.86444 C 177.33277,254.12693 178.3412,252.41253 175.72446,251.14569 C 172.02883,249.35931 175.89205,246.9038 173.07269,245.95063 C 172.97136,250.53644 171.221,243.49014 169.13071,243.92694 z" + style="fill:#76b676;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3308)" + d="m 169.93071,225.22694 c -3.55401,3.08054 -2.36405,10.07799 -8,11.40625 -1.69714,0.0392 -6.1647,0.76764 -6.375,4.25 -1.74671,5.02735 4.51779,1.63211 7.09375,0.8125 1.93711,-0.57051 6.32896,-4.46295 1.875,-3.65625 -0.37833,-1.70318 4.55833,-3.1985 6.24857,-5.75702 5.521,-6.27998 -1.2544,5.49889 4.72018,2.88202 2.63956,0.26249 3.64799,-1.45191 1.03125,-2.71875 -3.69563,-1.78638 0.16759,-4.24189 -2.65177,-5.19506 -0.10133,4.58581 -1.85169,-2.46049 -3.94198,-2.02369 z"   id="neck-reflection"   inkscape:label="#path2286"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -531,11 +549,11 @@
  sodipodi:cy="220.66576"   sodipodi:rx="0.53571427"   sodipodi:ry="1.875" - d="M 171.24999,220.66576 A 0.53571427,1.875 0 1 1 170.17856,220.66576 A 0.53571427,1.875 0 1 1 171.24999,220.66576 z" + d="m 171.24999,220.66576 a 0.53571427,1.875 0 1 1 -1.07143,0 0.53571427,1.875 0 1 1 1.07143,0 z"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" - transform="translate(5.4119643,24.145687)" /> + transform="translate(6.2119643,5.4456821)" />   <path   sodipodi:type="arc"   style="fill:#a7d2d0;fill-opacity:1;stroke:#000000;stroke-opacity:1" @@ -544,22 +562,22 @@
  sodipodi:cy="220.13004"   sodipodi:rx="3.6607144"   sodipodi:ry="5.5921354" - d="M 170.35714,220.13004 A 3.6607144,5.5921354 0 1 1 163.03571,220.13004 A 3.6607144,5.5921354 0 1 1 170.35714,220.13004 z" - transform="matrix(0.9694601,0,0,0.9726581,10.060918,30.963562)" + d="m 170.35714,220.13004 a 3.6607144,5.5921354 0 1 1 -7.32143,0 3.6607144,5.5921354 0 1 1 7.32143,0 z" + transform="matrix(0.9694601,0,0,0.9726581,10.860918,12.263557)"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path   style="fill:url(#linearGradient5079);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 112.19767,264.36502 C 111.69607,263.86219 110.76757,262.86831 110.05482,262.31144 C 108.31319,260.95072 107.08688,260.05027 105.41196,259.00787 C 103.6306,257.89923 102.31967,256.68124 102.19768,254.54359 C 105.44196,256.19548 108.78401,256.45767 112.37625,258.11502 C 113.29883,258.54067 114.87625,258.64897 114.87625,259.54359 C 114.87625,260.59904 114.9529,261.53314 114.5191,262.40073 C 114.26781,262.90331 112.73707,263.9335 112.19767,264.36502 z" + d="m 112.99767,245.66502 c -0.5016,-0.50283 -1.4301,-1.49671 -2.14285,-2.05358 -1.74163,-1.36072 -2.96794,-2.26117 -4.64286,-3.30357 -1.78136,-1.10864 -3.09229,-2.32663 -3.21428,-4.46428 3.24428,1.65189 6.58633,1.91408 10.17857,3.57143 0.92258,0.42565 2.5,0.53395 2.5,1.42857 0,1.05545 0.0767,1.98955 -0.35715,2.85714 -0.25129,0.50258 -1.78203,1.53277 -2.32143,1.96429 z"   id="path3170"   sodipodi:nodetypes="csscsssc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 114.34053,259.72216 C 118.86942,243.61541 142.20059,235.4138 154.16196,251.50787 C 155.32674,254.73528 148.82695,264.04608 150.23339,267.40073 C 145.16153,268.87616 137.25422,266.87184 131.12625,269.18645 C 131.12625,269.18645 123.44063,266.43768 121.48339,265.0793 C 119.68498,263.83116 113.97256,261.20489 114.34053,259.72216 z" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 115.14053,241.02216 c 4.52889,-16.10675 27.86006,-24.30836 39.82143,-8.21429 1.16478,3.22741 -5.33501,12.53821 -3.92857,15.89286 -5.07186,1.47543 -12.97917,-0.52889 -19.10714,1.78572 0,0 -7.68562,-2.74877 -9.64286,-4.10715 -1.79841,-1.24814 -7.51083,-3.87441 -7.14286,-5.35714 z"   id="path2229"   sodipodi:nodetypes="ccccsc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -567,7 +585,7 @@
  inkscape:export-ydpi="211.42252" />   <path   style="opacity:0;fill:#2a3a2a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 126.92982,267.66859 C 126.37052,269.77607 124.23761,273.38003 125.41196,274.27573 C 126.42096,275.04531 128.10239,275.37551 129.96553,275.7043 C 131.48338,275.97216 132.56309,273.274 132.91196,271.32931 C 133.2334,269.53754 132.63569,268.96516 132.37624,268.02573 L 126.92982,267.66859 z" + d="m 127.72982,248.96859 c -0.5593,2.10748 -2.69221,5.71144 -1.51786,6.60714 1.009,0.76958 2.69043,1.09978 4.55357,1.42857 1.51785,0.26786 2.59756,-2.4303 2.94643,-4.37499 0.32144,-1.79177 -0.27627,-2.36415 -0.53572,-3.30358 l -5.44642,-0.35714 z"   id="path3174"   sodipodi:nodetypes="cssscc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -575,39 +593,39 @@
  inkscape:export-ydpi="211.42252" />   <path   style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 125.81375,270.43644 C 125.81375,270.43644 124.8638,273.06961 125.23339,273.42752 C 125.97654,274.14717 127.88964,274.94537 130.05482,275.57037 C 132.22,276.19537 132.32044,276.19537 133.44767,275.83823 C 134.49408,275.5067 134.2066,270.3918 134.2066,270.3918 L 125.81375,270.43644 z" + d="m 126.61375,251.73644 c 0,0 -0.94995,2.63317 -0.58036,2.99108 0.74315,0.71965 2.65625,1.51785 4.82143,2.14285 2.16518,0.625 2.26562,0.625 3.39285,0.26786 1.04641,-0.33153 0.75893,-5.44643 0.75893,-5.44643 l -8.39285,0.0446 z"   id="path2232"   sodipodi:nodetypes="cszzcc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3346);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.94999015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 133.19177,268.68885 C 131.54101,271.49344 129.58443,273.82047 129.72202,275.63828 C 129.87375,277.64302 131.51933,279.02765 132.20436,279.36849 C 133.16291,279.84542 136.32383,280.61097 140.62559,280.8639 C 144.20048,281.07409 145.73583,279.1024 145.70485,272.7901 C 145.6875,269.25524 144.77365,269.05066 144.77365,269.05066 L 133.19177,268.68885 z" + style="fill:url(#linearGradient3346);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.94999015px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 133.99177,249.98885 c -1.65076,2.80459 -3.60734,5.13162 -3.46975,6.94943 0.15173,2.00474 1.79731,3.38937 2.48234,3.73021 0.95855,0.47693 4.11947,1.24248 8.42123,1.49541 3.57489,0.21019 5.11024,-1.7615 5.07926,-8.0738 -0.0173,-3.53486 -0.9312,-3.73944 -0.9312,-3.73944 l -11.58188,-0.36181 z"   id="path3176"   sodipodi:nodetypes="csssscc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3245)" - d="M 116.52874,260.30461 C 116.52874,260.30461 122.08458,249.19294 128.90311,247.04637 C 135.72164,244.89979 140.83376,244.51049 147.96974,248.43532 C 150.49511,249.82429 151.78938,251.3395 151.75781,252.6022 C 151.68489,255.51934 148.60108,256.51654 147.7172,259.42073 C 146.83331,262.32492 145.94943,264.34523 145.94943,264.34523 C 140.23556,265.64852 133.78239,266.57406 129.40817,266.4918 C 125.50224,266.42041 123.09474,261.69358 116.52874,260.30461 z" + style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3245)" + d="m 117.32874,241.60461 c 0,0 5.55584,-11.11167 12.37437,-13.25824 6.81853,-2.14658 11.93065,-2.53588 19.06663,1.38895 2.52537,1.38897 3.81964,2.90418 3.78807,4.16688 -0.0729,2.91714 -3.15673,3.91434 -4.04061,6.81853 -0.88389,2.90419 -1.76777,4.9245 -1.76777,4.9245 -5.71387,1.30329 -12.16704,2.22883 -16.54126,2.14657 -3.90593,-0.0714 -6.31343,-4.79822 -12.87943,-6.18719 z"   id="path3205"   sodipodi:nodetypes="csssscsc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3871);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 113.49233,263.69537 C 111.5443,265.03613 109.52858,267.23931 108.87341,269.02167 C 108.13675,271.0257 107.68106,275.12857 109.16196,276.46323 C 113.2157,280.11666 116.5106,278.73296 118.51158,278.63007 C 119.90411,278.55847 120.13616,274.83128 120.18874,273.38288 L 120.50124,266.15073 L 113.49233,263.69537 z" + style="fill:url(#linearGradient3871);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 114.29233,244.99537 c -1.94803,1.34076 -3.96375,3.54394 -4.61892,5.3263 -0.73666,2.00403 -1.19235,6.1069 0.28855,7.44156 4.05374,3.65343 7.34864,2.26973 9.34962,2.16684 1.39253,-0.0716 1.62458,-3.79879 1.67716,-5.24719 l 0.3125,-7.23215 -7.00891,-2.45536 z"   id="path3172"   sodipodi:nodetypes="csssccc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.78000004;fill:url(#radialGradient3799);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3861)" - d="M 115.13978,259.92581 C 115.13978,259.92581 115.60021,259.97045 120.39844,262.36956 C 125.19666,264.76867 125.87264,266.11299 126.37772,265.2291 C 126.88279,264.34522 126.5987,261.15693 123.56824,259.13662 C 120.04436,256.78736 118.42278,257.14789 117.03382,258.15804 C 115.64486,259.1682 115.13978,259.79954 115.13978,259.92581 z" + style="opacity:0.78000004;fill:url(#radialGradient3799);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3861)" + d="m 115.93978,241.22581 c 0,0 0.46043,0.0446 5.25866,2.44375 4.79822,2.39911 5.4742,3.74343 5.97928,2.85954 0.50507,-0.88388 0.22098,-4.07217 -2.80948,-6.09248 -3.52388,-2.34926 -5.14546,-1.98873 -6.53442,-0.97858 -1.38896,1.01016 -1.89404,1.6415 -1.89404,1.76777 z"   id="path3249"   sodipodi:nodetypes="cssssc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -615,7 +633,7 @@
  inkscape:export-ydpi="211.42252" />   <path   style="fill:#add5d5;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 112.6523,260.52386 C 119.08131,259.06712 123.98031,264.85925 127.48085,266.21386 C 128.95037,266.81747 131.3154,267.19067 133.61727,266.05509 C 137.38537,264.1962 142.67525,265.47618 145.70411,266.49704 C 147.51549,267.10755 149.82343,264.24535 150.45164,260.36263 C 150.97384,257.13509 152.47697,253.88681 153.24362,252.80568 C 154.22099,251.42738 155.1285,250.54606 156.53569,250.74128 C 157.86245,250.92534 158.32054,252.56921 158.53696,252.95876 C 158.04377,253.18304 156.92074,252.66845 156.21104,254.19727 C 155.34623,256.06021 153.26842,261.54837 152.72441,264.56865 C 152.43518,266.17447 150.40049,270.27728 149.23593,270.82422 C 147.23559,271.7637 145.28832,271.59506 143.62625,270.97216 C 137.51915,268.68337 133.476,270.86005 131.56819,271.66478 C 129.71218,272.44766 121.86352,269.13565 120.74743,267.89312 C 118.16912,265.0227 113.17799,263.89559 111.3941,263.56145 C 110.27887,263.35256 110.42486,261.02858 112.6523,260.52386 z" + d="m 113.4523,241.82386 c 6.42901,-1.45674 11.32801,4.33539 14.82855,5.69 1.46952,0.60361 3.83455,0.97681 6.13642,-0.15877 3.7681,-1.85889 9.05798,-0.57891 12.08684,0.44195 1.81138,0.61051 4.11932,-2.25169 4.74753,-6.13441 0.5222,-3.22754 2.02533,-6.47582 2.79198,-7.55695 0.97737,-1.3783 1.88488,-2.25962 3.29207,-2.0644 1.32676,0.18406 1.78485,1.82793 2.00127,2.21748 -0.49319,0.22428 -1.61622,-0.29031 -2.32592,1.23851 -0.86481,1.86294 -2.94262,7.3511 -3.48663,10.37138 -0.28923,1.60582 -2.32392,5.70863 -3.48848,6.25557 -2.00034,0.93948 -3.94761,0.77084 -5.60968,0.14794 -6.1071,-2.28879 -10.15025,-0.11211 -12.05806,0.69262 -1.85601,0.78288 -9.70467,-2.52913 -10.82076,-3.77166 -2.57831,-2.87042 -7.56944,-3.99753 -9.35333,-4.33167 -1.11523,-0.20889 -0.96924,-2.53287 1.2582,-3.03759 z"   id="path2231"   sodipodi:nodetypes="ccssssscssssssss"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -623,20 +641,20 @@
  inkscape:export-ydpi="211.42252" />   <path   sodipodi:type="arc" - style="fill:#000606;fill-opacity:1;stroke:#000000;stroke-width:0.99995869;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000606;fill-opacity:1;stroke:#000000;stroke-width:0.99995869;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"   id="path3166"   sodipodi:cx="166.60715"   sodipodi:cy="220.57646"   sodipodi:rx="0.71428573"   sodipodi:ry="2.5" - d="M 167.32143,220.57646 A 0.71428573,2.5 0 1 1 165.89286,220.57646 A 0.71428573,2.5 0 1 1 167.32143,220.57646 z" - transform="matrix(0.9422741,0,0,0.7309687,15.365001,83.740191)" + d="m 167.32143,220.57646 a 0.71428573,2.5 0 1 1 -1.42857,0 0.71428573,2.5 0 1 1 1.42857,0 z" + transform="matrix(0.9422741,0,0,0.7309687,16.165001,65.040186)"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path   style="fill:url(#linearGradient3923);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 159.09316,270.26591 C 159.66788,270.2653 160.00125,271.34617 160.29297,271.97178 C 160.8949,273.26265 161.0072,274.82314 160.65898,275.23409 C 160.30999,275.64593 158.80399,275.52525 157.98068,275.49078 C 157.24997,275.46018 157.0925,274.30699 157.05538,273.67112 C 157.09076,272.00092 158.26925,270.26674 159.09316,270.26591 z" + d="m 159.89316,251.56591 c 0.57472,-6.1e-4 0.90809,1.08026 1.19981,1.70587 0.60193,1.29087 0.71423,2.85136 0.36601,3.26231 -0.34899,0.41184 -1.85499,0.29116 -2.6783,0.25669 -0.73071,-0.0306 -0.88818,-1.18379 -0.9253,-1.81966 0.0354,-1.6702 1.21387,-3.40438 2.03778,-3.40521 z"   id="path5556"   sodipodi:nodetypes="cssscs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -644,7 +662,7 @@
  inkscape:export-ydpi="211.42252" />   <path   style="fill:url(#linearGradient3915);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 157.7989,271.46547 C 158.37362,271.46486 158.70699,272.54573 158.99871,273.17134 C 159.60064,274.46221 159.71294,276.0227 159.36472,276.43365 C 159.01573,276.84549 157.50973,276.72481 156.68642,276.69034 C 155.95571,276.65974 155.79824,275.50655 155.76112,274.87068 C 155.7965,273.20048 156.97499,271.4663 157.7989,271.46547 z" + d="m 158.5989,252.76547 c 0.57472,-6.1e-4 0.90809,1.08026 1.19981,1.70587 0.60193,1.29087 0.71423,2.85136 0.36601,3.26231 -0.34899,0.41184 -1.85499,0.29116 -2.6783,0.25669 -0.73071,-0.0306 -0.88818,-1.18379 -0.9253,-1.81966 0.0354,-1.6702 1.21387,-3.40438 2.03778,-3.40521 z"   id="path5552"   sodipodi:nodetypes="cssscs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -652,125 +670,125 @@
  inkscape:export-ydpi="211.42252" />   <path   style="fill:url(#linearGradient3899);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 155.26178,272.1739 C 155.8365,272.17329 156.16987,273.25416 156.46159,273.87977 C 157.06352,275.17064 157.17582,276.73113 156.8276,277.14208 C 156.47861,277.55392 154.97261,277.43324 154.1493,277.39877 C 153.41859,277.36817 153.26112,276.21498 153.224,275.57911 C 153.25938,273.90891 154.43787,272.17473 155.26178,272.1739 z" + d="m 156.06178,253.4739 c 0.57472,-6.1e-4 0.90809,1.08026 1.19981,1.70587 0.60193,1.29087 0.71423,2.85136 0.36601,3.26231 -0.34899,0.41184 -1.85499,0.29116 -2.6783,0.25669 -0.73071,-0.0306 -0.88818,-1.18379 -0.9253,-1.81966 0.0354,-1.6702 1.21387,-3.40438 2.03778,-3.40521 z"   id="path4466"   sodipodi:nodetypes="cssscs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3931);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-mid:none;marker-end:none;stroke-opacity:1" - d="M 145.21024,273.5549 C 145.93296,273.69977 147.03886,275.21404 146.97801,278.82665 C 146.96377,279.69425 144.38135,280.24681 144.13694,279.39485 C 143.71234,277.91478 143.83112,273.27847 145.21024,273.5549 z" + style="fill:url(#linearGradient3931);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-mid:none;marker-end:none" + d="m 146.01024,254.8549 c 0.72272,0.14487 1.82862,1.65914 1.76777,5.27175 -0.0142,0.8676 -2.59666,1.42016 -2.84107,0.5682 -0.4246,-1.48007 -0.30582,-6.11638 1.0733,-5.83995 z"   id="path3525"   sodipodi:nodetypes="csss"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3939);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-mid:none;marker-end:none;stroke-opacity:1" - d="M 142.93741,274.24939 C 143.54054,274.19214 144.73339,277.41475 145.14711,280.02621 C 145.22942,280.54577 143.07313,281.02825 141.04336,280.1209 C 140.38589,279.827 141.51339,274.38455 142.93741,274.24939 z" + style="fill:url(#linearGradient3939);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-mid:none;marker-end:none" + d="m 143.73741,255.54939 c 0.60313,-0.0573 1.79598,3.16536 2.2097,5.77682 0.0823,0.51956 -2.07398,1.00204 -4.10375,0.0947 -0.65747,-0.2939 0.47003,-5.73635 1.89405,-5.87151 z"   id="path3523"   sodipodi:nodetypes="csss"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3947);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker-mid:none;marker-end:none;stroke-opacity:1" - d="M 140.14106,276.02511 C 140.71271,275.97565 142.89506,278.21485 142.88741,280.63394 C 142.88467,281.50165 137.6147,281.35753 137.36313,280.50766 C 136.92501,279.02759 138.67744,276.15173 140.14106,276.02511 z" + style="fill:url(#linearGradient3947);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-mid:none;marker-end:none" + d="m 140.94106,257.32511 c 0.57165,-0.0495 2.754,2.18974 2.74635,4.60883 -0.003,0.86771 -5.27271,0.72359 -5.52428,-0.12628 -0.43812,-1.48007 1.31431,-4.35593 2.77793,-4.48255 z"   id="path3201"   sodipodi:nodetypes="csss"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3971);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - d="M 119.59064,272.78383 C 120.16536,272.78322 120.84254,274.25754 120.96902,274.93613 C 121.2138,276.24955 121.50468,277.29642 121.15646,277.70737 C 120.80748,278.11922 119.27952,278.33461 118.47816,278.14263 C 117.74745,277.96757 118.03641,277.09105 117.99929,276.54619 C 118.03467,274.87599 118.76673,272.78466 119.59064,272.78383 z" + style="fill:url(#linearGradient3971);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 120.39064,254.08383 c 0.57472,-6.1e-4 1.2519,1.47371 1.37838,2.1523 0.24478,1.31342 0.53566,2.36029 0.18744,2.77124 -0.34898,0.41185 -1.87694,0.62724 -2.6783,0.43526 -0.73071,-0.17506 -0.44175,-1.05158 -0.47887,-1.59644 0.0354,-1.6702 0.76744,-3.76153 1.59135,-3.76236 z"   id="path2230"   sodipodi:nodetypes="cssscs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3963);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" - d="M 117.65659,272.73918 C 118.23131,272.73857 118.69113,274.20539 118.76712,274.89147 C 118.87797,275.89239 119.06236,278.08027 118.68669,278.46629 C 118.02521,279.14599 116.72047,278.60246 115.91911,278.41048 C 115.1884,278.23542 115.47736,276.91247 115.44024,276.36761 C 115.47562,274.69741 116.83268,272.74001 117.65659,272.73918 z" + style="fill:url(#linearGradient3963);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="m 118.45659,254.03918 c 0.57472,-6.1e-4 1.03454,1.46621 1.11053,2.15229 0.11085,1.00092 0.29524,3.1888 -0.0804,3.57482 -0.66148,0.6797 -1.96622,0.13617 -2.76758,-0.0558 -0.73071,-0.17506 -0.44175,-1.49801 -0.47887,-2.04287 0.0354,-1.6702 1.39244,-3.6276 2.21635,-3.62843 z"   id="path2224"   sodipodi:nodetypes="cssscs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:url(#linearGradient3955);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 115.69052,272.66594 C 116.25842,272.5777 116.48848,278.47317 116.14026,278.88412 C 115.79128,279.29597 114.04011,278.79708 113.23875,278.6051 C 112.50804,278.43004 112.59412,277.50727 112.67059,275.98187 C 112.74931,274.41195 114.12803,272.90873 115.69052,272.66594 z" + style="fill:url(#linearGradient3955);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 116.49052,253.96594 c 0.5679,-0.0882 0.79796,5.80723 0.44974,6.21818 -0.34898,0.41185 -2.10015,-0.087 -2.90151,-0.27902 -0.73071,-0.17506 -0.64463,-1.09783 -0.56816,-2.62323 0.0787,-1.56992 1.45744,-3.07314 3.01993,-3.31593 z"   id="path3527"   sodipodi:nodetypes="csszs"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.87920006;fill:url(#linearGradient3569);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3675)" - d="M 153.52558,251.71832 C 153.52558,251.71832 151.12646,251.08698 150.11631,252.2234 C 149.10616,253.35982 145.94943,259.04193 145.82316,261.44104 C 145.69689,263.84015 147.46466,266.4918 147.46466,266.4918 C 150.21483,263.67538 150.96045,259.53707 151.379,256.76908 C 151.68106,254.77149 153.52558,251.46578 153.52558,251.71832 z" + style="opacity:0.87920006;fill:url(#linearGradient3569);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3675)" + d="m 154.32558,233.01832 c 0,0 -2.39912,-0.63134 -3.40927,0.50508 -1.01015,1.13642 -4.16688,6.81853 -4.29315,9.21764 -0.12627,2.39911 1.6415,5.05076 1.6415,5.05076 2.75017,-2.81642 3.49579,-6.95473 3.91434,-9.72272 0.30206,-1.99759 2.14658,-5.3033 2.14658,-5.05076 z"   id="path3253"   sodipodi:nodetypes="csscsc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.59999994;fill:url(#linearGradient3269);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3551)" - d="M 146.83332,264.21896 C 145.57062,262.95626 141.53002,260.05208 136.22671,261.94612 C 130.92341,263.84015 126.06205,264.8503 126.06205,264.8503 L 132.43864,267.12315 C 132.43864,267.12315 138.62583,263.96642 143.42405,265.86046 C 148.22228,267.75449 147.21212,266.23926 147.96974,265.48165 C 148.72735,264.72403 147.08585,264.34523 146.83332,264.21896 z" + style="opacity:0.59999994;fill:url(#linearGradient3269);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3551)" + d="m 147.63332,245.51896 c -1.2627,-1.2627 -5.3033,-4.16688 -10.60661,-2.27284 -5.3033,1.89403 -10.16466,2.90418 -10.16466,2.90418 l 6.37659,2.27285 c 0,0 6.18719,-3.15673 10.98541,-1.26269 4.79823,1.89403 3.78807,0.3788 4.54569,-0.37881 0.75761,-0.75762 -0.88389,-1.13642 -1.13642,-1.26269 z"   id="path3251"   sodipodi:nodetypes="csccssc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 151.63154,267.62822 C 153.4019,267.29323 155.10961,266.91647 156.17723,266.11299" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 152.43154,248.92822 c 1.77036,-0.33499 3.47807,-0.71175 4.54569,-1.51523"   id="path3889"   sodipodi:nodetypes="cc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 150.4798,269.47762 C 152.0308,269.47727 153.2035,268.97251 154.40946,268.51211" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 151.2798,250.77762 c 1.551,-3.5e-4 2.7237,-0.50511 3.92966,-0.96551"   id="path3891"   sodipodi:nodetypes="cc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.50961537;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4911)" - d="M 144.87625,270.97216 C 144.13196,270.96363 142.82659,270.50439 141.84053,270.25787 C 140.59913,269.94752 139.55906,269.36502 138.2691,269.36502 C 136.7422,269.36502 135.43425,269.26459 134.16196,269.90073 C 133.1052,270.42911 132.18815,270.88763 131.30482,271.3293 C 130.66582,271.6488 130.30406,272.54459 129.87625,273.11502 C 129.07443,274.1841 131.62508,273.70459 131.84053,273.65073 C 132.86503,273.39461 133.7788,273.16616 134.69767,272.93644 C 135.73666,272.6767 136.24314,272.40073 137.55482,272.40073 C 138.86434,272.40073 140.17386,272.40073 141.48339,272.40073 C 142.38836,272.40073 143.31425,272.54594 144.16196,272.75787 C 145.56149,273.10776 145.43051,272.08069 144.87625,270.97216 z" + style="opacity:0.50961537;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter4911)" + d="m 145.67625,252.27216 c -0.74429,-0.009 -2.04966,-0.46777 -3.03572,-0.71429 -1.2414,-0.31035 -2.28147,-0.89285 -3.57143,-0.89285 -1.5269,0 -2.83485,-0.10043 -4.10714,0.53571 -1.05676,0.52838 -1.97381,0.9869 -2.85714,1.42857 -0.639,0.3195 -1.00076,1.21529 -1.42857,1.78572 -0.80182,1.06908 1.74883,0.58957 1.96428,0.53571 1.0245,-0.25612 1.93827,-0.48457 2.85714,-0.71429 1.03899,-0.25974 1.54547,-0.53571 2.85715,-0.53571 1.30952,0 2.61904,0 3.92857,0 0.90497,0 1.83086,0.14521 2.67857,0.35714 1.39953,0.34989 1.26855,-0.67718 0.71429,-1.78571 z"   id="path3973"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.53365383;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5063)" - d="M 120.7691,267.22216 C 121.81014,267.48242 119.05032,265.91634 118.09053,265.43644 C 116.95689,264.86962 116.07735,264.30815 114.87625,264.00787 C 113.55726,263.67813 111.88178,264.19741 111.30482,264.54359 C 109.91647,265.3766 110.10245,265.79359 111.84053,265.79359 C 113.26527,265.79359 114.28555,266.24688 115.59053,266.50787 C 117.21226,266.83222 117.10686,266.7742 118.09053,267.75787 C 118.54601,268.21336 120.10521,269.23684 120.23339,269.36502 C 120.75401,269.88564 120.3903,267.8535 120.7691,267.22216 z" + style="opacity:0.53365383;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5063)" + d="m 121.5691,248.52216 c 1.04104,0.26026 -1.71878,-1.30582 -2.67857,-1.78572 -1.13364,-0.56682 -2.01318,-1.12829 -3.21428,-1.42857 -1.31899,-0.32974 -2.99447,0.18954 -3.57143,0.53572 -1.38835,0.83301 -1.20237,1.25 0.53571,1.25 1.42474,0 2.44502,0.45329 3.75,0.71428 1.62173,0.32435 1.51633,0.26633 2.5,1.25 0.45548,0.45549 2.01468,1.47897 2.14286,1.60715 0.52062,0.52062 0.15691,-1.51152 0.53571,-2.14286 z"   id="path3975"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:0.4375;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5023)" - d="M 156.66196,266.3293 C 157.26308,266.93042 158.7541,268.30627 156.66196,268.8293 C 155.9979,268.99532 154.90549,269.68316 154.34053,270.43644 C 153.71058,271.27638 152.7459,272.34465 151.94564,272.88946 C 150.17031,274.09812 148.42518,274.694 149.5191,274.72216 C 150.30764,274.74246 148.6451,273.19931 148.80482,272.40073 C 149.08217,271.01397 148.65589,270.28952 150.26842,270.28952 C 152.24655,269.698 153.86616,268.02515 155.70758,266.95559 C 156.08723,266.51444 156.36434,266.62692 156.66196,266.3293 z" + style="opacity:0.4375;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5023)" + d="m 157.46196,247.6293 c 0.60112,0.60112 2.09214,1.97697 0,2.5 -0.66406,0.16602 -1.75647,0.85386 -2.32143,1.60714 -0.62995,0.83994 -1.59463,1.90821 -2.39489,2.45302 -1.77533,1.20866 -3.52046,1.80454 -2.42654,1.8327 0.78854,0.0203 -0.874,-1.52285 -0.71428,-2.32143 0.27735,-1.38676 -0.14893,-2.11121 1.4636,-2.11121 1.97813,-0.59152 3.59774,-2.26437 5.43916,-3.33393 0.37965,-0.44115 0.65676,-0.32867 0.95438,-0.62629 z"   id="path3977"   sodipodi:nodetypes="csssssccc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 115.54384,267.57771 C 115.97776,268.03222 116.55692,268.78645 117.4,268.85935 C 118.01688,268.91269 118.39094,268.92906 118.81421,268.54999" + style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 116.34384,248.87771 c 0.43392,0.45451 1.01308,1.20874 1.85616,1.28164 0.61688,0.0533 0.99094,0.0697 1.41421,-0.30936"   id="path5067"   sodipodi:nodetypes="csc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"   inkscape:export-ydpi="211.42252" />   <path - style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 115.05771,269.03612 C 115.08354,269.01028 115.89997,269.78871 116.51611,270.09678 C 116.9927,270.33508 117.59844,270.31863 118.23969,270.00839" + style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 115.85771,250.33612 c 0.0258,-0.0258 0.84226,0.75259 1.4584,1.06066 0.47659,0.2383 1.08233,0.22185 1.72358,-0.0884"   id="path5069"   sodipodi:nodetypes="csc"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -778,12 +796,12 @@
  inkscape:export-ydpi="211.42252" />   <text   xml:space="preserve" - style="font-size:13.41817474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient3372);fill-opacity:1;stroke:#babdb6;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50555558;font-family:Eras Demi ITC" - x="163.03711" - y="234.28128" + style="font-size:13.41817474px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient3372);fill-opacity:1;stroke:#babdb6;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.50555558;stroke-dasharray:none;font-family:Eras Demi ITC" + x="161.77037" + y="216.6044"   id="text3348"   sodipodi:linespacing="125%" - transform="matrix(0.9420879,7.4701878e-2,-0.1127702,1.0525301,0,0)" + transform="matrix(0.94208789,0.07470188,-0.1127702,1.0525301,0,0)"   inkscape:transform-center-y="40.093068"   inkscape:transform-center-x="56.089936"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png" @@ -791,12 +809,12 @@
  inkscape:export-ydpi="211.42252"><tspan   sodipodi:role="line"   id="tspan3350" - x="163.03711" - y="234.28128" - style="fill:url(#linearGradient3372);fill-opacity:1;stroke:#babdb6;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50555558">Hg</tspan></text> + x="161.77037" + y="216.6044" + style="fill:url(#linearGradient3372);fill-opacity:1;stroke:#babdb6;stroke-width:0.30000001;stroke-miterlimit:4;stroke-opacity:0.50555558;stroke-dasharray:none">Hg</tspan></text>   <path - style="opacity:0.87019228;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3443)" - d="M 156.77615,252.92898 C 155.64638,252.98573 154.8501,253.81672 153.9949,255.02273 C 153.22825,256.10386 151.73584,259.32643 151.21365,262.55398 C 150.58544,266.4367 148.27504,269.32074 146.46365,268.71023 C 143.43479,267.68937 138.13801,266.41385 134.3699,268.27273 C 132.06803,269.40831 129.71442,269.03259 128.2449,268.42898 C 124.74436,267.07437 119.83016,261.28474 113.40115,262.74148 C 112.75148,262.88869 112.31079,263.19486 111.9949,263.55398 C 114.07422,263.98336 118.4033,265.0998 120.77615,267.74148 C 121.89224,268.98401 129.73264,272.3056 131.58865,271.52273 C 133.49646,270.718 137.54405,268.54644 143.65115,270.83523 C 145.31322,271.45813 147.24456,271.61846 149.2449,270.67898 C 150.40946,270.13204 152.45567,266.03479 152.7449,264.42898 C 153.28891,261.4087 155.34884,255.91691 156.21365,254.05398 C 156.53179,253.36865 156.94836,253.10619 157.33865,252.99148 C 157.31579,252.98734 157.29955,252.96348 157.27615,252.96023 C 157.10025,252.93583 156.93755,252.92087 156.77615,252.92898 z" + style="opacity:0.87019228;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3443)" + d="m 157.57615,234.22898 c -1.12977,0.0567 -1.92605,0.88774 -2.78125,2.09375 -0.76665,1.08113 -2.25906,4.3037 -2.78125,7.53125 -0.62821,3.88272 -2.93861,6.76676 -4.75,6.15625 -3.02886,-1.02086 -8.32564,-2.29638 -12.09375,-0.4375 -2.30187,1.13558 -4.65548,0.75986 -6.125,0.15625 -3.50054,-1.35461 -8.41474,-7.14424 -14.84375,-5.6875 -0.64967,0.14721 -1.09036,0.45338 -1.40625,0.8125 2.07932,0.42938 6.4084,1.54582 8.78125,4.1875 1.11609,1.24253 8.95649,4.56412 10.8125,3.78125 1.90781,-0.80473 5.9554,-2.97629 12.0625,-0.6875 1.66207,0.6229 3.59341,0.78323 5.59375,-0.15625 1.16456,-0.54694 3.21077,-4.64419 3.5,-6.25 0.54401,-3.02028 2.60394,-8.51207 3.46875,-10.375 0.31814,-0.68533 0.73471,-0.94779 1.125,-1.0625 -0.0229,-0.004 -0.0391,-0.028 -0.0625,-0.0312 -0.1759,-0.0244 -0.3386,-0.0394 -0.5,-0.0312 z"   id="path3374"   inkscape:export-filename="E:\Documents and Settings\Peer\Dokumenter\Billeder\THG\thg_logo1.png"   inkscape:export-xdpi="211.42252"