/* CSS Document */

body {
        text-align:left; /* zentriert den Frame im IE */
        margin:0px;
        border:0px;
        padding:0px;
        background-color:#ddd; /* ehemals: ddd oder f2f2f2 */
  background-image: url(images/bg1000plus.png);
  background-repeat: no-repeat;
  background-position: top center;
/*        background-color:#EAE3D7; */
        font-family:calibri,verdana,sans-serif;
  font-size-adjust: 0.466; /*Aspektwert von Calibri*/
  }

#Frame {
        z-index:1;
        position:relative;
        width:980px;
        margin:auto; /* Zentrierung */
        top:0px;
        text-align:left;
        }

img {
        border:0px;
        }

input, select, textarea {border:1px solid #ccc;font-size:13px;font-family:arial;}
input.button {font-weight:bold;cursor:pointer;}
a.button {font-weight:bold;cursor:pointer;border:1px solid #ccc;font-size:13px;font-family:calibri,verdana,sans-serif;width:200px;display:block;line-height:18px;height:20px;text-align:center;background-color:#fff;}

table {font-size:15px;margin:0px;padding:8px;padding-top:4px;border:0px;line-height:1.4;font-size-adjust:none;}
table.bodytext {font-size:16px;margin:auto;margin-top:50px;text-align:center;padding:0px;border:0px;width:380px;}
table.main {font-size:16px;margin:auto;margin-top:50px;padding:0px;border:0px;width:800px;}
tr {vertical-align:top;}
th {border-top:1px dotted #ccc;font-weight:bold;margin:0px;padding:0px;border:0px;color:#000;}
td {padding:3px;margin:0;border:0px;;width:300px;}
.bodytext td {padding:0 0 10px 0;margin:0;border:0px;width:90px;line-height:1.3;}

/* Links */
a {
        color:#990000;
        text-decoration:none;
        font-weight:normal;
        }

a.navi {
        color:#606060;
        text-decoration:none;
        font-weight:bold;
        }

h1 {color:#093;}

a:hover {
        color:#000;
  font-weight:bold;
        text-decoration:none;
        }

:active, :focus {
/* kickt die unschöne Outline um einen aktiven Link */
        outline:none;
        text-decoration:none;
  }
/* Ende Links */

ul {
        list-style:none;
        /* list-style-type:square; */
        list-style-type:none;
        list-style-position:outside;
        margin:0px;
        border:0px;
        /* letter-spacing:0.1px; */
        line-height:20px;
        padding:0px;
        }


