﻿body {
  margin: 10px;
  text-align: center;  /* nur für alte Browser */
  background-color: #ffffff;/* 0080c0 */
  font-family: arial, helvetica, sans-serif;
}

#outermainbox {
  width: 742px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #0080c0;
}

#maintopbox{
  width: 742px;
  margin: 0px auto;
  padding-left: 2px;
  text-align: left;
  background-color: #ffffff;
}

#logobox {
  width: 740px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #000000;
}

#navtopbox {
  width: 740px;
  margin: 0px auto;
  padding: 0px;
  text-align: right;
  background-color: #dfdfdf;
  border: 1px solid #000000;
  border-top: 0px;
}

#innermainbox{
  width: 742px;
  margin: 0px auto;
  padding-top: 10px;
  background-color: #ffffff;
}

#leftnavbox{
  width: 200px;
  margin: 0px auto;
  padding: 5px;
  background-color: #dfdfdf;
  border: 1px solid #000000;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: .8em;
}

/*  ##########################  */

#navtopbox ul {
  padding: 0.2em;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #1D113B;
  width: 100%;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: .7em;
  font-weight: bold;
}

#navtopbox ul li {
  display: inline;
  list-style: none;
}

#navtopbox ul li a {
  padding: 0.2em 0.5em;
  background-color: #DFDFDF;
  color: #1D113B;
  text-decoration: none;
}

#navtopbox ul li a:hover {
  background-color: #838A93;
  color: #ffffff;
}


/*  ##########################  */

ul#navigationsub {
    width: 14em;
    margin: 0;
    padding: 0.4em;
    border: 0px solid black;
    background-color: dfdfdf;
  }
  * html ul#navigationsub {  /* Korrekturen für IE 5.x */
    width: 15.8em;
    w\idth: 13em;
    padding-left: 0;
    padd\ing-left: 0.4em;
  }
  ul#navigationsub li {
    list-style: none;
    margin: 0.4em;
    padding: 0;
  }

  ul#navigationsub a {
    display:block;
    padding: 0.2em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    border-color: #dfdfdf;
    color: #1d113b;
    background-color: #dfdfdf;
  }
  * html ul#navigationsub a {  /* Breitenangaben nur für IE */
    width: 100%;
    w\idth: 12.5em;
  }
  ul#navigationsub a:hover {
    border-color: #2f5292;
    color: #2f5292;
    background-color: #dfdfdf;
  }


/*  ##########################  */


P  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
}

li.normal {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
}

P.header  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1D113B;
	line-height : 16pt;
	padding-bottom: 3px;
}

A.lookup {
	font-size : 9pt;
	color: #1D113B;
	text-decoration : none;
}


A.link {
	font-weight: bold;	
	color: #2f5292;
	text-decoration : none;
}


A.small {
	font-size : 9pt;
	color: #1D113B;
	font-weight: bold;
}

a:hover {
	text-decoration : underline;
}

td.cell  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

td.standardcell  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

td.headercell  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
}

td.zebragrey  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
	background-color: #dfdfdf;
}


td.zebrawhite  {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
	background-color: #ffffff;
}