/* ______________________________________________________________

Das ist ein völlig neuer Skin. Neue Bilder, neue Planeten und eine neue Css-Datei.
Have Fun!

NIGHTVISIONS V 1.1

MM       MM IIII CCCCCCCC 2003
MMM     MMM IIII CCCCCCCC
MMMM   MMMM IIII CCC
MM MM MM MM IIII CCC
MM  MMM  MM IIII CCCCCCCC
MM   m   MM IIII CCCCCCCC
______________________________________________________ */

/*Body der Hauptseite*/
body
{
  text-align           : center;
  font-weight          : bold;
  color                : #BFBFBF;
  margin-top           : 1px;
  margin-left          : 1px;
  background           : #000000;
  background-image     : url(img/bgmain.jpg);
  background-attachment: fixed;
  SCROLLBAR-BASE-COLOR      : #272727;
  SCROLLBAR-ARROW-COLOR     : #8798C4;
  scrollbar-track-color     : #7F7F7F;
  scrollbar-face-color      : #5F5F5F;
  scrollbar-highlight-color : #000000;
  scrollbar-3dlight-color   : #000000;
  scrollbar-darkshadow-color: #272727;
  scrollbar-shadow-color    : #8798C4;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}

., #, td, th, textarea, body, table
{
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size            : 11px;
  font-weight          : bold;
}

p
{
  color                : #BFBFBF;
}

/*'''''''''''''''''''###################''''''''''''''''''''############*/
/*Galaxieansicht*/
/*'''''''''''''''''''###################''''''''''''''''''''############*/
/*Allianzmember*/
.allymember
{
  color: lime;
}

/*Anfänger*/
.noob
{
  color                : #a0ffa0;
}

/*Starke Spieler*/
.strong
{
  color		      : #ffa0a0;
}

/*U-Mod*/
.vacation
{
  color		      : #0000ff;
}

/*Inaktiv*/
.inactive
{
  color                : #CCCCCC;
}

/*Toter Acc*/
.longinactive
{
  color                : #999999;
}

/*Gesperrter Acc*/
.banned
{
  text-decoration      : line-through;
}
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*Übersicht*/

/*'''''''''''''''''''''Angriff'''''''''''''''''''''*/
/*Angriff Hinflug*/
tr.flight span.ownattack
{
  color                : #0080FF;
}
tr.flight span.ownattack a
{
  color                : #BFBFBF;
}
tr.return span.ownattack a:hover
{
  color                : #FFFFFF;
}

/*Angriff Rückflug*/
tr.return span.ownattack
{
  color                : #0060FF;
}
tr.return span.ownattack a
{
  color                : #0060FF;
}
tr.return span.ownattack a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Abbau'''''''''''''''''''''*/
/* Recyclen Hinflug*/
tr.flight span.ownharvest
{
  color                : #00DF00;
}
tr.flight span.ownharvest a
{
  color                : #BFBFBF;
}
tr.flight span.ownharvest a:hover
{
  color                : #FFFFFF;
}

/* Recyclen Rückflug*/
tr.return span.ownharvest
{
  color                : #009F00;
}
tr.return span.ownharvest a
{
  color                : #009F00;
}
tr.return span.ownharvest a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Transport'''''''''''''''''''''*/
/* Transport Hinflug*/
tr.flight span.owntransport
{
  color                : #00DF00;
}
tr.flight span.owntransport a
{
  color                : #BFBFBF;
}
tr.flight span.owntransport a:hover
{
  color                : #FFFFFF;
}

/*Transport Rückflug*/
tr.return span.owntransport
{
  color                : #009F00;
}
tr.return span.owntransport a
{
  color                : #009F00;
}
tr.return span.owntransport a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''stationieren'''''''''''''''''''''*/
/*stationieren Hinflug*/
tr.flight span.owndeploy
{
  color                : #9F9F9F;
}
tr.flight span.owndeploy a
{
  color                : #BFBFBF;
}
tr.flight span.owndeploy a:hover
{
  color                : #FFFFFF;
}

/*stationieren Rückflug*/
tr.return span.owndeploy
{
  color                : #7F7F7F;
}
tr.return span.owndeploy a
{
  color                : #7F7F7F;
}
tr.return span.owndeploy a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Spionage'''''''''''''''''''''*/
/*Spionage Hinflug*/
tr.flight span.ownespionage
{
  color                : #FF8500;
}
tr.flight span.ownespionage a
{
  color                : #BFBFBF;
}
tr.flight span.ownespionage a:hover
{
  color                : #FFFFFF;
}

/*Spionage Rückflug*/
tr.return span.ownespionage
{
  color                : #FFA500;
}
tr.return span.ownespionage a
{
  color                : #FFA500;
}
tr.return span.ownespionage a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''kolonisieren'''''''''''''''''''''*/
/*kolonisieren Hinflug*/
tr.flight span.owncolony
{
  color                : #00DF00;
}
tr.flight span.owncolony a
{
  color                : #BFBFBF;
}
tr.flight span.owncolony a:hover
{
  color                : #FFFFFF;
}

/*kolonisieren Rückflug*/
tr.return span.owncolony
{
  color                : #009F00;
}
tr.return span.owncolony a
{
  color                : #009F00;
}
tr.return span.owncolony a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Verbandsangriff'''''''''''''''''''''*/
/*Verbandsangriff Hinflug*/
tr.flight span.ownfederation
{
  color                : #00A0FF;
}
tr.flight span.ownfederation a
{
  color                : #BFBFBF;
}
tr.flight span.ownfederation a:hover
{
  color                : #FFFFFF;
}

/*Verbandsangriff Rückflug*/
tr.return span.ownfederation
{
  color                : #0060FF;
}
tr.return span.ownfederation a
{
  color                : #0060FF;
}
tr.return span.ownfederation a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Mondangriff'''''''''''''''''''''*/
/*Mondangriff Hinflug*/
tr.flight span.owndestroy
{
  color                : #00C0FF;
}
tr.flight span.owndestroy a
{
  color                : #BFBFBF;
}
tr.flight span.owndestroy a:hover
{
  color                : #FFFFFF;
}

/*Mondangriff Rückflug*/
tr.return span.owndestroy
{
  color                : #0060FF;
}
tr.return span.owndestroy a
{
  color                : #0060FF;
}
tr.return span.oowndestroy a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Halten'''''''''''''''''''''*/
/*Halten Hinflug*/
tr.flight span.ownhold
{
  color                : #FCFCFE;
}
tr.flight span.ownhold a
{
  color                : #BFBFBF;
}
tr.flight span.ownhold a:hover
{
  color                : #FFFFFF;
}

/*Halten Halten*/
tr.holding  span.ownhold
{
  color                : #5F5F5F;
}
tr.holding  span.ownhold a
{
  color                : #BFBFBF;
}
tr.holding  span.ownhold a:hover
{
  color                : #FFFFFF;
}

/*Halten Rückflug*/
tr.return span.ownhold
{
  color                : #DFDFDF;
}
tr.return span.ownhold a
{
  color                : #DFDFDF;
}
tr.return span.ownhold a:hover
{
  color                : #FFFFFF;
}

/*'''''''''''''''''''''Freundlicher Transport'''''''''''''''''''''*/
/*Freundlicher Transport*/
tr.flight span.transport
{
  color                : #00DF00;
}
tr.flight span.transport a
{
  color                : #BFBFBF;
}
tr.flight span.transport a:hover
{
  color                : #FFFFFF;
}
/*########################################################################*/
                            /*Feindliches*/
/*########################################################################*/

/*'''''''''''''''''''''Mondzerstörung'''''''''''''''''''''*/
/*Mondzerstörung*/
tr.flight span.destroy
{
  color                : #FFDF00;
}
tr.flight span.destroy a
{
  color                : #BFBFBF;
}
tr.flight span.destroy a:hover
{
  color                : #FFFFFF;
}

/*Angriff*/
tr.flight span.attack
{
  color                : #DF0000;
}
tr.flight span.attack  a
{
  color                : #BFBFBF;
}
tr.flight span.attack  a:hover
{
  color                : #FFFFFF;
}

/*Spionage*/
tr.flight span.espionage
{
  color                : #BF0000;
}
tr.flight span.espionage a
{
  color                : #BFBFBF;
}
tr.flight span.espionage a:hover
{
  color                : #FFFFFF;
}

/*Spionage*/
tr.flight span.federation
{
  color                : #DF0000;
}
tr.flight span.federation a
{
  color                : #BFBFBF;
}
tr.flight span.federation a:hover
{
  color                : #FFFFFF;
}

/*########################################################################*/
                            /*Raketenzeug*/
/*########################################################################*/

/*feindlich*/
tr.flight span.missile
{
  color                : #FF0000;
}
tr.flight span.missile a
{
  color                : #BFBFBF;
}
tr.flight span.missile a:hover
{
  color                : #FFFFFF;
}

/*eigene*/
tr.flight span.ownmissile
{
  color                : #0080FF;
}
tr.flight span.ownmissile a
{
  color                : #BFBFBF;
}
tr.flight span.ownmissile a:hover
{
  color                : #FFFFFF;
}

/*###################################################################*/
/*###################################################################*/
/*###################################################################*/

/*Formulare*/
/*Eingabefelder, Radiobuttons und Buttons allgemein*/
input
{
  border               : 0px #FFFFFF dashed;
  background-image     : url(img/form4.jpg);
  font-weight          : bold;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #FFFFFF;
  text-align           : center;
  vertical-align       : top;
  width                : 70px;
  height               : 20px;
  background-color     : #000000;
}

/*Eingabefelder in der Werft und in der Verteidigung*/
body form table tr td table tr td.k input
{
  font-size            : 11px;
  font-weight          : bold;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #BFBFBF;
  text-align           : center;
  border               : 1px #FFFFFF solid;
  height               : 16px;
  background-color     : 000000;
}

/*Berechnenbutton*/
td.k input
{
  background-image     : none;
  font-weight          : bold;
  border               : 0px #FFFFFF dashed;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #000000;
  text-align           : center;
  vertical-align       : top;
  width                : auto;
  height               : 20px;
  background-color     : #8798C4;
}

/*Buttons in der Galaxie*/
td.l input
{
  background-image     : url(img/form2.jpg);
  font-weight          : bold;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #000000;
  text-align           : center;
  vertical-align       : middle;
  border               : 0px #FFFFFF solid;
  height               : 18px;
  width                : auto;
  background-color     : #FFFFFF;
  padding-left         : 2px;
  padding-right        : 2px;
}

/*Absendebuttons*/
td.c input
{
  background-image     : url(img/form3.jpg);
  font-weight          : bold;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #000000;
  text-align           : center;
  vertical-align       : top;
  border               : 0px #FFFFFF solid;
  height               : 18px;
  width                : 80px;
  background-color     : #FFFFFF;
}

/*Nachrichtenmenü, Flottenmenü*/
th input
{
  font-size            : 11px;
  width                : auto;
  color                : #FFFFFF;
  padding-left         : 3px;
  padding-right        : 3px;
  background-image     : url(img/form.jpg);
  height               : 20px;
  border               : 0px #FFFFFF groove;
  background-color     : #000000;
}

/*Pulldown-(Auswahl-)menüs*/
select
{
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color     : #000000;
  color                : #8798C4;
  font-weight          : bold;
}

/*Nachrichtenfenster, Allianzseitn und Notizeneditorfenster*/
textarea
{
  background-position  : center;
  background-repeat    : no-repeat;
  background-attachment: fixed;
  background-image     : url(img/text.jpg);
  font-weight          : bold;
  color                : #8798C4;
  background-color     : #000000;
  width                : 100%;
  border               : 1px #FFFFFF solid;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}


/*Tabellen*/
table
{
  border               : 0px;
}

/*Formatierung Ressourcenanzeige*/
table table td
{
  color                : #8798C4;
  border               : 0px #3F3F3F solid;
}

/*Zeilen in der Übersicht, Flottenmenü, etc*/
th
{
  padding-left         : 2px;
  padding-right        : 2px;
  border               : 1px #8798C4 ridge;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color     : #000000;
  color                : #8798C4;
}

/*Planetenhintergrund*/
th.s
{
  border               : 0px;
  background-color     : transparent;
}

td
{
  border               : 0px;
  font-weight          : bold;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}

/*Nachrichtentabelle*/
td.b
{
  padding              : 2px;
  color                : #BFBFBF;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color     : #000000;
}

/*Über und Unterschriften*/
td.c
{
  height               : 20px;
  font-weight          : bold;
  color                : #BFBFBF;
  padding-top          : 0px;
  padding-left         : 3px;
  background-image     : url(img/balken.jpg);
  background-repeat    : no-repeat;
  text-align           : center;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color     : #111111;
  border               : 0px #FFFFFF dashed; /*dashed gestrichelt, solid durchgehend*/
}

/*Rohstoffenanzeige*/
td.k
{
  vertical-align       : top;
  padding-top          : 1px;
  padding-left         : 0px;
  padding-right        : 0px;
  text-align           : center;
  color                : #BFBFBF;
  background-image     : url(img/black.jpg);
  border               : 1px #8798C4 ridge;
}

/*Gebäude, Werft, Forschung und Verteidigung*/
body form table tr td table tr td.k
{
  text-align           : center;
  padding-top          : 0px;
  background-image     : url(img/bgg.jpg);
  border               : 0px #8798C4 ridge;
}

body table tr td table tr td.k
{
  padding-top          : 0px;
  background-image     : url(img/bgg.jpg);
  border               : 0px #8798C4 ridge;
}

td.l
{
  background-color     : #000000;
  color                : #8798C4;
  vertical-align       : top;
  padding-top          : 1px;
  padding-left         : 3px;
  padding-right        : 3px;
  height               : 22px;
  background-image     : url(img/bgg.jpg);
  background-repeat    : no-repeat;
  border               : 0px #3F3F3F solid;
}

/*Planetübersicht*/
table.s
{
  background-color     : transparent;
  border               : 0px #FFFFFF dashed;
}

table.s tr
{
  text-align           : center;
}

table.s th
{
  background-color     : transparent;
  color                : #8798C4;
  text-align           : center;
  line-height          : 15px;
  border               : 0px;
}

/*Rahmen und Größe der kleinen Planetenbilder*/

table.s img
{
  border               : 1px #8798C4 dashed;
  width                : 90px;
  height               : 90px;
}

/*Ausrichtung und Rahmen aller Bilder auf der Übersichtsseite*/
img
{
  border               : 0;
}

/*Counter in der Werft und Verteidiugng*/
div.z
{
  color                : #8798C4;
}

/*Links*/
/*Allgemein*/
a, a.s, a.t
{
  color                : #BFBFBF;
  text-decoration      : none;
  font-weight          : bold;
}

a:hover
{
  color                : #8798C4;
}

/*Tabellenlinks*/
th a, th a.s, th a.t
{
  color                : #8798C4;
  text-decoration      : none;
  font-weight          : bold;
}

th a:hover
{
  color                : #BFBFBF;
}

/*Links in der Werft, im Labor und Gebäuden*/
td.l a, td.l a.s, td.l a.t,
td.k a, td.k a.s, td.k a.t
{
  color                : #8798C4;
  text-decoration      : none;
  font-weight          : bold;
}

td.l a:hover,
td.k a:hover
{
  color                : #FFFFFF;
}


/*-----------------------------------------------------------------------*/
/*----------------------------------Menü---------------------------------*/
/*-----------------------------------------------------------------------*/
.style table
{
  border-bottom        : 3px #000000 solid;
}

.style td
{
  background-color     : transparent;
  background-image     : url(img/links.gif);
  color                : #FFFFFF;
  border               : 0px #3F3F3F solid;
  border-top           : 1px;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  background-repeat    : no-repeat;
  background-position  : center;
  text-align           : center;
}

.style td.c
{
  font-weight          : bold;
  border               : 0px #3F3F3F solid;
  color                : #BFBFBF;
  padding-left         : 3px;
  background-image     : url(img/balken.jpg);
  text-align           : center;
}

/*Menülinks*/
/*Spezieler Part für den Firefox*/
.style td:hover
{
  background-image     : url(img/links2.gif);
  background-position  : center;
  background-repeat    : no-repeat;
}

.style div a
{
  height               : 100%;
  width                : 100%;
  color                : #8798C4;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}

.style div a:link
{
  height               : 100%;
  width                : 100%;
  color                : #8798C4;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}

.style div a:visited
{
  height               : 100%;
  width                : 100%;
  color                : #8798C4;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
}

.style div a:hover
{
  cursor               : crosshair;
  height               : 100%;
  width                : 100%;
  text-decoration      : none;
  font-size            : 11px;
  font-family          : Trebuchet MS, Arial, Helvetica, sans-serif;
  color                : #BFBFBF;
  background-image     : url(img/links2.gif);
  background-position  : center;
  background-repeat    : no-repeat;
}

.style
{
  background-repeat    : no-repeat;
  margin-top           : 15px;
  background-image     : url(img/bgmenue.jpg);
}

/*Querlinie*/
h1
{
  text-align           : center;
  border-bottom        : 1px #FFFFFF solid;
  width                : 519px;
}