@import "reset.css"; 
* { margin: 0; padding: 0; }

strong { font-weight: 900; }
img { border: 0px; }
form { margin: 5px; }
input { border: #777 1px solid; background: #FFF; padding: 1px; }
h1 { font-size: 42px; color: #555; }
a { color: #399; text-decoration: none; font-size: 16px; }
a:hover { border-bottom: 1px dotted; }
i { color: #2D8930; }
p { font-size: 14px; color: #333; }

.bottom  { height: 1px; width: 1px; }

body {
 background-color: #fec;
 color: #222;
}

#container.index, #container.kontakt  {
 background: url(/background.png) repeat-x;
}
#container.szukaj {
 background: url(/search.png) repeat-x;
}

#header li, #footer li { display:inline; padding-right: 10px; }
#header a { color: #0C0; }

#footer {
 clear: both;
 border-top: 5px dotted #edb;
 margin: 10px; padding: 5px; 
}
#footer a  { color: #333; text-decoration: underline; font-size: 12px; border: 0;}
#footer a:hover { color: #399;}
