/*www.tiffany-glas.ch*/
/*master.css*/

/*Basic*/
/*-----*/
body
    {
        margin:0px;
        padding:0px 0px;
        font-family:arial,helvetica,veranda;
        color:#000000;
    }
table
    {
        border-collapse:collapse;
        empty-cells:show;
        font-size:10pt;
    }

/*Design*/
/*------*/
#maintable
    {
        height:100%;
        width:100%;
        border:solid #8B8B8B 1px;
    }
#logo
    {
        height:150px;
        background:url(../images/design/logo.jpg) no-repeat;
        background-color:#ffffff;
        border:solid #8B8B8B 1px;
    }
#navigation
    {
        width:140px;
        padding:10px 10px;
        background-color:#eaeaea;
        vertical-align:top;
    }
#main
    {
        padding:20px;
        vertical-align:top;
        background-color:#f5f5f5
    }
#bottom
    {
        height:15px;
        background-color:#eaeaea;
        border-top:dotted #8B8B8B 1px;
        text-align:center;
        font-size:8pt;
        color:#8B8B8B;
    }

/*Text-Formatierung*/
/*-----------------*/
p
    {
    font-size:10pt;
     margin:0px;
        padding:0px;
    }
h1
    {
        background:url(../images/design/titel.jpg) no-repeat;
        font-size:14pt;
        font-weight:bold;
        margin-bottom:25px;
        padding:0px;
        text-align:left;
        padding-left:3px;
    }
h2
    {
        font-size:12pt;
        font-weight:bold;
        background-color:#eaeaea;
        margin-top:30px;
        margin-bottom:5px;
        padding:0px;
        color:#2f5a8d;
    }
.navpoint
    {
        background-color:#ffffff;
        margin-top:15px;
        padding-left:5px;
        text-decoration:none;
        font-size:12pt;
    }
.subpoint
    {

        margin:0px;
        padding-left:7px;
        font-size:10pt;
        text-decoration:none;
    }
.kurs
    {
        margin-top:30px;
        padding:0px;
    }
.datum
    {
        font-size:9pt;
        float:right;
    }

/*Links*/
/*-----*/
a
    {
        color:#2f5a8d;
        text-decoration:none;
    }
a:active
    {
        text-decoration:underline;
    }
a:hover
    {
        text-decoration:underline;
    }
a:visited
    {
        color:#2f5a8d;
    }

/*EOF*/