/*------------General------------------*/
body {
  background-color: #8080ff;
}

td {
  vertical-align:top;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
}

td.footer {
      vertical-align: middle;
      font-size: 10px;
      padding-left: 400px
      }

td.tableft    {
      text-align: left;
      }

td.tabright    {
      text-align: right;
      }

.bgfooter {
	  background-color: #ffff80;
      }

.bgpopup {
	  background-color: #8080ff;
      }

a:link, a:visited, a:active {
      font-size: 15px;
      color: #000000;
      text-decoration: underline;
      }
a:hover {
      color: #666666;
      }

a:link.footer, a:visited.footer, a:active.footer {
      font-size: 10px;
      color: #000000;
      text-decoration: underline;
      }
a:hover.footer {
      color: #666666;
      }


/*------------Special------------------*/

.content {
      width: 568;
      height: 288;
      background-color: #8080ff;
      padding-right: 10px;
      padding-left: 5px;
      padding-bottom: 5px;
      padding-top: 5px;
      }

.contentspacer {
      padding-left: 40px;
      }

.contentborder {
      border: solid;
      border-width: 1px;
	  border-color: #c6c3c6;
      }

.header {
      vertical-align:top;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 17px;
      font-weight: bold;
      color: #000000;
   	  }

.teaser {
  	  vertical-align:middle;
  	  }

.branding {
  	  background-color: #ffff80;
  	  }

.detail {
  	  font-size: 10px;
  	  }


/*------------Navigation------------------*/

a:link.leftnavi, a:visited.leftnavi {
		  font-family: arial;
          color: #0033cc;
          font-weight: bold;
	      text-decoration: none;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 10px;
          padding-right: 5px;
	      border-width: 4px;
	      border-color: #c6c3c6;
          border-style: outset;
          background: #ffff80;
          display: block;
          width: 170;
          margin-bottom: 6px;
          }

a:hover.leftnavi {
          color: #666666;
          }

a:active.leftnavi {
          color: #666666;
          border-style: inset;
          background-color: #cecfce;
          }

.leftpassiv {
		  font-family: arial;
          color: #666666;
          font-weight: bold;
	      padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 10px;
          padding-right: 5px;
	      border-width: 4px;
	      border-color: #c6c3c6;
          border-style: inset;
          background: #cecfce;
          display: block;
          width: 170;
          margin-bottom: 6px;
          }