1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de">
<head>
<title>votian</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="votian"> <meta name="keywords" content="votian">
<meta http-equiv="refresh" content="0; URL=../index.php">
<link rel="stylesheet" type="text/css" href="css/phoenix.css">
</head>
<body bgcolor="#FFFFFA" leftmargin="1" topmargin="1" marginwidth="0" marginheight="0" link="#990000" vlink="#990000" alink="#990000">
<a href="../index.php">Bitte hier klicken, wenn Sie nicht automatisch weitergeleitet werden...</a>
</body>
</html>

View File

@@ -0,0 +1,14 @@
/*=======================================================================
*
* navigation.css
*
* Autor: Marc Vollmann
*
=======================================================================*/
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF;}
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF;}
a:hover { text-decoration:none; font-weight:bold; color:#000000;}
a:active { text-decoration:none; font-weight:bold; color:#FF0000;}

View File

@@ -0,0 +1,132 @@
<?php
/*=======================================================================
*
* navigation.css.php
*
* Autor: Marc Vollmann
*
=======================================================================*/
// Get user agent info
$hideFocus = "outline:none;";
if (!$isFirefox) {
$hideFocus = "hidefocus:true;";
}
// (D)HTML
function htmlDivLineSpacer($height = "10px", $width = "", $clear = "", $background = "") {
global $constMenuBackground;
if ($width == "") : $width = "100%"; endif;
return "<div style=\"width:" . $width . "; height:" . $height . ";" . ($clear != "" ? "clear:" . $clear . ";" : "") . ($background != "" ? "background:" . $constMenuBackground[$background] . ";" : "") . "\"> </div>";
}
function setStyleHtmlDiv($width = "200px", $float = "", $height = "") {
return "style=\"width:" . $width . "; " . ($height != "" ? "height:" . $height . "; " : "") . ($float != "" ? "float:" . $float . ";" : "") . "\"";
}
$htmlDivFixedWidth = "style=\"float:left; width:200px;\"";
$htmlDivFixedWidth_0300 = "style=\"float:left; width:300px;\"";
$htmlDivFixedWidth_0400 = "style=\"float:left; width:400px;\"";
?>
body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: <?php echo $constBackground ?>;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
.menu
{ width:100%; height:65px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
background:#CDD9FD;
}
.menu_reduced
{ width:100%; height:21px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
background:#CDD9FD;
}
.menu_item_00
{ width:<?php echo $constMenuItemWidth ?>; height:21px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
}
.menu_item_01
{ width:<?php echo $constMenuItemWidth ?>; height:21px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
}
.menu_item_02
{ width:<?php echo $constMenuItemWidth ?>; height:21px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
}
.menu_item_03
{ width:<?php echo $constMenuItemWidth ?>; height:21px;
font-size:8pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
}
.logo
{ float:left; width:121px; height:65px; border:0px;
background:#97bcFF;
}
.pageTitel
{ height:21px; border:0px;
font-size:14pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
background:#CDD9FD; color:#1b12b9;
}
.menu_00
{ float:left; width:<?php echo $constMenuColWidth ?>; height:65px; background:<?php echo $constMenuBackground[0] ?>; color:<?php echo $constMenuColor[0] ?>; }
.menu_01
{ float:left; width:<?php echo $constMenuColWidth ?>; height:65px; background:<?php echo $constMenuBackground[1] ?>; color:<?php echo $constMenuColor[1] ?>; }
.menu_02
{ float:left; width:<?php echo $constMenuColWidth ?>; height:65px; background:<?php echo $constMenuBackground[2] ?>; color:<?php echo $constMenuColor[2] ?>; display:none; }
.menu_03
{ float:left; width:<?php echo $constMenuColWidth ?>; height:65px; background:<?php echo $constMenuBackground[3] ?>; color:<?php echo $constMenuColor[3] ?>; display:none; }
.reduced_menu_00
{ float:left; width:<?php echo $constMenuColWidth ?>; height:21px; background:<?php echo $constMenuBackground[0] ?>; color:<?php echo $constMenuColor[0] ?>; }
.a_menu:link { text-decoration:none; font-weight:bold; color:#FFFFFF; <?php echo $hideFocus ?> }
.a_menu:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; <?php echo $hideFocus ?> }
.a_menu:hover { text-decoration:none; font-weight:bold; color:#DDDDDD; <?php echo $hideFocus ?> }
.a_menu:active { text-decoration:none; font-weight:bold; color:#FFFFFF; <?php echo $hideFocus ?> }
.a_menu:focus { text-decoration:none; font-weight:bold; color:#DDDDDD; <?php echo $hideFocus ?> }
.maincontent
{ width:100%; height:100%;
font-size:10pt; font-family:Verdana,Helvetica,Arial; font-style:normal; font-weight:normal;
background:<?php echo $constMaincontentBackground ?>;
margin-left:10px;
}
.maincontent2
{ width:100%; height:100%;
font-size:8pt; font-family:Verdana,Helvetica,Arial; font-style:normal; font-weight:normal;
background:<?php echo $constMaincontent2Background ?>;
margin-left:10px;
}
.page_headline
{ width:100%; height:25px;
font-size:14pt; font-family:Helvetica,Arial; font-style:normal; font-weight:normal;
vertical-align:middle;
background:<?php echo $constPageHeadlineBgCol ?>; color:#FFFFFF;
}
.tickerOut
{ width:100%; height:100%;
font-size:10pt; font-family:Verdana,Helvetica,Arial; font-style:normal; font-weight:bold;
vertical-align:middle;
background:<?php echo $constTickerBgCol ?>; color:#1b12b9;
}

View File

@@ -0,0 +1,81 @@
/*=======================================================================
*
* phoenix-print.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
/*
* Quelle für die Print-spezifischen Optimierungen:
*
* http://www.style-sheets.de/guide/medien/print
*
*/
body {
margin: 0;
padding: 0;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
color: black;
background: transparent;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
font-weight: bold;
margin: .75em 0 .5em 0;
page-break-after: avoid;
}
p {
margin: 0 0 1em 0;
}
p+p {
margin-top: -1em;
text-indent: 2em;
}
a, a:visited, a:hover, a:visited:hover {
color: #04667e;
background: transparent;
text-decoration: none;
}
a:link:after, a:link:visited:after {
content: " (Link auf <" attr(href) ">) ";
font-size: 76%;
color: #999;
background: transparent;
}
/*
a[href^="/"]:link:after {
content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}
#footer {
border-top: 1.5pt solid;
font-size: .95em;
color: #333;
text-align: center;
}
*/
/*body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CCCCCC; }
*/
td
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
td.DDDDDD { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.EEEEEE { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.BBBBFF { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.CCCCFF { border-top-style:solid; border-top-width:1px; border-top-color:black; }
/*
td.DDDDDD { border-style:solid; border-width:1px; border-color:black; }
td.EEEEEE { border-style:solid; border-width:1px; border-color:black; }
td.BBBBFF { border-style:solid; border-width:1px; border-color:black; }
td.CCCCFF { border-style:solid; border-width:1px; border-color:black; }
*/

View File

@@ -0,0 +1,132 @@
/*=======================================================================
*
* phoenix.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CDD9FD;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
table.pad
{ border-style:none; padding:4 }
td
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
td.DDDDDD { background-color: #E6E6E6;}
td.EEEEEE { background-color: #EEEEEE;}
td.BBBBFF { background-color: #BBBBFF;}
td.CCCCFF { background-color: #CCCCFF;}
td.FFBBBB { background-color: #FFBBBB;}
td.FFCCCC { background-color: #FFCCCC;}
td.FF9999 { background-color: #FFB0B0;}
td.FFAAAA { background-color: #FFC0C0;}
i.red { color:red }
A:link
{ text-decoration: none; color: #0000ff; }
A:visited
{ text-decoration: none; color: #0000ff; }
A:hover
{ text-decoration: underline; color: #FF0000; }
.headline1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 5px}
.headline2
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 3px}
.headline2a
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; padding: 2px}
.headline3
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
/*form
{ padding: 20px; border: 0px solid #DDDDDD; } */
.input
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px}
input.inputRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px; background-color: #FFAAAA; }
input.smaller
{ font-size:smaller }
input.f10np1
{ font-size:10pt }
.hideBig
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideBiga
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideSmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: #000000;
background-color: #CDD9FD; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideSmallRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: black;
background-color: red; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: red;
background-color: #CDD9FD; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.submit
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
background-color: #00FF00; }
.hideVerySmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt; font-style: italic; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.menu_bgcol
{background-color: #CDD9FD}
.f7np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; padding: 1px}
.f8np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px}
.f8bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; padding: 1px}
.f8np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f8np1_green
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #00FF00;}
.f8np1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #008800;}
.f8np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f10np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; padding: 1px}
.f10np1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; padding: 1px; color: #008800;}
.f10bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
.f10bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f10bp1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #008800;}
.f10bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f12np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px}
.f12bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px}
.f12np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f12np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f12bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f12bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f14bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 1px}
.verysmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2pt; font-weight: normal; padding: 0px}
.commission_no_disabled
{ background:#4b42b9; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.commission_no_enabled
{ background: #FF6666; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_enabled
{ background:#1b12b9; color:#FFFFFF; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_disabled
{ background:#4b42b9; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }

View File

@@ -0,0 +1,144 @@
<?php
/*=======================================================================
*
* phoenix.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
include_once ("../admin/menu.php");
$constButtonDisabled = "#808080";
if ($constMaskContentBgCol == "1") :
$constBackground = "#CCCCCC";
endif;
$constBackgroundDisabled = $constBackground;
?>
body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: <?php echo $constBackground ?>;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
table.pad
{ border-style:none; padding:4 }
td
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
td.DDDDDD { background-color: #E6E6E6;}
td.EEEEEE { background-color: #EEEEEE;}
td.BBBBFF { background-color: #BBBBFF;}
td.CCCCFF { background-color: #CCCCFF;}
td.FFBBBB { background-color: #FFBBBB;}
td.FFCCCC { background-color: #FFCCCC;}
td.FF9999 { background-color: #FFB0B0;}
td.FFAAAA { background-color: #FFC0C0;}
i.red { color:red }
A:link
{ text-decoration: none; color: #0000ff; }
A:visited
{ text-decoration: none; color: #0000ff; }
A:hover
{ text-decoration: underline; color: #FF0000; }
.headline1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 5px}
.headline2
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 3px}
.headline2a
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; padding: 2px}
.headline3
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
/*form
{ padding: 20px; border: 0px solid #DDDDDD; } */
.input
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px}
input.inputRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px; background-color: #FFAAAA; }
input.smaller
{ font-size:smaller }
input.f10np1
{ font-size:10pt }
.hideBig
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000;
background-color: <?php echo $constBackground ?>; border: 0px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.hideBiga
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #000000;
background-color: <?php echo $constBackground ?>; border: 0px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.hideSmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: #000000;
background-color: <?php echo $constBackground ?>; border: 1px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.hideSmallRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: black;
background-color: red; border: 1px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.hideRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: red;
background-color: <?php echo $constBackground ?>; border: 1px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.submit
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
background-color: #00FF00; }
.hideVerySmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt; font-style: italic; color: #000000;
background-color: <?php echo $constBackground ?>; border: 0px solid <?php echo $constBackground ?>; padding: 0px; margin: 0px; }
.menu_bgcol
{background-color: <?php echo $constBackground ?>}
.f7np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; padding: 1px}
.f8np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px}
.f8bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; padding: 1px}
.f8np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f8np1_green
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #00FF00;}
.f8np1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #008800;}
.f8np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f10np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; padding: 1px}
.f10np1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; padding: 1px; color: #008800;}
.f10bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
.f10bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f10bp1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #008800;}
.f10bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f12np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px}
.f12bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px}
.f12np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f12np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f12bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f12bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f14bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 1px}
.verysmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2pt; font-weight: normal; padding: 0px}
.commission_no_disabled
{ background:<?php echo $constButtonBackground ?>; color:<?php echo $constButtonColor ?>; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.commission_no_enabled
{ background: #FF6666; color:<?php echo $constButtonColor ?>; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_enabled
{ background:<?php echo $constButtonBackground ?>; color:<?php echo $constButtonColor ?>; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_disabled
{ background:<?php echo $constBackgroundDisabled ?>; color:<?php echo $constButtonDisabled ?>; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }

View File

@@ -0,0 +1,128 @@
/*=======================================================================
*
* phoenix.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CDD9FD;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
table.pad
{ border-style:none; padding:4 }
td
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
td.DDDDDD { background-color: #E6E6E6;}
td.EEEEEE { background-color: #EEEEEE;}
td.BBBBFF { background-color: #BBBBFF;}
td.CCCCFF { background-color: #CCCCFF;}
td.FFBBBB { background-color: #FFBBBB;}
td.FFCCCC { background-color: #FFCCCC;}
td.FF9999 { background-color: #FFB0B0;}
td.FFAAAA { background-color: #FFC0C0;}
i.red { color:red }
A:link
{ text-decoration: none; color: #0000ff; }
A:visited
{ text-decoration: none; color: #0000ff; }
A:hover
{ text-decoration: underline; color: #FF0000; }
.headline1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 5px}
.headline2
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 3px}
.headline2a
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; padding: 2px}
.headline3
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
/*form
{ padding: 20px; border: 0px solid #DDDDDD; } */
.input
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px}
input.inputRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000CC; margin: 1px; background-color: #FFAAAA; }
input.smaller
{ font-size:smaller }
input.f10np1
{ font-size:10pt }
.hideBig
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideBiga
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideSmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: #000000;
background-color: #CDD9FD; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideSmallRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: black;
background-color: red; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.hideRed
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: red;
background-color: #CDD9FD; border: 1px solid #CDD9FD; padding: 0px; margin: 0px; }
.submit
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
background-color: #00FF00; }
.hideVerySmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt; font-style: italic; color: #000000;
background-color: #CDD9FD; border: 0px solid #CDD9FD; padding: 0px; margin: 0px; }
.menu_bgcol
{background-color: #CDD9FD}
.f7np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; padding: 1px}
.f8np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px}
.f8bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; padding: 1px}
.f8np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f8np1_green
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #00FF00;}
.f8np1_darkgreen
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #008800;}
.f8np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f10np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; padding: 1px}
.f10bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px}
.f10bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f10bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f12np1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px}
.f12bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px}
.f12np1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #FF0000;}
.f12np1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; padding: 1px; color: #1b12b9;}
.f12bp1_red
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #FF0000;}
.f12bp1_blue
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; padding: 1px; color: #1b12b9;}
.f14bp1
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; padding: 1px}
.verysmall
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2pt; font-weight: normal; padding: 0px}
.commission_no_disabled
{ background:#4b42b9; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.commission_no_enabled
{ background: #FF6666; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_enabled
{ background:#1b12b9; color:#FFFFFF; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }
.button_disabled
{ background:#4b42b9; color:#BBBBBB; font-weight:bold; font-size:10pt; font-style:normal; font-family:Helvetica,Arial; }

View File

@@ -0,0 +1,44 @@
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@@ -0,0 +1,47 @@
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}