/*------------------------------------------------------------*/
/*                                                            */
/* Udo Barwenczik Stylesheet                                  */
/*                                                            */
/* Dark styles                                                */
/*                                                            */
/*------------------------------------------------------------*/

body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  color:#EEEEEE;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #333333;
}


p.flowtext1st
{
/*  color:#000000; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

p.flowtext1st:first-letter
{
  font-size: 1.5em;
}


p.flowtext
{
/*  color:#000000; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-indent: 0.5cm;
}

.smalltext
{
  font-size: 8pt;
}

/*------------------------------------------------------------*/

a, A
{
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: underline;
}
a:link, A:link {color: #EEEEEE;}
a:visited, A:visited {color:#CCCCCC;}
a:active, A:active {color:#0000FF;}
a:hover, A:hover {color:#FF3420;}

/*------------------------------------------------------------*/

a.menuitem
{
  display: block;
  color:#FFFF66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
}
a.menuitem:link {color:#BBBBBB;}
a.menuitem:visited {color:#EEEEEE;}
a.menuitem:active {color:#AAAAAA;}
a.menuitem:hover {color:#D83420;}

div.menu
{
  margin: 0px;
  padding: 5px 0px 10px 0px;
  text-align: left;
  border-top: 2px solid #BBBBBB;
  border-bottom: 2px solid #BBBBBB;
}


a.submenuitem
{
  display: block;
  color:#FFFF66;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.6em;
  text-decoration: none;
}
a.submenuitem:link {color:#BBBBBB;}
a.submenuitem:visited {color:#EEEEEE;}
a.submenuitem:active {color:#AAAAAA;}
a.submenuitem:hover {color:#D83420;}

div.submenu
{
  margin: 0px;
  padding: 2px 0px 4px 0px;
  text-align: left;
  text-indent: 0.5cm;
}

/*------------------------------------------------------------*/

table.photos
{
  table-layout: auto;
  empty-cells: show;
  border-spacing: 2px;
  border: 0px;
}


.tablecaptiontext
{
  font-size: 12pt;
  background-color: #333333;
}


td.textcontents
{
  font-size: 8pt;
  text-align: center;
/*  width: 104px; */
  background-color: #333333;
}


td.textcontentsleft
{
  font-size: 8pt;
  text-align: left;
/*  width: 104px; */
  background-color: #333333;
}

td.photocontents
{
  font-size: 8pt;
  text-align: center;
  width:  104px;
  height: 104px;
  background-color: #333333;
}

/*------------------------------------------------------------*/

.outlinebox
{
  float: left;
  width: 60%;
  margin: 0px;
  padding: 0px;
  border: 1px solid #333333;
  background-color: #666666;
}

.itembox
{
  padding: 5px;
}

.header
{
  padding: 5px;
  border-bottom: 1px solid #333333;
  color:#FFFFFF;
  background-color: #333333;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

.footer-right
{
  padding: 5px;
  text-align: right;
  font-size: 10pt;
  background-color: #555555;
}

/*------------------------------------------------------------*/

#toplogo
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 60px;
  margin: 0px;
  padding: 0px 10px 0px 50px;
  color: #FFFFCC;
  background-color: #191919;
  border: 0px;
/*  border: 1px solid #000000; */
/*  background-image: url(/images/logo.png); */
  background-repeat: no-repeat;
  background-position: top left;
}


#topbanner
{
  height: 40px;
  margin: 0px 0px 0px 200px;
  padding: 20px 0px 0px 0px;
  background-color: #191919;
  border: 0px;
/*  color: #F5AD00; */
  color: #D83420;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  white-space: nowrap;
}


#leftpane
{
  position: absolute;
  top: 60px;
  left: 0px;
  width: 180px;
  margin: 0px;
  padding: 10px 10px 10px 10px;
/*  min-height: 400; */  /* IE cannot handle that! */
  border: 0px;
  background-color: #333333;
}


#centerpane
{
  margin: 0px 0px 0px 200px;
  padding: 10px;
  height: 100%;
  border: 0px;
  background-color: #4C4C4C;
}


.navBar
{
  padding: 5px 10px 0px 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #999999;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
}


.floatspacer
{
  clear: both;
}

/*------------------------------------------------------------*/