/*
	CSS Screen Styles
	Inferno Design Studio
	www.inferno.aplus.pl

	Table of Contents:
		layout
		menu
		footer
		typography
		other stuff
*/

/* layout
----------------------------------------------- */
body {
	background: url(obrazki/tlo_all.jpg) center top;
	color: #000;
	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: 413px;
}

#container2 {
	
}

#container3 {
	
}

#wrap1 {
	width: 687px;
	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;
}

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

/* menu
----------------------------------------------- */
#tresc #menu {
	height: 40px;
	padding-top: 231px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	font-size: 10px;
}

	#menu a:link, #menu a:visited {
		color: #FFFFFF;
		
		text-decoration: none;
		padding: 8px 8px;
	}
	
	#menu a:hover {
		color: #000;
		background: #f3ebde;
		text-decoration: none;
		padding: 8px 8px;
	}

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

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

/* footer
----------------------------------------------- */
#wrap2 #footer {
	background: none;
	height: 200px;
	width: 687px;
}

#footer #copyright {
	text-align: right;
	margin-left: 0px;
	padding-top: 190px;
	padding-right: 70px;
	color: #bcdbfb;
	font-size: 11px;
}

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

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

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

a img {
	padding: 2px;
	border: 1px solid #006600;
}

a:link, a:visited {
	color: #3690e4;
}

a:hover {
	color: #286aa8;
}

/* other stuff
----------------------------------------------- */
#tresc #jezyki {
	height: 20px;
	width: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

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

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

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

hr {
	border: 1px dotted #FFFFFF;
}