/* 
    Document   : style.css
    Created on : 2010-03-01, 11:47:12
    Author     : emil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;

}
body {
    color: #fff;
    background-color: #000;
    text-align: center;
    font-family: arial;
    font-size: 12px;
}
h1 {
    font-size: 14px;
    text-align: center;
}
a {
    text-decoration: none;
    color: #DDD;
}
a:hover {
   font-weight: bold;
  
}
a:visited {
    color:#DDD;
}
#menu {
   margin-left:45px;
   padding-top:5px;

  
}
#menu li {
    float:left;
    margin-right:25px;
    list-style-type: none;
}
#menu ul {
    margin: auto;
}
#menu a {
    display: block;
    text-decoration: none;
    color: #888;
    margin-top: 0px;
}
#menu a:hover{
    margin-top: -1px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

#wrapper {
    margin: auto;
    width:900px;
        
}
#naglowek {
    height:50px;
    width:900px;
}
#content {


}
#desc {
    background:url('../gfx/seoback.png');
    border: solid 1px #444;
    margin-bottom:12px;
  /* margin-left:440px;*/
    margin-top:60px;
    padding:10px;
    text-align:justify;
    width:420px;
    min-height: 160px;
    overflow:auto;
    float: right;
}

#opis {
    background:url('../gfx/seoback.png');
    border: solid 1px #444;
    margin-bottom:12px;
    margin-left:140px;
    margin-top:330px;
    padding:10px;
    text-align:justify;
    width:740px;
    min-height: 130px;
    overflow:auto;
}
#stopka {
    text-align: center;
    height: 66px;
    background: url('../gfx/stopa.png') no-repeat center;
    clear: both;
}
#tresc {
    background-image: url('../gfx/katrin.jpg');
    min-width: 900px;
    height: 586px;
    background-repeat: no-repeat;
}
#picsCont {
    float: left;
    width: 440px;
    margin-top: 370px;
}
.pics {
    border: solid #fff 1px;
    margin: 5px;
}