﻿body 
{ 
  background: #333 url(/images/background.jpg) repeat-x top left; 
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Verdana, Arial, "MS Sans Serif", sans-serif;
  color: white;
    font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */

}

H1.header{
  font-size: 1.5em;
  color: white;
  margin-top:1px;
  margin-bottom:2px;
  color: #ccc;
  line-height: 2em;
}

TABLE {
	border: 2px;
	border-color: #fff;
	background-color: black;
}

TD {
	border: 0px;
	font-size:0.75em;
	line-height: 1.4em
}

#table{
	width: 860px;
}

#content img {
	margin: 2px;
	padding: 2px;
	border: solid 1px #333;	
}

TABLE.pricelist TD, TABLE.pricelist TH {
	margin: 3px;
	padding:3px;
	border: 0;
}

TABLE.pricelist TD{
	background: #222;
}

TABLE.pricelist TH {
	background: #333;
	font-weight: bold;
}

.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

TABLE.nav{
  border-bottom: 2px white;
  font-size:1.25em;
  height: 30px;
  padding: 0px;
}

TABLE.nav TR {
	padding: 0px;
	border: 0px;
}
TABLE.nav TD {
	  border-left: 0px solid #222;
	  border-bottom: 1px solid #222;
	  border-top: 1px solid #222;
	  border-right: 0px solid #222;
	  background: #444 url(/images/nav.jpg) repeat-x; 
	  width: 50px;
	  text-align: center;
}

a:link {
		color:#ccc;
		text-decoration: none;
}
		
a:visited {
		color:#ccc;
		text-decoration: none;
}
		
a:active {
		color:#ccc;
		text-decoration:none;
}
		
a:hover {
		color:white; 
		text-decoration:underline;
}  

label {
	width:200px;
}

