/* Stylesheet fuer http://pascal.at/ */

body, html
{
  margin: 0;
  border: 0;
  padding: 0;
  color: #000080;
  background-color: #f0f0ff;
  font: 11pt sans-serif;
}

h1
{
  font-size: 115%;
  margin-top: 0;
}
h2
{
  font-size: 105%;
}
table
{
  color: #000080;
  background-color: white;
  font: 10pt sans-serif;
}
table.layout
{
  border-collapse: collapse;
}
td
{
  color: #000080;
  background-color: #e0e0e0;
  padding-left: 4px;
  padding-right: 4px;
}
td.layoutleft
{
  padding: 0;
  width: 32%;
  vertical-align: top;
  background-color: white;
}
td.layoutcenter
{
  padding: 0 2% 0 2%;
  width: 32%;
  vertical-align: top;
  background-color: white;
}
td.layoutright
{
  padding: 0;
  width: 32%;
  vertical-align: top;
  background-color: white;
}
th
{
  color: #000080;
  background-color: #e0e0e0;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}

a
{
  color: #0080ff;
  background-color: transparent;
  text-decoration: underline;
}
a:active, a:hover
{
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}
a:visited
{
  color: #808080;
  background-color: transparent;
  text-decoration: underline;
}

div.banner
{
  width: auto;
  padding-right: 12px;
  font-size: 200%;
  font-style: italic;
  text-align: right;
  color: #000080;
  background: white url('/0/banner.jpg') repeat-x;
  height: 61px;
  border-bottom: solid #000080 1px;
}

div.topnav
{
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 10px 0 10px;
  color: #ffffff;
  background-color: #000080;
  overflow: hidden;
}

a.topnavitem, a.topnavitem:visited
{
  background-color: #000080;
  color: #ffffff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavitem:hover, a.topnavitem:active
{
  background-color: #00a0ff;
  color: #ffffff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavactive, a.topnavactive:visited
{
  background-color: #f0f0ff;
  color: #000080;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavactive:hover, a.topnavactive:active
{
  background-color: #f0f0ff;
  color: #ff0000;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

div.leftnav
{
  position: absolute;
  left: 10px;
  top: 112px;
  width: 140px;
  margin: 0;
  padding: 0;
}

a.leftnavitem, a.leftnavitem:visited
{
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #000080;
  background-color: transparent;
}

a.leftnavitem:hover, a.leftnavitem:active
{
  margin-top: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
  background-color: transparent;
}

a.leftnavitemcurrent, a.leftnavitemcurrent:visited
{
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #0080ff;
  background-color: transparent;
}

a.leftnavitemcurrent:hover, a.leftnavitemcurrent:active
{
  margin-top: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
  background-color: transparent;
}

ul.leftnav
{
  margin: 0;
  padding-left: 12px;
}

a.leftnavpage, a.leftnavpage:visited
{
  text-decoration: none;
  color: #000080;
  background-color: transparent;
}

a.leftnavpage:hover, a.leftnavpage:active
{
  text-decoration: none;
  color: #ff0000;
  background-color: transparent;
}

span.leftnavpagecurrent
{
  color: #0080ff;
  background-color: transparent;
}

div.mainbox
{
  margin: 10px 10px 10px 140px;
  padding: 1em;
  color: #000080;
  background-color: #ffffff;
  border: dotted #000080 1px;
}

h2.columndark
{
  background-color: #000080;
  color: white;
  padding: 2px;
}
h2.columnlight
{
  background-color: #f0f0ff;
  color: #000080;
  padding: 2px;
}
div.clear
{
  clear: both;
}

td.right
{
  text-align: right;
}

img.button
{
  float: left;
  width: 88px;
  height: 31px;
  border: 0;
  padding: 0;
}

img.right
{
  float: right;
  border: 1px solid;
  margin-left: 8px;
  margin-bottom: 8px;
}

img.thumbright
{
  float: right;
  border: 1px dotted black;
  margin-left: 8px;
  margin-bottom: 4px;
  width: 95px;
  height: 110px;
}

img.thumbleft
{
  float: left;
  border: 0;
  margin-right: 8px;
  margin-bottom: 4px;
  width: 120px;
  height: 90px;
}

img.logoright
{
  float: right;
  border: 0px;
  margin-left: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 157px;
  height: 140px;
}

div.imgright
{
  width: 300px;
  float: right;
  border: 1px solid;
  margin-left: 8px;
  margin-bottom: 8px;
  text-align: center;
}

img.normal
{
  border: 0;
}

p.center
{
  text-align: center;
}

p.imagetext
{
  font-size: 90%;
  font-style: italic;
  margin: 5px;
}

div.left
{
  float: left;
}
div.right
{
  float: right;
}
div.colright
{
  float: right;
  width: 40%;
  margin: 0px 0px 5px 5px;
  padding: 0px 3px 0px 8px;
  border: solid #ff0000 1px;
  color: #000000;
  background-color: #ffffdd;
}
div.rfooter
{
  text-align: right;
  font-style: italic;
}

div.control
{
  position: fixed;
  width: auto;
  bottom: 20px;
  right: 20px;
  color: #000080;
  background-color: #e0e0e0;
  border: outset #000080 3px;
}
li.nobullet
{
  list-style: none;
}

