/* ############################################################ */
/*                                                              */
/*        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 : #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	scrollbar-face-color: #FBCF35;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: #808080;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-highlight-color: #E2E2E2;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #808080; 
}

table { border: 0px; color: #000; }

table.content { border-width: 0px; margin-bottom: 5px; margin-top: 5px; padding: 0px; background-color: #000; }
table.head    { border-width: 0px; margin-bottom: 5px; margin-top: 5px; padding: 0px; background-color: #000; }
table.info    { border-width: 0px; margin-bottom: 5px; margin-top: 5px; padding: 0px; background-color: #000; }
table.panel   { border-color: #000; margin-bottom: 5px; margin-top: 5px; padding: 0px; background-color: #000; width: 150px; }

td { font-size: 12px; }
th { font-size: 13px; }

td.head {
   background-image: url(/cms/style/simpleblack/td_head.gif);
   background-color: #FBCF35;
   color: #000;
   font-style: bold;
   font-size : 10pt;
}

th.head {
   background-image: url(/cms/style/simpleblack/th_head.gif);
   background-color: #FBCF35;
   color: #000;
   font-weight: bold;
   font-size : 10pt;
   border:1px;
   border-style:solid;
}

td.info, th.info { background-color: #FBCF35; color: #000; }

td.header, th.header {
   background-color: #FFE27D;
   color: #000;
}

td.top, td.center { background-color: #FFDD69; }
td.bottom { background-color: #E2E2E2; }

td.left   { background-color: #C0C0C0; color: #000; }
td.right  { background-color: #FFEEBB; color: #000; }

td.odd    { background-color: #D0D0D0; }
td.even   { background-color: #FFEEBB; }

table.quote { border: 0px; }

td.quote {
   background-image:url(/cms/style/simpleblack/td_head.gif); 
   padding: 3px;
   background-color: #FBCF35;
   border: 1px dotted #000;
}

a:link {text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #202020; }
a:active { text-decoration: underline; color: #202020; }
a:hover { text-decoration: underline overline; color: #FFFFFF; background-color: #404040; }

input       { border: 1px solid #404040; background-color: #F0F0F0; color: #000; }
input.send  { border: 1px solid #404040; background-color: #F0F0F0; color: #000; }
select      { border: 1px solid #404040; background-color: #F0F0F0; font-family: Arial; color: #000; }
textarea    { border: 1px solid #404040; background-color: #F0F0F0; font-family: Arial; color: #000; font-size: 12px; }
fieldset    { border: 1px solid #404040; background-color: #D0D0D0; padding: 5px; }
legend      { font-family: Courier New, Verdana, Helvetica; font-size: 16px; color: #000; }

img {
    border: none;
}

form { display:inline; }

div.menu {
	border:1px;
    border-style:solid;
    border-color:black;
    background-color:#C0C0C0;
    padding: 3px;
	margin-top:0px;
	margin-bottom:5px;
}

td.pleft,td.pright {
    width: 150px;
    vertical-align: top;
    margin: 0px;
    padding-bottom: 5px;
}

div.content {
	border:1px;
	border-style:dashed;
	margin:5px;
	padding:2px;
	background-color:#F0E9CE;
}

td.pcontent {
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

a.glossar {
	cursor:help;
	text-decoration:underline;
	background:#241A1A;
}

div.copy {
	color:#000000; 
        font-size: 9px;
	text-align: center;
}