/* ############################################################ */
/*                                                              */
/*        Style-Sheet für die Scripte von POWIE                 */
/*       erstellt von Jochen Müller alias IndoorJo              */
/*              überarbeitet: 26.04.2005                        */
/*                                                              */
/*   weitere CSS'es unter http://stuff.mueller-websolution.de   */
/*                                                              */
/*                    visit my websites:                        */
/*        www.drachenforum.net | www.kitepage.net               */
/*                                                              */
/* ############################################################ */

body {
   background: #d5dde0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}

table { border: 0px; }

table.content { border-width: 0px; margin: 5px; padding: 0px; background-color: #000; }
table.head    { border-width: 0px; margin: 5px; padding: 0px; background-color: #000; }
table.info    { border-width: 0px; margin: 5px; padding: 0px; background-color: #000; }
table.panel   { border-width: 0px; margin: 5px; padding: 0px; background-color: #000; width: 150px; }

td, th, p, div {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}

td.head {
   background-image: url(head.jpg);
   background-color: #be891b;
   color: #000;
   font-style: italic;
}

th.head {
   background-image: url(head.jpg);
   background-color: #7b98aa;
   color: #000;
   font-weight: bold;
}

table.panel th.head {
	font-size:10px;
}

td.info, th.info {
   background-color: #9f966f;
   color: #000;
   font-style: italic;
   font-size: 11px;
}

td.header, th.header {
   background-color: #b7c1ca;
   color: #000;
}

td.top, td.bottom, td.center { background-color: #c1c9e0; }

td.left   { background-color: #d5dde0; }
td.right  { background-color: #d5dde0; }

td.odd    { background-color: #b7c1ca; }
td.even   { background-color: #cadae8; }

table.quote { border: 0px; }

td.quote {
   color: #000;
   padding: 10px;
   background-color: #e6db8e;
   border: 1px dotted #666;
}

a:link    { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:active  { text-decoration: underline; color: #000; }
a:hover   { text-decoration: underline overline; color: #000; background-color: white; }

input      { border: 1px solid #999; background-color: #f8f5e4; font-family: Verdana,Helvetica; color: #000; }
input.send { border: 1px solid #999; background-color: #f8f5e4; font-family: Verdana,Helvetica; color: #000; }
select     { border: 1px solid #999; background-color: #f8f5e4; font-family: Verdana,Helvetica; color: #000; font-size: 12px; }
textarea   { border: 1px solid #999; background-color: #f8f5e4; font-family: Verdana,Helvetica; color: #000; }
fieldset   { border: 1px solid #999; background-color: #f8f5e4; padding: 5px 2px 2px; }

legend {
   background-color: #d9b359;
   border: 1px solid #999;
   font-family: Verdana;
   font-size: 15px;
   font-weight: bold;
   margin-top: 5px;
   padding: 2px;
   color: #000;
}

img {
    border: none;
}

form { display:inline; }

div.menu {
    text-align: left;
    border-right: 2px solid #7b98aa;
    border-bottom: 2px solid #7b98aa;
    border-left: 1px solid white;
    border-top: 1px solid white;
	padding:2px;
	background-color:#d7dfe2;
    width:140px;
    margin-bottom:4px;
}

td.pleft,td.pright {
    width: 150px;
    vertical-align: top;
    margin: 0px;
    padding: 10px 0px;
}

td.pcontent {
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 5px;
}

a.glossar {
	cursor:help;
	text-decoration:underline;
	background:#241A1A;
}
