
/* Blocks */
body {
    font-family: Arial, sans-serif;
    font-size: small;
    color: #000;
}
p {
    margin-bottom: 0.6em;
    font-size: 1em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


h1 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    color: #365497;
    text-align: center;
}
h2 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h3 {
    margin-bottom: 0.2em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}



/* Lists */
ul {
   margin: 0 0 0.7em 1em;
    list-style: none outside url(http://www.guide-cracow.pl/www/themes/default/images/bullets/default.gif);
    line-height: 1.3em;
}
    ul li {
        margin-left: 30px;
   }
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
   }
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
   dl dt {
       font-weight: bold;
   }
   dl dd {
        margin-bottom: 0.2em;
      margin-left: 30px;
   }
/* END lists */



a,
a:link,
a:active {
    color: #365497;
    text-decoration: none;
}
a:visited {
}
a:hover {
    text-decoration: underline;
}



/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}

.langugegeLink {
   font-weight: bold;
}