/*---WYGLAD SZABLONU STRONY---*/
html, body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
div {
    
    /*border:dashed 1px black;*/
}
body {
    font-family:Arial;
    font-size:13px;
}
#header {
    width:100%;
    height:80px;
    position:fixed;
    left: 0;
    right: 0;
    top: 0;
    background:#DFDFDF; /*ffedcb*/
}
div#header_div_center {
    width:1100px;
    height:80px;
    margin:0 auto;
}
#main {
    /*szerokosc 1000px domyslnie z wyjatkiem np. kolkekcji. Dokladne ustawienie w layout.php*/
    margin: 0 auto;
    padding-top:95px;
    padding-bottom:105px;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;
    padding-top:20px;
    color:#FF5500;
    text-align:center;
    background: #DFDFDF url(grafika/img03.png) repeat-x left top; /*D3D3D3*/ /*#ffedcb*/
}
#nav ul li a {
    color:white;
}
#nav ul li a:hover {
    color:black;
}
#nav ul {
    list-style-type:block;
}
.link1 {
    height:20px;
    padding: 10px;
    margin: 0px 5px 0 0;
    background-color: #ffedcb;
}
.link2 {
    height:20px;
    padding: 10px;
    margin: 0px 5px 0 0;
    
    background-color: #FFA20F;
}
.link3 {
    height:20px;
    padding: 10px;
    margin: 0px 5px 0 0;
    background-color: #FF5500;
}
/*link "moja kolekcja" w kolekcji */
p.link4 {
    text-align:center;
    margin:10px 0 13px 0;
}
p.link4 a {
    display:inline;
    height:20px;
    padding: 10px;
    margin: 0px auto;
    background-color: #ffedcb;
}
/*---PODSTAWOWE USTAWIENIA---*/
a {
    color:black;
    text-decoration: none;
}
a:hover {
    color:black;
    text-decoration: underline;
}
/*---WYGLAD HEADER---*/
#header #logo {
    margin: 0;
    color:white;
    width:300px;
    height: 80px;
    float:left;
}
#header #menu_header {
    float:left;
    height:80px;
    width:800px;
}
#menu_header ul {
    list-style-type:none;
}
#menu_header ul li {
    display: inline-block;
}
p.glowna {
    text-indent:15px;
    text-align:justify;
    line-height:23px;
}
.glowna a {
    font-style:italic;
}
/*strona wymiana */
.flaga{
    width: 25px ;
    height: 15px ;
}
.linki_trade a {
    color: #0000CD;
}
/*strona nowe kapsle*/
#menu_lata span {
    cursor: pointer;
}
/*wszystkie strony w kolekcji*/
div.kolekcja {
    width:100%;
    text-align:center;
}
.kapsel {
    width:150px;
    height:150px;
}
.capkorki {
    width:145px;
    height:145px;
}
.capduze
  {
  width: 180px ;
  height: 180px ;
  }