/* ############################################################ */
/*                                                              */
/*        Style-Sheet für die Scripte von POWIE                 */
/*       erstellt von Jochen Müller alias IndoorJo              */
/*                       05.02.2005                             */
/*                                                              */
/*   weitere CSS'es unter http://stuff.mueller-websolution.de   */
/*                                                              */
/*                    visit my websites:                        */
/*        www.drachenforum.net | www.kitepage.net               */
/*                                                              */
/* ############################################################ */


body {  background : #ffffff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        scrollbar-face-color: #BE891B;
        scrollbar-track-color: #F8F5E4;
        scrollbar-arrow-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #000000;
        scrollbar-3dlight-color: #BE891B;
        scrollbar-darkshadow-color: #F8F5E4; }

table {
   border: 0px;
   padding: 0px;
   color: #000000;
   font-size: 11pt;
}

td { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 9pt; }
th { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 9pt; }
p { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 9pt; }

table.content { border-width: 0px; margin-bottom: 5px; padding: 0px; background-color: #4D4D62; }
table.head    { border-width: 0px; margin: 1px 0px 5px; padding: 0px; background-color: #4D4D62; }
table.info    { border-width: 0px; margin: 1px 0px 5px; padding: 0px; background-color: #4D4D62; }
table.panel   { width: 150px; background-color: #4D4D62; border-color: #4D4D62; margin-bottom: 5px; }

td.center { background-color: #C19D66; }
td.top    { background-color: #C19D66; }
td.bottom { background-color: #C19D66; }

td.head {
   background-image: url(http://www.sf-lieme.de/verein/inc//td_head_1.jpg);
   background-color: #F8F5E4;
   color: #000000;
   font-weight: bold;
   font-size: 10pt;
}

th.head {
   background-image: url(http://www.sf-lieme.de/verein/inc/th_head_1.jpg);
   background-color: #BE891B;
   color: #000000;
   font-weight: bold;
   font-size: 10pt;
}

th.info, td.info { background-color: #9F966F; border: 1px solid #4583C0;
          color: #000000; }

th.header, td.header {
   background-color: #D9B359; font-weight: bold;
   color: #000000;
}

td.left   { background-color: #E6DB8E; }
td.right  { background-color: #F0E9B8; }

td.odd    { background-color: #E6DB8E; }
td.even   { background-color: #F0E9B8; }

table.quote {
   background-color: #E6DB8E;
   border: 1px solid #4D4D62;
}

td.quote {
   padding: 3px;
   background-color: #E6DB8E;
   border-top: 1px dashed #4D4D62;
}

a:link {text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: red; }
a:hover { text-decoration: underline overline; color: #000; background-color: #E8CF98; }

input       { border: 1px solid #999; background-color: #F8F5E4; color: #000000; }
input.send  { border: 1px solid #999; background-color: #F8F5E4; color: #000000; }
select      { border: 1px solid #999; background-color: #F8F5E4; font-family: arial; color: #000000; }
textarea    { border: 1px solid #999; background-color: #F8F5E4; font-family: arial; color: #000000; }
fieldset    { border: 1px solid #999; background-color: #F8F5E4; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; padding-top: 5px; }

legend {
   border: 1px solid #999;
   background-color: #D9B359;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   padding: 2px;
}

