/*Stylesheet Coaching-Rochade e.V.*/

/*setze feste Breite*/
         #container {
                         width: 900px;
/*Inahlt*/                            }
         #haupt {
                         float: right;
                         width: 720px;
                         padding: 10px 10px;
                          }
         #haupt a {
                         color: black;
                         text-decoration: underline;
                         }
         #haupt ul li {
                         list-style-image: url(images/listh.gif);
                         list-style-type:disc;
                         line-height: 1.5;
                         }
         #haupt img {
                         float: left;
                         margin-right: 10px;
                         margin-bottom: 10px;
                         }
         #haupt table tr td {

                         text-align: left;
                         vertical-align: top;
                         }
         #haupt .table2 {
                         margin-top: 15px;
                         padding-right: 30px;
                         width: 700px;
                         }
         #haupt .table2 tr td a {
                         color: #900;
                         font-weight: bold;
                         }
         #haupt .table2 tr td {

                         text-align: right;
                         }
         #haupt .beschreibung {
                         font-weight: bold;
                         line-height: 0.5;
                         }



/*Navigation*/

         #navigation {
                         width: 144px;
                         background-color: #990000;
                         border: 3px double #D3D1D2;
                         padding-top: 10px;
                          }
         #navigation ul li {
                         list-style-image: url(images/list.gif);
                         list-style-type: disc;
                         text-decoration: none;
                         font-family: arial, sans-serif;
                         font-size: 14px;

                          }
         #navigation a { color: white;
                         display: block;
                         width: 100px;
                         height: 30px;
                         text-align: left;
                         vertical-align: middle;
                         letter-spacing: 1px;
                         text-decoration: none;
                         font-family: arial, sans-serif;
                         }

         #navigation a:hover {
                         color: white;
                         text-decoration: underline;
                         }
         #navigation h1 {
                         font: bold 14px arial;
                         color: white;
/*Downloads - Bereich unter der Navigation*/                           }
         #downloads {
                         width: 144px;
                         background-color:#990000;
                         border: 3px double #D3D1D2;
                         margin-top: 20px;
                         padding-top: 10px;
                         }
         #downloads ul li {
                         list-style-image: url(images/list.gif);
                         list-style-type: disc;
                         text-decoration: none;
                         font-family: verdana, sans-serif;
                         font-size: 14px;

                          }
         #downloads a {  color: white;
                         display: block;
                         width: 100px;
                         height: 30px;
                         text-align: left;
                         vertical-align: middle;
                         letter-spacing: 1px;
                         text-decoration: none;
                         font-family: arial, verdana, sans-serif; }

         #downloads a:hover {
                         color: white;
                         text-decoration: underline;
                         }
         #downloads h1 {
                         font: bold 14px arial;
                         color: white;
                         text-align: center;
                         }
/*Fußzeile*/
         #footer {
                         clear: both;
                         margin-top: 20px;
                         background-color: #D3D1D2;
                         }
         #footer p {
                         font: 10px bold arial;
                         text-align: right;
                         }

                         /*Allgemeine Angaben zur Seite*/

/*Schriftart*/
         body {
                         text-align: left;
                         color: black;
                         font-family:  verdana, arial, sans-serif;
                         font-size: 12px;
                         }
/*Überschriften*/
         h1 {
                         font: bold 18px verdana;
                         color: #900;


                         }
         h2 {
                         font: bold 14px verdana;
                         color: #900;
                         }
         h3 {
                         font: bold 14px verdana;
                         color: #900;
                         line-height: 0.8;
                         margin-top: 5px;
                         }
/*Links*/
         a:link {
                         color: black;
                         text-decoration: underline;
                 }
/*kursiv gedrucktes*/
         em {
                         line-height: 1.5em;
