/****************************************************************
*
*  Date: 29.12.2007
*  Auhtor: Christoph Stoidner
*
*  Modul: SnickJim.css
*
*  History:
*
*  x.yy   Auhtor    Date      Changes
*  -------------------------------------------------------------
   1.00   cs        29.12.07  create
*
*
******************************************************************/

/* The standard body of all pages */
body, input, select, textarea {
  background-color: #000000;

  font-family:  Arial, Verdana, Sans-Serif;
  text-align:   justify;
  font-size:    12px;
  line-height:  140%;
  color:        #aaaaaa;
}

h2.error {
  color: #ff0000;
}

a {
  color: #bbbbbb;
}

img {
  border-color: #555555;
  padding: 0px;
  margin:  5px;
}

img.button {
  border:  0px;
  padding: 0px;
  margin:  0px;
}

/* Style of the GIFs-parts of the frameborder */
img.frameborder {
  border:  0px;
  padding: 0px;
  margin:  0px;
}

img.submenu {
  border: 0px;
  padding:0px;
  margin: 0px;
}

iframe {
  border: 0px;
  padding:0px;
  margin: 0px;
}

div.topmenu {
  border-top:    0px;
  border-bottom: 2px solid #202028;
  border-left:   2px solid #202028;
  border-right:  2px solid #202028;

  margin-top:    0px;
  margin-left:   5px;
  margin-right:  5px;
  margin-bottom: 0px;

  padding-top:    5px;
  padding-bottom: 5px;
  padding-left:   5px;
  padding-right:  5px;

  background-color: #100e10;
  color: #881111;

  height: 82px;
}

a.smalllink {
  font-size:    12px;
  color:        #881111;
  font-weight:  bold;
  font-variant: small-caps;
  font-family:  Verdana, Arial, Sans-Serif;
  text-decoration: none;
}

div.submenu {
  padding: 2px;
  margin:  5px;
}

div.submenu:hover {
  background-color: #403035;
  padding: 2px;
}

table.choiceTable {
  text-align: left;
  text-decoration: none;
}

tr.choiceTable:hover {
  background-color: #403035;
}

a.choiceTable {
  text-decoration: none;
  color:        #aaaaaa;
}

a.choiceTable:hover {
  background-color: #403035;
}

td.stdTabName {
  font-weight:  bold;
  width: 100px;
  vertical-align: top;
}

td.stdDivValue {
}

div.stdDivName {
  font-weight:  bold;
}

div.stdTabValue {
}

td.topmenu {
  font-size:    12px;
  color:        #707070;
  font-weight:  bold;
  font-variant: small-caps;
  font-family:  Verdana, Arial, Sans-Serif;
  text-align:   center;
}

table.newsticker {
   border-top:    1px dotted #18181c;
   border-bottom: 1px dotted #18181c;
   border-left:   1px dotted #18181c;
   border-right:  1px dotted #18181c;
   border-color: #aaaaaa;
   background-color: #100e10;
}


td.newsticker_titel {
   background-color: #881111;
   color: #000000;
   font-size: 12px;
   font-variant: small-caps;
   font-weight: bold;
   text-align: center;
}

td.newsticker_date {
   border-top: 1px solid #18181c;
   color: #707070;
   font-weight: bold;
   font-variant: small-caps;
   font-size: 10px;
   text-align: center;
}

td.newsticker_content {
   font-size:  10px;
   text-align: left;
   margin:  3px;
   padding: 3px;
  line-height:  120%;
}

div.newtickerContent {
   font-size: 10px;
   border: 1px solid #aaaaaa;
   background-color: #000000;
   text-align: left;
   margin:  3px;
   padding: 3px;
  line-height:  120%;
}

td.mainContentBorder {
   width: 20px;
}

div.inFrameMainContent {
   margin: 0px;
   padding: 0px;
}

