/* ############################################################ */
/*                                                              */
/*        Style-Sheet für die Scripte von POWIE                 */
/*       erstellt von Jochen Müller alias IndoorJo              */
/*               überarbeitet am 17.04.2005                     */
/*                                                              */
/*   weitere CSS'es unter http://stuff.mueller-websolution.de   */
/*                                                              */
/*                    visit my websites:                        */
/*        www.drachenforum.net | www.kitepage.net               */
/*                                                              */
/* ############################################################ */

body { color: #F5F5F5; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1E3A6F; scrollbar-face-color:  #B5C6FF; scrollbar-highlight-color: #1E3A6F; scrollbar-shadow-color: #1E3A6F; scrollbar-base-color: #B5C6FF; scrollbar-arrow-color: #1E3A6F; scrollbar-3dlight-color: #B5C6FF; scrollbar-darkshadow-color: #B5C6FF; scrollbar-track-color: #1E3A6F; }

table {
   border: 0px;
   color : #000;
}

table.content { border-width: 0px; margin-bottom: 5px; padding: 0px; background-color: #404040; }
table.head    { border-width: 0px; margin-bottom: 5px; padding: 0px; background-color: #404040; }
table.info    { border-width: 0px; margin-bottom: 5px; padding: 0px; background-color: #404040; }
table.panel   { border-width: 0px; margin-bottom: 5px; padding: 0px; background-color: #404040; width: 110px; }

td, th, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

td.head { background-color: #ADC6E3; color: #000000; font-weight: bold; font-size: 12px; }
th.head { background-color: #4583C0; color: #000000; font-size: 13px; }

th.info { background-color: #ADC0FF; color: #000000; }
td.info { background-color: #D2DCFC; color: #000000; }

td.header { background-color: #9BBCE4; color: #000000; font-weight: bold; }
th.header { background-color: #9BBCE4; color: #000000;  }

td.left   { background-color: #B5C6FF; }
td.right  { background-color: #D3DDFF; }

td.odd    { background-color: #E2E2E2; }
td.even   { background-color: #F2F2F2; }

td.center { background-color: #3D78AF; }
td.top    { background-color: #7BAADF; }
td.bottom { background-color: #9BBCE4; }


table.quote {
   background-color: #B5C6FF;
   border: 1px solid #404040;
}

td.quote {
   color: #000;
   padding: 3px;
   background-color: #E2E2E2;
   border: 1px dotted #404040;
}

a:link {text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #202020; }
a:active { text-decoration: underline; color: #C0C0C0; }
a:hover { text-decoration: underline overline; color: #FFFFFF; background-color: #3483C0; }

input       { border: 1px groove #336699; background-color: #F1F1F1; color: #000000; }
input.send  { border: 1px groove #336699; background-color: #F1F1F1; color: #000000; }
select      { border: 1px groove #336699; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
textarea    { border: 1px groove #336699; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
fieldset    { border: 1px groove #336699; background-color: #D3DDFF; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; padding-top: 5px; }

legend {
   border: 1px groove #336699;
   font-family: Verdana;
   font-size: 15px;
   font-weight: bold;
   padding: 3px;
   color: #404040;
}

h1 {
   font-size: 20px;
   font-weight: normal;
}

code {
   font-family: "Courier New",Courier,monospace;
   color: #000;
}

code.box {
   display: block;
   font-size: 11px;
   text-align: left;
   border: 1px dashed #536DB6;
   padding: 5px;
   background: #E4E8F4;
}
