/* Ogolne */
html, body {
  background: #fff;
  color: #858585;
  font-family: Tahoma, Hevletica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 90%;	
}

img{
  border: 0;
}

a {
  text-decoration: underline;
  color: #000;
}

a:visited {
  color: #555;
}

a:hover {
  text-decoration: none;
}

.left {
  float: left;
  margin-right: 1em;
}

.right {
  float: right;
  margin-left: 1em;
}

.clear {
  clear: both;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* Nag��wek i menu */

#header{
  border-bottom: 3px solid #f00;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff url('../gfx/logo-head.gif') 30px 10px no-repeat;
  min-height: 100px;
}

#header h1{
  display: none;
  visibility: hidden;
  speak: normal;
}

#header ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}

/* malutkie menu */

#header #tinymenu{
  list-style-type: none;
  margin: 0;
  text-align: right;
}

#tinymenu li{
  display: inline;
  border-right: 1px solid #959595;
  padding: 0.5em 0.75em;
  margin: 0;
}

#tinymenu li.lastli{
  border: none;
}

#tinymenu #tinyhome {
  background: url('../gfx/tiny-home.gif') left center no-repeat;
  padding-left: 15px;
}

#tinymenu #tinykey {
  background: url('../gfx/tiny-key.gif') left center no-repeat;
  padding-left: 15px;
}

#tinymenu #tinyfaq {
  background: url('../gfx/tiny-faq.gif') left center no-repeat;
  padding-left: 15px;
}

#header a{
  color: #959595;
  text-decoration: none;
}

#header a:hover{
  color: #00adef;
}

/* menu */

#header #topmenu {
  margin-top: 60px;
}

#topmenu li {
  color: #959595;
  text-align: center;
  padding: 1em 1em 0.2em 1em;
  font-family: "Myriad Pro", Verdana, Geneva, Tahoma, Hevletica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 500;
  display: inline;
  position: relative;
}

#topmenu li ul {
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  width: 900px;
  background: #fff;
  border: 1px solid #ddd;
  width: 180px;
  padding: 0;
}
#topmenu li:hover ul, #topmenu li.over ul{
  display: block;
  z-index:3;
}

#topmenu li li {
  display: block;
  z-index:8;
  padding: 3px;
  width: 180px;
}

/* Top pod nag�owkiem */

#top {
 /* background-color: #000; */
  padding: 0;
  max-height: 220px;
}

#top #forms{
  padding: 10px 0 0 0;
  margin: 0;
  float: right;
}

#top {
	background-image: url('../gfx/baner.jpg');
	width:1000px;
	height: 200px;
	background-repeat:repeat; 
}

#top img{
  padding: 0;
  margin: 0;
}

.rounded-top {
  /*background: transparent url('../gfx/rounded-top.gif') no-repeat center top;*/
  width: 432px;
  padding: 0;
  margin: 10px 2px;
}
.rounded-bottom {
  /*background: transparent url('../gfx/rounded-bottom.gif') no-repeat center bottom;*/
  padding: 39px 0;
  margin: 0;
}
.rounded-bottom form{
  /* background-color: #4b4b4b;
  color: #fff */
  color: #959595;
  margin: 0;
  padding: 0.1em 5px;
}

.rounded-bottom h2 {
  font-size: 1.2em;
  margin: 0 0.2em;
}

.rounded-bottom p {
  margin: 0.5em 1em;
  font-size: 11px;
}

.rounded-bottom input {
  width: 170px;
  font-size: 10px;
  /*border: 2px inset #4b4b4b;*/
  margin: 0;
}

.rounded-bottom .submit{
  width: 16px;
  margin-left: 5px;
  border: none;
  position: relative;
  top: 4px;
}

/* Content */

#content{
  margin: auto 0 auto 0.3em;
}

#content h2, #content h3 {
  color: #00729d;
  font-size: 12pt;
  font-weight: normal;
}

#content h2 {
  background: url('../gfx/arrow-h2.gif') left center no-repeat;
  padding-left: 20px;
}

#content h3 {
  font-size: 11pt;
  width: 95%;
  padding-top: 3px;
  margin-top: 0.1em;
}

.spacing li{
  margin: 1em 0.2em;
  border-top: 1px solid #9fe0f9;
}

#content .spacing .last{
  padding-bottom: 1em;
  border-bottom: 1px solid #9fe0f9;
}

#content .rounded-top {
  /*background: transparent url('../gfx/rounded-top-bright.gif') no-repeat center top;*/
  width: 232px;
  padding: 0;
  margin: 10px 0;
  margin-left: auto;
}

#content .rounded-bottom {
  background: transparent url('../gfx/rounded-bottom-bright.gif') no-repeat center bottom;
}

#content .rounded-bottom form{
  background-color: #cacaca;
}

#content .rounded-bottom h2 {
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 1.4em;
  margin: 0 0.2em;
}

.rounded-bottom input {
  border: 2px inset #cacaca;
}

#content table{
  border-collapse: collapse;
  border: 1px solid #00729d;
  width: 100%;
  margin: 0.5em auto;	
}

#content th, #content td{
  border: 1px solid #00729d;
  padding: 0.2em;
  text-align: center;		
}

#content th {
  background: #2294bf;
  color: #fff;	
}

#lcontent, #ccontent, #rcontent, #lccontent{
  float: left;
  margin: auto 5px auto 7px;
}

#lcontent{
  width: 41%;
  text-align: justify;
}

#lcontent ul, #lccontent ul{
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#lcontent li, #lccontent li {
  background: url('../gfx/arrow-h3.gif') left 7px no-repeat;
  padding-left: 15px; 
  padding-top: 0;
  padding-bottom: 10px;
}

#lcontent .bigli li, #lccontent .bigli li {
  background: url('../gfx/arrow-h3.gif') left 10px no-repeat;
}

#lcontent li {
  min-height: 145px;
}

#zamowieniaonline {
  background: url('../gfx/zamowienia-online.jpg') left top no-repeat;
  width: 402px;
  height: 109px;
  margin: 1em auto;
}

#zamowieniaonline h2 {
  padding-top: 7px;
  color: #fff;
  background-image: none;
}

#zamowieniaonline p {
  background: url('../gfx/arrow-h3.gif') left 4px no-repeat;
  padding:  2px 170px 2px 19px;
  margin-left: 15px;
  color: #fff;
  font-size: 11px;
}

#zamowieniaonline a {
  color: #fff;
  font-size: 11px;
}

#ccontent{
  width: 32%;
}

#aboutlandi {
  /*background: #000 url('../gfx/aboutlandi-top.jpg') left top no-repeat;*/
  background: #000 left top no-repeat;
  /*padding: 68px 0 0 0;*/
  padding: 0px 0 0 0;
  text-align: justify;
}

#aboutlandi div{
 padding: 0.6em 1em;
 background: #cceffc;
}

#dealerlist {
  list-style-type: none;
}

#dealerlist li {
  background: url('../gfx/dot-blue.gif') left center no-repeat;
  padding-left: 14px;
  margin: auto 0;
}

#rcontent {
  width: 24%;
  font-size: 8pt;
  margin-right: 0;
  padding-right: 0;
  margin-left: -1px;
  float: right;
}

#rcontent h2 {
    margin-left: 14px;
}

#rcontent ul {
  list-style-type: none;
  padding: 0 25px 0 15px;
  margin: 0;
}

#rcontent li {
  padding: 10px 2px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#rcontent .date{
  color: #00729c;
}

#lccontent {
  width: 73%;
  text-align: justify;
  padding: 1em 0;
}

#container {
  min-height: 220px;
  margin: 0;
  padding: 0;	
  padding-left: 2em;
}

#container li {
  margin-left: 1px;
}

#lccontent address {
  font-style: normal;
  margin-left: 2em;
}

#lccontent address a {
  color: #00adef;
  text-decoration: none;
}

#lccontent address a:hover {
  text-decoration: underline;
}

#lccontent li {
  margin-left: 2em;
}

#lccontent .clear {
  margin: auto;
  width: 730px;
  padding: 0;	
}

#lccontent #zamowieniaonline {
  float: left;
}

#zamowieniaonline h2 {
 margin-top: 0;
}

#lccontent #dealerl {
  margin-left: 415px;
  background: url('../gfx/polska.gif') left 30px no-repeat;
  min-height: 120px;
  padding-top: 1px;
}

#lccontent #dealerlist {
  padding-left: 95px;
}

#lccontent #dealerlist li {
  margin-left: 0em;
}

#lccontent .news {
  margin-left: 2em;	
}

#lccontent .newsinfo {
  margin-top: -1.5em;
  color: #00729c;
  font-size: 0.8em;
  margin-bottom: 0.5em;		
}

#lccontent .shortnews {
  margin-bottom: 0.5em;
  color: #505050;	
}

#lccontent .navi{
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0;  
}

#lccontent .navi li{
  background: none;
  display: inline;
  padding-left: 0;
  margin-left: 0;
}

.error {
  color: #200;
  padding: 0.5em;
  font-size: 1.2em;
}

#mailform {
  border-top: 1px solid #9fe0f9;
  padding-top: 0.5em;
  padding-left: 2em;
}

#wojewodztwa {
float: left;
width: 438px;
}

#wojewodztwa li {
float: left;
width: 10em;
}

/* Dolne menu */

#bottomMenu{
  background-color: #000;
  color: #eee;
  text-align: center;
  padding: 1em;
  font-family: "Myriad Pro", Verdana, Geneva, Tahoma, Hevletica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 500;
}

#bottomMenu ul{
  list-style-type: none;
  margin: 0;
}

#bottomMenu li {
  display: inline;
  margin: auto 0.75em;
  padding: 0;
}

#bottomMenu a{
  color: #eee;
  text-decoration: none;
}

#bottomMenu  a:hover{
  color: #00adef;
}

/* Stopka */

#foot{
  text-align: center;
  padding: 0.5em;
  margin-left: 20%;
}

#foot .right{
  float: right;
  text-align: right;
  width: 20%;
}

