/* DATEI: format.css */

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#001948;
  color:#FFCC00;
  margin:0pt;
  padding:0pt;
}

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#001948;
  color:#FFCC00;
  margin-top:1pt;
  margin-bottom:1pt;
}

body,td,div,p,pre,ul {
  font-size: 13px;
}

tr,td {
  font-size:10pt;
  text-align:center;
  vertical-align:middle;
}

ul,tr,td {
  font-size:10pt;
  font-family:Verdana;
  color:#FFCC00;
  background:#001948;
  border-right-width:1pt;
  border-left-width:1pt;
  border-top-width:0pt;
  border-bottom-width:1pt;
  margin-top:1pt;
  margin-bottom:1pt;
  padding-top:1pt;
  padding-bottom:1pt;
  padding-left:1pt;
  padding-right:1pt;
}

p.small, a.small, font.small
{
  font-size:8pt;
  margin-top:3pt;
  margin-bottom:3pt;
}

p.smallj, a.smallj, font.smallj
{
  text-align:justify;
  font-size:8pt;
  margin-top:3pt;
  margin-bottom:3pt;
}

p.table
{
  font-size:10pt;
  color:#FFCC00;
  margin-top:0pt;
  margin-bottom:1pt;
  padding-top:0pt;
  padding-bottom:0pt;
}
p.normal, a.normal, font.normal
{
  font-size:10pt;
}
p.big, a.big, font.big
{
  font-size:12pt;
}
p.red, a.red, font.red
{
  font-size:14pt;
  color:#FF0000;
}
p.justify
{
  text-align:justify;
  font-weight:100;
  font-size:10pt;
}

h1
{
  font-family:Verdana;
  color:#FFCC00;
  font-weight:normal;
  font-size:20pt;
}
h2
{
  font-family:Verdana;
  color:#FFCC00;
  font-weight:normal;
  font-size:18pt;
}
h3
{
  font-family:Verdana;
  font-weight:normal;
  font-size:16pt;
  color:#FF9933;
}
h4
{
  font-family:Verdana;
  color:#FFCC00;
  font-weight:normal;
  font-size:14pt;
}
h5
{
  font-family:Verdana;
  color:#FFCC00;
  font-weight:normal;
  font-size:13pt;
}
h6
{
  font-family:Verdana;
  color:#FFCC00;
  font-weight:normal;
  font-size:12pt;
}

/*a.menu,a.menu:visited,p.menu,*/p.submenu,p.mainmenu
{
  font-weight:bold;
  /* seperate this for netscape (netscape don't like it)*/
}

a.menu,a.menu:visited,p.menu,td.menu
{
  font-size:8pt;
  font-weight:normal;
  text-decoration:none; /* don't underline */
  background:#112288;
  color:#FFFF00;
  border-top:0pt;
  border-bottom:0pt;
  padding:0pt;
  margin-top:-1pt;
  margin-bottom:-1pt;
  margin-left:0pt;
  text-align:center;
}

p.submenu,td.submenu
{
  font-size:9pt;
  font-weight:bold;
  background:#1133FF;
  color:#DDDD00;
  border-top:0pt;
  border-bottom:0pt;
  padding:1pt;
  margin-top:-2pt;
  margin-bottom:-2pt;
  margin-left:0pt;
  text-align:center;
}

p.mainmenu,td.mainmenu,tr.mainmenu
{
  font-size:10pt;
  font-weight : bold;
  background:#001948;
  color:#1111FF;
  border-top:0pt;
  border-bottom:0pt;
  padding:1pt;
  margin-top:-1pt;
  margin-bottom:-1pt;
  margin-left:0pt;
  text-align:center;
  vertical-align:top;
}

p.space,td.space
{
  font-size:8pt;
  font-weight : bold;
  background:#001948;
  color:#1111FF;
  border-top:0pt;
  border-bottom:0pt;
  padding:2pt;
  margin-top:-1pt;
  margin-bottom:-1pt;
  margin-left:0pt;
  text-align:center;
  vertical-align:top;
}

td.menu,td.space,td.mainmenu,table.mainmenu
{
  width:93px;
}

td.menu,td.submenu,td.mainmenu
{
  border-bottom-width:1pt;
  border-bottom-style:solid;
  border-color:#001948;
}

.small {font-size: 12px;}
.mini {  font-size: 11px;}
.minimini {font-size: 10px;}

a {  font-size: 14px; text-decoration: none;}
a:link {color:#F7C367}
a:visited {color:#E7D5AE}
a:active {color:#DEC3A9}
a:hover{color: #CC0000;}