pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

body {
    background-color: #000000;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #DDDDDD;
    width: 950px;
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

a, .wiecej{
    cursor: pointer;
    color: #44AA44;
    text-decoration: underline;
}

a:focus, a:hover {
    color:#44AA44;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #bbbbbb;
}

h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #999999;
}

h1.main {
    color: #777777;
    margin-top: 20px;
    font-size: 24px;
}

#main_map
{
    text-align: center;
}

.breadcrumbs {
    font-size: 24px;
    margin-bottom: 20px;
    background-color: #222222;
}

.breadcrumbs a {
    text-decoration: none;
}

/* Regular content */

.content-frame {
    margin-left: 5px;
    margin-right: 5px;
}

.content {
}

.random {
    font-size: 18px;
}

.footer {
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 12px;
}

/* Firma */

.linkcv {
    margin-bottom: 10px;
}

div.firma-logo {
    float: left;
    padding-right: 60px;
    padding-left: 8px;
    padding-top: 20px;
}

.firma {
    float: left;
    text-align: left;
    width: 600px;
    margin: auto;
}

.firma li, .firma p.text {
    line-height: 1.4em;
    list-style-type: circle;
}

.firma p.cv {
    margin-bottom: 10px;
}

ul.uslugi {
    margin-top: 10px;
}

/* CV */

.cv h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cv {
    text-align: left;
    width: 500px;
    margin: auto;
}

.cv ul
{
    list-style-type: none;
    margin: 0;
}

.cv li, .cv .edu
{
    clear: both;
    float: left;
    margin-bottom: 2em;
}

.cv .date
{
    width: 100px;
    float: left;
}

.cv .text
{
    width: 400px;
    float: left;
}

.cv .position
{
    font-style: italic;
    font-size: 120%;
}

.cv .description
{
    margin-top: 1em;
}

.cv span.firma
{
    font-weight: bold;
}

.cv span.firma a
{
    text-decoration: none;
    color: inherit;
}

/* Galerie */

.gallery h1 {
    margin-bottom: 20px;
}

.gallery-description-on-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.gallery-list {
    text-align: left;
}

ul.gallery-list li {
    margin-bottom: 20px;
}

ul.sample-list {
    display: block;
    float: left;
}

ul.sample-list li {
    float: left;
}

.gallery img {
    margin-left: 5px;
    margin-right: 5px;
}

/* Konkretna galeria */

ul.art-list {
    text-align: left;
}

ul.art-list li {
    margin-bottom: 20px;
}

.photo-frame {
    float: left;
    width: 400px;
}

.art-description {
    float: left;
    width: 500px;
}

/* Konkretne zdjęcie */

.prev-art, .next-art {
    width: 50px;
    float: left;
    font-size: 36px;
    font-weight: bold;
}

.prev-art a, .next-art a {
    text-decoration: none;
}

.inart-description {
    width: 760px;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
