* {
	margin: 0px;
}
html {
scrollbar-base-color: #92c235;
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue;
}
body {
	background: #cccccc;
	color: black;
	font-family: verdana;
	font-size: 11px;
}
#wrapper {
	width: 961px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
}
#logo {
	background: url(img/cargo.jpg) no-repeat;
	height: 91px;
}
.spacer {
	height: 30px;
	display: block;
}
.menu {
   float:left;
   width:100%;
   background:#92c235;
   overflow:hidden;
   position:relative;
}
.bottommenu {
   background:#79746c;
}
img {
	border: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   border-left: solid 1px white;
   border-right: solid 1px white;
}
.menu ul li a {
   display:block;
   margin:0px;
   padding:3px 10px;
   background:transparent;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   font-size: 10px;
   font-weight: bold;
}
.bottommenu ul li a {
	color: white;
}
.menu ul li a:hover, .menu ul li a.active {
   background:#f3f3f3;
   color:gray;
}
.menu ul li a.active {
   background:white;
}

td.content {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
div.content {
	overflow: auto;
	height: 320px;
	display: block;
	padding-right: 40px;
	margin: 0px 10px 10px 40px;
	
	
	 
	
}
.footer {
	background: #92c235;
}
.footer img {
	margin: 0px auto;
	
}
a:hover {
	text-decoration: none;
}
hr {
	margin-top: 5px;
	margin-bottom: 10px;
}
td.right {
	vertical-align: top;
	width: 240px;
}

h1 {
	font-family:times new roman;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	padding-top: 30px;
	padding-bottom: 5px;
}
h2, h3 {
	font-size:13px;
	font-weight:bold;
	margin-top: 5px;
}
p {
	padding-bottom: 5px;
}
span.pdf {
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/ikon_pdf_lille.gif) no-repeat;
	float: left;
}
span.book {
	display: block;
	width: 79px;
	height: 107px;
	background: url(img/leaflet_bates_cargo_pak.jpg) no-repeat;
	float: left;
}
input, textarea {
	margin-top: 5px;
	margin-bottom: 5px;
}
input {
	width: 100%;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
}
textarea {
	width: 100%;
}
