

body, html {
            width:100%;
            height:98%;
            margin:0;
            padding:0;
            background-color:#FEEDCE;
            background-image:url(pics/bg.png);
            background-repeat:repeat-x;
            text-align:center;
           }



h1,h2,h3,h4,h5,h6,p,li,th,td,a {color:#616265; font-family:Verdana, Arial, sans-serif}

h1               {font-size:17px; margin-top:10px; margin-bottom:0px;}
h2               {font-size:15px; font-weight:normal; margin-top:30px; margin-bottom:0px;}
h3               {font-size:17px;}
h4               {font-size:17px;}
h5               {font-size:15px;}
h6               {font-size:13px;}
p,li,td,th,a     {font-size:13px;}

a:link           {text-decoration:none;}
a:visited        {text-decoration:none;}
a:focus          {text-decoration:underline;}
a:hover          {text-decoration:underline;}
a:active         {text-decoration:underline;}

a.menu:link      {color:white; font-weight:bold; text-decoration:none;}
a.menu:visited   {color:white; font-weight:bold; text-decoration:none;}
a.menu:focus     {color:white; font-weight:bold; text-decoration:underline;}
a.menu:hover     {color:white; font-weight:bold; text-decoration:underline;}
a.menu:active    {color:white; font-weight:bold; text-decoration:underline;}

img              {margin:0; border:0px solid #000000;}
img.border       {border:1px solid #616265;}

.mini            {font-size:11px; font-weight:normal;}
.fett            {font-weight:bold;}

ul               {margin-top:0px; margin-bottom:30px;}
li               {margin-top:5px;}

/* Gesamtes Fenster */
div.all          {
                  width:800px;
                  margin:auto;
                  margin-top:15px;
                  margin-bottom:20px;
                  padding:0px;
                  text-align:center;
                  background-color:#ffffff;
                  border:1px solid #616265;
                 }

/* Menue */
div.menu         {}


/* Seiteninhalt */
div.content      {
                  width:740px;
                  margin:auto;
                  margin-top:20px;
                  padding:0;
                  padding-bottom:20px;
                  text-align:left;
                  background-color:#ffffff;
                 }

table.head       {width:760px; margin:auto; margin-top:10px;}

td.head          {
                  width:380px;
                  text-align:left;
                  vertical-align:bottom;
                  margin:0;
                  padding:0;
                  border:0px solid black;
                 }

table.menu       {margin:auto; margin-top:10px;}

td.menu          {
                  width:122px;
                  height:22px;
                  text-align:center;
                  background-color:#964463;
                  background-image:url(pics/bg-menu.png);
                 }

/* Spalte */
td.col           {width:365px; vertical-align:top;}

/* Zentriert */
div.center       {text-align:center;}