/* #################################################### */
/*							*/
/*        Style-Sheet für die Scripte von POWIE  	*/
/*       erstellt von Jochen Müller alias IndoorJo    	*/
/*   weitere CSS'es unter http://stuff.meinhosting.de	*/
/*							*/
/*                  visit my websites:			*/
/*      www.drachenforum.net | www.kitepage.net		*/
/*							*/
/* #################################################### */


body {  
  color : #000000;
  font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-image:url(frame_bg.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
	scrollbar-face-color:  #E6CC99;
	scrollbar-highlight-color: #FFE5B2;
	scrollbar-shadow-color: #B39966;
	scrollbar-base-color: #F6E2C4;
	scrollbar-arrow-color: #806633;
	scrollbar-3dlight-color: #FFE5B2;
	scrollbar-darkshadow-color: #806633;
	scrollbar-track-color: #F3D9A6;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px 
	padding:0px;
	border:0px;
      }

table { border-width: 1;
        border: 0px;
        
        color:#000000;
        border-color:#000000;
        font-size : 12px;
      }


td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }


td.head { background-color: #E6CC99;
          color: #000000;
          
        }

th.head { background-color: #E6CC99;
          color: #000000;
          font-weight:normal;
        }

th.info { background-color: #E6CC99; color: #000000;}
td.info { background-color: #E6CC99; color: #000000; }

td.header { background-color: #E6CC99; color: #000000; }
th.header { background-color: #E6CC99; color: #000000;  }

td.left   { background-color: #F3D9A6; }
td.right  { background-color: #F3D9A6; }

td.odd    { background-color: #E6CC99; }
td.even   { background-color: #E6CC99; }

td.top    { background-color: #E6CC99; }
td.bottom { background-color: #E6CC99; }

marquee   { 
position:absolute; 
right:12px;
}



A:link {text-decoration: underline; color : #5E4C29; }
A:visited { text-decoration: underline; color : #5E4C29; }
A:active { text-decoration: underline; color : #AA8A4A; }
A:hover { text-decoration: underline; color: #AA8A4A;}


input       { border-style:solid; border-width:1px; border-color:#937D51; background-color: #FDE9C3; color: #000000; }
input.send  { border-style:solid; border-width:1px; border-color:#937D51; background-color: #FDE9C3; color: #000000; }
select      { border-style:solid; border-width:1px; border-color:#937D51; background-color: #FDE9C3; font-family: Verdana; color: #000000; }
textarea    { border-style:solid; border-width:1px; border-color:#937D51; background-color: #FDE9C3; font-family: Verdana; color: #000000; }