/* DynDNS Simple: CSS  */
/* Time-stamp: <2015-11-25 07:59:46 eberhard> by Gerald Eberhard */
/* $Id$ */

body {
       background-color: #DDDDDD;
       color: #323299;
       font-family: Helvetica;
#       font-size: small;
 }

table {
        border: black solid 1px;
        border-spacing: 0px;
        border-spaceing: 0px;
 }

td,th {
        border: black solid 1px;
        border-spaceing: 0px;
        padding: 4px;
 }

th {
        background-color: #cccccc;
 }

td.center {
        text-align: center;
 }

td.centersmall {
        text-align: center;
        font-size:  small;
 }

tr.green {
        background-color: #00dd00;
 }

tr.red {
        background-color: #ffaaaa;
 }
tr.gray {
        background-color: #eeeeee;
 }

p.err {
        color: red;
        font-weight: bold;
        text-align: center;
 }

p.okbox {
        color: white;
        background-color: darkgreen;
        font-size:  LARGE;
        font-weight: bold;
        text-align: center;
        border-spaceing: 2px;
        padding: 20px;
 }

p.errbox {
        color: white;
        background-color: red;
        font-size:  LARGE;
        font-weight: bold;
        text-align: center;
        border-spaceing: 2px;
        padding: 20px;
 }

p.warnbox {
        color: black;
        background-color: yellow;
        font-size:  LARGE;
        font-weight: bold;
        text-align: center;
        border-spaceing: 2px;
        padding: 20px;
 }

p.info {
        color: blue;
        font-weight: bold;
        font-size:  LARGE;
        text-align: center;
 }

p.de {
        font-weight: bold;
        font-size:  xx-large;
 }

p.en {
        font-weight: bold;
        font-size:  xx-large;
 }

div.footer { 
          font-size: x-small;
 }


span.de {
 }


span.en {
        padding: 3px;
 }

address { 
          font-size: x-small;
 }


.bond [
        font-weight: bold;
]