body {
    color: black;
    background: url(bg_body01.jpg) white;
    font-size: 11px;
    font-family: Tahoma, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}



/* Glowne bloki */

#container {
    width: 910px;
    height: 580px;
    margin: 50px auto;
    padding: 20px 0 0 20px;
    background: url(bg_container01.png);
    text-align: left;
    overflow: hidden;
}

#sidebar,#grafika,#dtp,#portfolio {
    height: 515px;
    overflow: hidden;
    float: left;
}

#grafika,#dtp {
    width: 345px;
    margin-right: 20px;
}

#sidebar {
    width: 160px;
    background-color: #f5f6f6;
}

#portfolio {
    width: 710px;
    margin-right: 20px;
}



/* Ogolne style */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0%;
}

a {
    color: black;
    text-decoration: none;
}

a img {
    border: none;
}



/* Strona glowna */

.screen_mini {
    display: block;
    width: 150px;
    height: 125px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
    margin-bottom: 15px;
}

.header {
    clear: both;
    display: block;
    margin: 5px 0 15px 10px;
}

.screen_mini img {
    border: none;
    display: block;
}

.border {
    border-bottom: 1px solid #909193;
    padding-bottom: 10px;
}



/* Portfolio */

.prt_grafika {
    background-color: #B0B1B5;
}

.prt_dtp {
    background-color: #d8dadc;
}

.prt {
    margin: 0;
    padding-left: 15px;
}

#portfolio-list {
    width: 170px;
    margin: 20px 0 0 20px;
    float: left;
}

#portfolio-list ul {
    margin: 15px 0 0 0;
    padding: 10px 0 15px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #8c8c90;
}

#portfolio-list #menu2 {
    padding: 0;
    border: none;
}

#portfolio-list li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#portfolio-list a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 3px;
    margin-bottom: 5px;
}

#portfolio-list #current {
    background-color: white;
}

/* Obrazki w portfolio */

#images {
    width: 470px;
    height: 460px !important;
    margin: 15px 0 0 25px;
    float: left;
}

#screen {
    width: 470px;
    height: 430px;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: white;
}

#desc {
    margin: 0;
    position: relative;
    top: -10px;
    text-align: center;
}



/*preload classes*/
.svw {
    width: 50px;
    height: 20px;
    background: #fff;
}

.svw ul {
    position: relative; 
    left: -999em;
}

/*core classes*/
.stripViewer {
    position: relative;
    overflow: hidden;
    margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}

.stripViewer ul li {
    float: left;
}

.stripTransmitter {
    overflow: auto;
    width: 1%;
    margin-left: 210px;
    padding-top: 5px;
    text-align: center;
}

.stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}

.stripTransmitter ul li {
    width: 20px;
    margin: 0 5px 1px 0;
    display: inline;
}

.stripTransmitter a {
    font: bold 10px Verdana, Arial;
    text-align: center;
    padding: 5px 7px;
    line-height: 22px;
    background: gray;
    color: white;
    text-decoration: none;
    outline: none;
}

.stripTransmitter a:hover {
    background: silver;
    color: white;
}

.stripTransmitter a.current {
    background: white;
    color: black;
}

/*tooltips formatting*/
.tooltip {
    padding: 0.5em;
    background: #fff;
    color: #000;
    border: 5px solid #dedede;
} 




/* Panel boczny */

#sidebar p {
    margin: 12px 14px 10px 12px;
}

#info {
    height: 450px;
}

#copy {
    font-size: 8px;
}



/* Stopka */

#mini-nav {
    margin: 12px 0 0 0;
}

#mini-nav a {
   text-decoration: none;
   color: black;
   background-color: white;
   padding: 5px;
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: lowercase;
}



