/* PHD StyleSheets */
/* (c) 2001-2003 by PHD Development IT Services, Nils Pischel */
/* Author: webmaster@phd-development.de */



body
 { scrollbar-face-color: #00658A; scrollbar-arrow-color: #000000; scrollbar-base-color: #00658A; }

/* Font + Standard Color */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,strong,input,select,textarea
 { font-family: Verdana, Arial; color: #000000; }

/* Texte */
h1 { font-size: 14pt; color: #808080;}

h2 { font-size: 10pt; }

h3 { font-size: 8pt; font-weight:bold; }

p,ul,ol,li,div,td,th,address,nobr,b,i,select,input,textarea
  { font-size: 8pt ; }

p.justify { text-align: justify; }


p.small,b.small { font-size: 7pt; }

/* Links */
a:link { color:#00658A; text-decoration:underline; }
a:visited { color:#00658A; text-decoration:underline; }
a:active { color:#cc0000; text-decoration:underline; }
a:hover { color:#cc0000; text-decoration:underline; }
A.nav:link{color: #00658A; font-weight: bold; text-decoration: none; }
A.nav:visited{color: #00658A; font-weight: bold; text-decoration: none; }
A.nav:active{color: #cc0000; font-weight: bold; text-decoration: none; }
A.nav:hover{color: #cc0000; font-weight: bold; text-decoration: none; }
A.navleft:link{color: #00658A; font-weight: bold; text-decoration: none; }
A.navleft:visited{color: #00658A; font-weight: bold; text-decoration: none; }
A.navleft:active{color: #cc0000; font-weight: bold; text-decoration: none; }
A.navleft:hover{color: #cc0000; font-weight: bold; text-decoration: none; }

/* Tabellen */
table.grey	{ border: 1 solid #DCDCDC; }
table.black	{ border: 1 solid #000000; }
td.blue		{ background-color: #777777; border: 1 solid #000000; }
td.bluewhite	{ background-color: #777777; border: 1 solid #000000; }
td.white	{ background-color: #777777; border: 1 solid #000000; }
td.whiteblue	{ background-color: #777777; border: 1 solid #000000; }
td.darkblue	{ background-color: #777777; }
td.black	{ border: 1 solid #000000; }
td.info	{ border: 1 solid #A5C6E7; }

/* Eingabe-Elemente */
input,select,textarea { background-color: #F5F5F5; border: 1 solid #000000; }
input.required,select.required,textarea.required,td.required { background-color: #FFEFEF ; }
input.button { color: #212994; font-weight:bold; }
input.white { background-color: #FFFFFF; border: 0; }

/* Bilder */
img { border: 0; }

/* Sonderformatierung für Login-Seite */
.login
 { background-color: #e6e7e8; border-top: none #000000; border-right: none #000000; border-bottom: 1pt solid #000000; border-left: none #000000 }

/* Sonderformatierung für Kostenloses WebMail */
.eingabe
 { background-color: #F5F5F5; border-top: none #000000; border-right: none #000000; border-bottom: 1pt solid #000000; border-left: 1pt solid #000000 }


/* Formatierung Bilder als Inout-Button */
.imagebutton
{
background-color: #e6e7e8;
border-style: none
}

/* KLasse für Radiobuttons und Checkboxen */
.radio
{
background-color: #e6e7e8;
border: #FFFFFF;
border-style: none;
}

/* Klasse für Radiobuttons und Checkboxen im Webmail-Script*/
.radioWebmail
{
background-color: #F5F5F5;
border: #F5F5F5;
border-style: none;
}