/* DATEI: dispower01.css Style for index.html dispower final web pages */

h1.blue
     {
        font-family: Arial, Helvetica;
        font-size : 24px;
                color : #000099;
}

h2.blue
     {
        font-family: Arial, Helvetica;
        font-size : 18px;
                color : #000099;
}

h1
     {
        font-family: Arial, Helvetica;
        font-size : 24px;

}

h2,h3,h4
     {
        font-family: Arial, Helvetica;
        font-size : 18px;
}

p,ul,ol,li,div,td,th,address,nobr,b
     {
        font-family: Arial, Helvetica;
        font-size : 14px;
}

i
     {
        font-family: "Times New Roman", Times, serif;
        font-size : 16px;
}


i.mini
     {
        font-family: "Times New Roman", Times, serif;
        font-size : 14px;
                color : #339966;
        font-weight : bold;
}


p.times
     {
        font-family: "Times New Roman", Times, serif;
        font-size : 16px;
}

p.small
 {
        font-family:Arial, Helvetica;
        font-size : 12px;
        font-weight : bold;
}

p.strong
 {
        font-family:Arial, Helvetica;
        font-size : 14px;
        font-weight : bold;
}

p.blue
 {
        font-family:Arial, Helvetica;
        font-size : 14px;
        font-weight : bold;
        color : #000099;
}

td.blue
 {
        font-family:Arial, Helvetica;
        font-size : 14px;
        font-weight : bold;
        color : #000099;
}

p.white
 {
        font-family:Arial, Helvetica;
        font-size : 12px;
        font-weight : bold;
                color : #FFFFFF;
}

p.mini
 {
        font-family:Arial, Helvetica;
        font-size : 10px;
}


p.kopf
 {
        font-family:Arial, Helvetica;
        font-size : 10px;
            font-weight : bold;
}
p.giga
 {
        font-family:Arial, Helvetica;
        font-size : 18px;
 }

h1.big
 {
        font-family:Arial, Helvetica;
        font-size : 30px;
}

td.bold
 {
        font-family:Arial, Helvetica;
        font-size : 13px;
        font-weight : bold;
}

td.mini
 {
        font-family:Arial, Helvetica;
        font-size : 11px;
                font-weight : bold;

}

li.bold
 {
        font-family:Arial, Helvetica;
        font-size : 14px;
        font-weight : bold;

}

table.bord
{ border: 5px dashed #339966;
}


a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active {color:#000000; text-decoration: underline; font-weight : bold;}
a:hover {color:#000000; text-decoration: underline; font-weight : bold;}

a:neutral.link { color:#000000; text-decoration:underline;}
a:neutral.visited { color:#000000; text-decoration:underline; }
a:neutral.active {color:#000000; text-decoration:underline; }
a:neutral.hover {color:#000000; text-decoration:underline; }

a.green:link { color:#000000; text-decoration:none; }
a.green:visited { color:#000000; text-decoration:none; }
a.green:active { color:#339966; text-decoration: none; }
a.green:hover {color:#339966; text-decoration: underline; }

a.white:link { color:#FFFFFF; text-decoration:none; }
a.white:visited { color:#FFFFFF; text-decoration:none; }
a.white:active { color:#FFFFFF; text-decoration: underline; }
a.white:hover {color:#FFFFFF; text-decoration: underline; }


a.no:link { color:#000000; text-decoration:none; }
a.no:visited { color:#000000; text-decoration:none; }
a.no:active { color:#000000; text-decoration: none; }
a.no:hover {color:#00000; text-decoration: none; }

H1.x { background-color: #F00 }

P.x {
  border-top: solid red;
  border-right: solid red;
  border-bottom: solid red;
  border-left: solid red
}

P.y {
  color: black;
  background: white;
  border: solid;
}

