/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    line-height: normal;
    color: #111111;
    background-image: url(http://szu2.pinkpixel.pl/files/1background.gif);
background-repeat: repeat;
background-position: 215px 0;
background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
    text-decoration:none;
    color: #888;
}
a:active { text-decoration: none; color: #888; }
a:visited {
    text-decoration: none;
    color: #888;
}
a:hover { text-decoration: line-through; color: #888;  }

a img {
    border: none;
    padding: 0px;
    background-color: #;
}

#img-container a {
    border: none;
    background-color: #;
}


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    padding-left:25px;
    padding-top:25px;
    position: fixed;
    height: 100%;
    background-color: #;
}

#menu ul {
    list-style: none; width:190px;
    text-align: right;
        margin: 0 0 0px;
        padding-bottom:5px;
}

#menu ul li.section-title {
    font-weight: bold;
    font-size:;
    background-color: #FFF;
    color: #000;
}

#menu ul li.active a {text-decoration: line-through; color: #888;}

#menu ul.built {
            margin-bottom: 0;
            font-style: italic;
            font-family: Arial;
}
.builtish { padding-top: 10px }

#content {
    height: 100%;
    margin: 0px 0 0 270px;
    padding-top:25px;
    top: ;
}

.container {
    padding: 0px 0px 0px 0px;

}

#content p { width: 400px; margin-bottom: 9px; }

#content strong {
  color: #000000;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 2.2em; font-weight: bold; color: #000;}
h2 { font-size: 2.2em; font-weight: bold; color: #000; line-height:70% }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container  { margin: 0; padding: 0; }
#img-container p    { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#menu p {
  text-align: right;
  padding-right: 25px;
}

.duze {
font-size: 12px;
}

#num {
  font-style: italic;
  color: #888;
}
