/*
	CSS Screen Styles
	Inferno Design Studio
	www.infernodesign.pl

*/

body {
	background: #151515;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
	font: 12px/14px Verdana, Geneva, Arial, helvetica, sans-serif;
}


#container1 {
	background: url(obrazki/tlo.jpg) repeat-x center top;
	padding: 0px;
	margin: 0px auto;
	height: 552px;
}

#container2 {
	
}

#container3 {
	
}

#wrap1 {
	width: 720px;
	margin: 0px auto;
	background: url(obrazki/body.jpg) repeat-y;
}

#wrap2 {
	background: url(obrazki/top.jpg) no-repeat top;
}

#wrap3 {
	background: url(obrazki/bottom.jpg) no-repeat bottom;
	position:relative;
}

#wrap3 #flash{
	height: 243px;
	width: 652px;
	left: 33px;
	top: 9px;
	position: absolute;
}


#tresc {
	margin: 0px;
	width: 720px;
	position: relative;
}

#tresc #menu {
	height: 40px;
	padding-top: 275px;
	margin: 0px auto;
	text-align: center;
	padding-right: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

	#menu a:link, #menu a:visited {
		color: #FFFFFF;
		background: #ba1c00;
		text-decoration: none;
		padding: 6px 14px;
	}
	
	#menu a:hover {
		color: #f5c89c;
		background: none;
		text-decoration: none;
		padding: 6px 14px;
	}

#tresc #text {
	position: relative;
	width: 600px;
	margin-left:60px;
	margin-top: 0px;
	padding-bottom: 0px;
	min-height: 180px; /*nizej*/
	padding-top: 0px;
}

/* for Internet Explorer */
/*\*/
* html #text {
height: 190px;
}
/**/

#wrap2 #footer {
	background: none;
	height: 100px;
	width: 720px;

}

#footer #copyright {
	text-align: right;
	margin-left: 0px;
	padding-top: 55px;
	padding-right: 120px;
	color: #7b7b7b;
	font-size: 11px;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
	text-decoration: none;
}

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


h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px;
	padding: 0px;
}

a img {
	padding: 2px;
	border: 1px solid #CC0000;
}
a:link, a:visited {
	color: #ed7000;
}
a:hover {
	color: #CC0000;
}

#tresc #jezyki {
	height: 20px;
	width: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

#tresc #pol {
	height: 26px;
	width: 37px;
	left: 76px;
	top: 44px;
	position: absolute;
	z-index: 100;
}

#tresc #eng {
	height: 26px;
	width: 37px;
	left: 76px;
	top: 71px;
	position: absolute;
	z-index: 100;
}

#pol a, #eng a {
	display:block;
	width:100%;
	height:100%;
}


hr {
	border: 1px dotted #FFFFFF;
}