/* Hintergrundfarbe der Hauptseite */
body                 { background-color: #545454; font-family: Verdana; font-size: 10px ;}

/* Farbe der Links */
A:link                 { color: blue ; text-decoration: none ; font-weight:bold;  }
A:hover                { color: blue ; text-decoration: none; font-weight:bold;  }
A:visited         { color: blue ; text-decoration: none ; font-weight:bold;}
A:active         { color: blue ; text-decoration: none ; font-weight:bold;}

/* Bild als Block anzeigen */
td img {display: block;}

/* Linie */
hr                                  { color: black; width: 100%; size: 2; }

/* class = orange für orangene Titelleiste */
div.orange {
background-image: url(../Gfx/orange.gif);
background-color:orange;
height:25px;
border-bottom: solid 1px #4a4a4a;
font-weight: bold;
line-height: 24px;
font-size: 12px;
padding: 0px 10px 0px;
margin: 0px;
align: center;
}

div.orange_small {
background-image: url(../Gfx/orange.gif);
background-color:orange;
height:25px;
border-bottom: solid 1px #4a4a4a;
font-weight: normal;
line-height: 24px;
font-size: 10px;
padding: 0px 10px 0px;
margin: 0px;
align: center;
link: { color: red ; text-decoration: none ; font-weight:normal;  }
}

div.green {
background-image: url(../Gfx/green.gif);
background-color:b0ffb0;
height:25px;
border-bottom: solid 1px #4a4a4a;
font-weight: bold;
line-height: 24px;
font-size: 12px;
padding: 0px 10px 0px;
margin: 0px;
align: center;
}

div.red {
background-image: url(../Gfx/red.gif);
background-color:ff8080;
height:25px;
border-bottom: solid 1px #4a4a4a;
font-weight: bold;
line-height: 24px;
font-size: 12px;
padding: 0px 10px 0px;
margin: 0px;
align: center;
}

div.grey {
background-image: url(../Gfx/grey.gif);
background-color:ff8080;
height:25px;
border-bottom: solid 1px #4a4a4a;
font-weight: bold;
line-height: 24px;
font-size: 12px;
padding: 0px 10px 0px;
margin: 0px;
align: center;
}

/* allgemeine Settings für alles andere */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,adress,blockquote,nobr,b,i
                        { color: black; font-family: Verdana; font-size: 12px ;}
