﻿html {
background-image: url(images/bg.png);
background-repeat: repeat-y;
background-position: center;
margin: auto;
width: auto;
font-family: Tahoma, helvetica,"geneva","arial ce",arial,sans-serif ;
cursor: default;
display:table;
}

body {
background: white;
margin:0 auto;
}

body a {
text-decoration: none;
cursor: pointer;
height:100%;
}

#head {
width: 900px;
height: 195px;
}

#contener {
position: relative;
background-image: url(images/bgleft.png);
background-repeat: repeat-y;
background-position: -65px 0px;
z-index: 500;
background: white;

}

#topnav {
position: relative;
height: 55px;
width: 900px;
background-image: url(images/nav.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#topnav ul {
padding-top: 20px;
margin-top: 0px;
}

#topnav li {
display: inline;
margin-right: 15px;
font-size: 12px;
font-weight: bold;
}

#topnav li a {
text-decoration: none;
color: #397fd4;
letter-spacing: 1px;
}

#topnav li a:hover {
border-bottom: 2px solid #397fd4;
color: #397fd4
}

#content {
width: 890px;
height: expression( this.scrollHeight < 481 ? "480px" : "auto" ); /* ustawia min-height w IE */
min-height: 480px;
background-image: url('images/usb.jpg');
background-repeat: no-repeat;
background-position: bottom right;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
}

#content p {
margin-right: 300px;
margin-left: 100px;
width: 500px;
text-align: justify;
line-height: 25px;
font-size: 12px;
}

#content h1 {
margin-right: 400px;
margin-left: 100px;
font-size: 25px;
font-weight: bold;
display: block;
padding-left: 5px;
border-left: 5px solid #397fd4;
}

#content h2 {
margin-right: 400px;
margin-left: 105px;
font-size: 15px;
font-weight: bold;
display: block;
padding-left: 5px;
padding-top: 20px;
padding-bottom: 20px;
}

#content h3 {
margin-right: 400px;
margin-left: 100px;
font-size: 12px;
font-weight: bold;
}

#content ul {
margin-left: 105px;
width: 500px;
font-size: 12px;
}

#content li {
margin-bottom: 20px;
}

#content a {
color: #b52d12
}

#content a:hover {
text-decoration: underline;
}


#footer {
height: 54px;
width: 900px;
background: red;}

#language{
display: none; /* usunąć, gdy powstanie angielska wersja językowa */
position: absolute;
left: 870px;
top: 20px;
width: 100px;
height: 13px;
z-index: 1000;
}

#language img {
border: 0px;
width: 20px;
margin-right: 10px
}

#readmore{
position:relative;
top:185px;
left: 285px; 
width: 100px;
}

/* satysfakcja */
#newproducts {
position: absolute;
left: 550px;
top: 65px;
width: 416px;
height: 280px;
z-index: 1000;
background-image: url('images/satisfaction.png');
background-position: center;
background-repeat: no-repeat;
}