/*Cascading Style Sheet für die Share-Webseite*/

/*Seitenformatierung*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body {margin:0 0 0 0; background-image:url(../shared/background2.jpg);}

/*Schriftarten*/
p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif; }

/*Listenformate*/

ul { list-style-image:url(../shared/point.gif);}
li { font-size:8pt; font-weight:bold;}

/* Seitenueberschriften */
h1 { font-size:18pt;}
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }

p,ul,ol,div,td,th,address,nobr,b,i { font-size:10pt; }

p {text-align:justify;}

 .c4 {font-size: 8pt; font-weight:normal; text-align:right;}
 .c3 {font-size: 8pt; font-weight: normal; text-align:center;}
 .c2 {font-size: 8pt; font-weight:bold;}
 .c1 {color: #000000}

a:link { color:#CC0033; text-decoration:underline;}
a:visited { color:#006699;  text-decoration:underline;}
a:active { color:#000000; text-decoration:underline;}
