body {
        padding: 0;
        margin: 0;
        margin-left:    0em;
        color:          white;
        font-family:    verdana, arial, helvetica, sans-serif;
        background-color: #003366;
        background-attachment: fixed;
        background-repeat: no-repeat;
        /*
        background-position:    right top;
        background-image: url('/hochzeit/img/graphics/ringe.jpg');
        background-attachment:  fixed;
        */
}

th, tr, table {
        font-size: 12px;
        background-repeat: no-repeat;
        background-position:  right top;
        background-attachment: fixed;
        vertical-align: top
}

p, ul, ol, li {
        font-size:      12px;
}

.bold           { font-weight : bold;}
.italic         { font-style  : italic;}
.center         { text-align  : center;}
.right          { text-align  : right;}
.red            { color       : red;}

A               { color: #FF9933; text-decoration: none; }
A:link          { color: #FF9933; text-decoration: none; }
A:visited       { color: #FF9933; text-decoration: none; }
A:hover         { color: #FF9933; text-decoration: none; }

a.menu          { color: white; }
a.menu:link     { font-weight: bold; }
a.menu:visited  { font-weight: bold; }
a.menu:hover    { font-weight: bold;
                  color: white;
                  background: #305073;
                }
a.menu:active   { font-style:italic; }

h1        {
        color: white;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        }

h2        {
        color: white;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        }

h3, h4, h5, h6        {
        color: white;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        }
/*
ol, ul {
        }
        
li {
        line-height:            16px;
        margin-left:            0em;
        margin-top:             17px;
        margin-bottom:          7px;
        list-style-position:    outside;
        list-style-image:       url('arrow.gif');
        list-style-type:        square;
        }
*/