
/* reset.css */

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.4;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a:focus {outline:none;}


body {
	font-size: 11px;
	font-family: verdana, tahoma;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width:100%;
	background: url('../img/tlo.png') top repeat-x #000;
	color: #fff;
}





a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline;}



/* ========================== elementy strony ========================== */


.glowny { width: 1100px; margin: 0 auto;}
.top { width: 100%; height: 129px;  background: url('../img/top.jpg') top center no-repeat #000; }

.menu { text-align:center; height:51px; margin: 0 auto;}

.stopka { clear:both; width:100%; text-align:center; background: url('../img/down.png') top repeat-x #000;}





/* ========================== podstrony ========================== */

.bullet {
	padding-left: 16px;
	background: url('../img/strzalka.gif') left bottom no-repeat #f2f2f2;
	height: 10px;

}

.foto {
	margin: 6px 5px; width:80px; height:60px; border: 3px solid white;
}

.foto:hover {
	border: 3px solid #91CE45;
}


/* ========================== menu ========================== */



.white {color:white;}


.strike {text-decoration:line-through;}

.blok	{ float: left; }
.blokr	{ float: right; }

.line {line-height: 1.8;}

.bold {font-weight: bold;}

.under {text-decoration: underline;}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify {text-align: justify;}

.bigger {font-size: 150%;}

.bold {font-weight: bold;}
.red {color: red;}

.clear { clear: both; }


