html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============== END OF MEYER'S RESET CSS ============== */

body {
	background:#fff url("../images/podklad.jpg") no-repeat;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: 1.6em/1.7em bold Georgia, "Times New Roman", Times, serif;
	color: #841702;
}
h2 {
	color: #841702;
	font: 1.7em bold Georgia, "Times New Roman", Times, serif;
	line-height: 2em;	
}
p {
	padding: 5px 0;
}
p a, ol li a {
	color: #841702;
	font-weight: bold;
	text-decoration: underline;
}
strong, p.copyright{
	font-weight: bold;
	color: #841702;
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 15px;
}
.right {
	float: right;
	margin-left: 5px;
	text-align: right;
}
.left {
	float: left;
	margin-right: 5px;
	text-align: left;
}
.clear {
	clear: both;
	float: none;
}
div#main {
	position: relative;
	background: url("../images/main-bkg.jpg") no-repeat;
	width: 960px;
	height: 875px;
	margin: 0 auto;
}
ul.langs li{
margin: 10px 0 5px 15px;
}

ul.langs li a {
display: block;
float: left;
width: 30px;
height: 20px;
text-indent: -999em;
}
ul.langs li#sk a{
background: url("../images/skk.jpg") no-repeat;
padding-right: 10px;
} 
ul.langs li#en a{
background: url("../images/en.jpg") no-repeat;
padding-right: 10px;
}
ul.langs li#pl a{
background: url("../images/pl.jpg") no-repeat;
}
div#content {
	position: absolute;
	top: 300px;
	left: 358px;
	width: 540px;
	text-align: justify;
}
div#content img.thumb {
 padding: 12px;
margin-bottom: 10px	
	}
div#content ul li {
	list-style-type: disc;
	}
ul.lcol, ul.rcol {
font: 11px normal Verdana, Geneva, sans-serif;
width: 45%;
float: left;
margin-right: 20px;
margin-top: 10px;
}
#content ul.lcol li, #content ul.rcol li {
	list-style-type: none;
	}
ul.lcol li strong, ul.rcol li strong {
	color: #000;
}
#content ul li ul  {text-indent: 6px;}

#sidebar {
	width: 333px;
        height: 800px;
float: left;	
}
ul.links {
width: 330px;
position: absolute;
bottom: 50px;
	}
ul.links li a {
background: url("../images/link-bkg.png") no-repeat;
display: block;
color: white;
text-decoration: none;
text-align: center;
line-height: 19px;
padding-bottom: 5px;
	}
div.menu {
	position: absolute;
	top: 355px;
	left: 0px;
}
div.menu ul li {width: 329px;}
div.menu ul li a {
	color: white;
	display: block;
	background: url("../images/menu-bkg.png") 0 93% no-repeat;
    text-decoration: none;
    font: 18px/43px bold Tahoma;
    text-align: center;
	vertical-align: middle;
}
div.menu ul li a:hover, div.menu ul li a.active {
background: url("../images/menu-bkg.png") 0 0% no-repeat;
}

div.footer {
position: absolute;
top: 840px;
left: 350px;
}
div.footer ul li {
display: inline;
color: white;
}
ul.footer li {

}
div.footer ul li a {
color: #9CF;
padding: 0 5px;
}
p.copyright {
text-align: right;
}
	

