﻿
/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

a{ outline: none; text-decoration: underline; color: #000; font-weight: bold; }

img { border: 0px; }

body { font-family: Verdana; font-size: 12px; background: #eee; }

h1 { font-size: 18px; margin-bottom: 20px; }

/* szkielet */

#kontener {
 position: relative;
 width: 960px;
 margin: 0px auto;
 border: solid 5px #000;
}

#top {
 width: 960px;
 height: 262px;
 border-bottom: solid 5px #000;
}

#tresc {
 min-height: 200px;
 width: 920px;
 padding: 20px;
}

#tresc p {
 margin-bottom: 20px;
}