/* Karol Król HomeProject, zarządzanie treścią */
/* hand coded - Karl Król */
/* valid CSS 2.0 */

/*--------------------------------------body---*/
body {
        background-color: white;
        background-image: url(gfx/bot5.png);
        background-repeat: repeat-x; background-position: top;
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin: 0px; padding: 0px;
        font-size: 13px; line-height: 1.6em;
        color: #353535;
}
dt {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        border: 1px solid #C0C0C0;
        padding: 6px;
        margin: 4px;
        cursor: pointer;
}
dd {
        text-align: justify;
        margin-left: 6px;
}
#foot { background-image: url(gfx/foot.png); background-repeat: repeat-x; height: 120px }
#footer { width: 940px; margin: 0 auto; padding-top: 6px }
#footer span { font-size: 11px }

#main { height: 100px; width: 1000px; margin: 0 auto; overflow: hidden }
#roler { height: 339px; clear: both; width: 940px; margin: 0 auto }
#rol { padding-top: 52px; width: 520px; float: left }
#info-top { width: 400px; float: left; color: white; font-size: 14px; line-height: 1.6em; padding-top: 100px }
#container { padding: 10px; width: 940px; height: 500px; margin: 0 auto }



.tab-pad { padding-top: 8px }
img { border: 0}
/*--------------------------------------formatowanie linków---*/
a {
        color: white; font-size: 14px;
        text-decoration: none; font-weight: normal;
}
a:hover {
        color: yellow; font-size: 14px;
        text-decoration: none; font-weight: normal;
}
a.top {
        color: #404040; font-size: 12px;
        text-decoration: none; font-weight: normal;
}
a.top:hover {
        color: #C00000; font-size: 12px;
        text-decoration: none; font-weight: normal;
}
a.bot {
        color: #404040; font-size: 11px;
        text-decoration: none; font-weight: normal;
}
a.bot:hover {
        color: #C00000; font-size: 11px;
        text-decoration: none; font-weight: normal;
}
