/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*
Schriftfarbe f�r hellen Hintergrund
06375F
*/
H1.topwords{
	font-size: 10px;
	color: #DFDFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
H1.home, SPAN.home{
	font-size: 12px;
	color: #06375F;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}
.smallText, .smallText A{
    font-size: 10px;
}
IMG{border:none;}
BODY {
  background: #FFFFFF;
  color: #000080;
  /*margin: 145px 0px 0px 0px;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
DIV.page{
	margin-left: auto;
	margin-right: auto;
	width: 995px;
}
TABLE.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 100%;
}
TD.headerTD{
	vertical-align: bottom;
	color: #FFFFFF;	
	text-align: center;
}

H1{
	font-size: 18px;
    margin: 8px;
}
h2{
    margin:8px;
}
P,b,li{
	font-size: 13px;
    color: #06375F;
}
li{
    font-size: 16px;
    margin: 15px 0;
}
li a{
    font-weight: bold;
    color: #06375F;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  /*color: #666666;*/
  text-decoration: underline;
}

FORM {
	display: inline;
}


TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #000080;
  font-weight: normal;
}
TD.footer A{
  color: #BFBFBF;
}

TD{
  vertical-align: top;
}
UL.navi{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
UL.navi LI{
    float: left;
    list-style-type: none;
    margin: 0px 5px 15px 5px;
}
UL.navi LI A{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}