
body {
 background:#fff5e8;
 color:#000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#background {
	background:url(../images/background-image.png) center no-repeat;
	height:879px;
}

#container {
	width:1100px;
	margin:0 auto;
}

.clear {
	clear:both;
}
		
#logo-tlo {
		background:url(../images/logo-tlo.png);
		width:419px;
		height:198px;
		float:left;
}

#logo {
		background:url(../images/logo.png) center no-repeat;
		width:368px;
		height:160px;
		display:block;
		outline:none;
}

#logo:hover {
	opacity:0.8;
	filter:alpha(opacity=80);  /*  dotyczy IE-8 i starszych*/
}

#contact{
	background:url(../images/contact.png) no-repeat;
	height:26px;
	width:40px;
	display:block;
	outline:none;
	margin:40px 0px 0px 600px;
}

#contact:hover{
	opacity:0.8;
}
/*   --------------MENU------------------    */

#menu{
		background:url(../images/menu.png);
		width:681px;
		height:176px;
		float:left;
}

#menu ul{
		font-size:12px;
		color:#fff;
		list-style:none;
		text-shadow:1px 1px 1px #000;
		margin-top:10px;
}

#menu ul li{
		float:left;
		width:66px;
		text-align:center;
}

#menu ul li a{
	text-decoration:none;
	color:#fff;
	width:66px;
	display:block;
	padding-bottom:40px;
}

#menu ul li.pl{
		background:url(../images/pl.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.pl:hover{
		background:url(../images/pl.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.uk{
		background:url(../images/en.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.uk:hover{
		background:url(../images/en.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.de{
		background:url(../images/de.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.de:hover{
		background:url(../images/de.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.fr{
		background:url(../images/fr.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.fr:hover{
		background:url(../images/fr.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.it{
		background:url(../images/it.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.it:hover{
		background:url(../images/it.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.ru{
		background:url(../images/ru.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.ru:hover{
		background:url(../images/ru.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.cz{
		background:url(../images/cz.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.cz:hover{
		background:url(../images/cz.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.es{
		background:url(../images/es.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.es:hover{
		background:url(../images/es.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.nl{
		background:url(../images/nl.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.nl:hover{
		background:url(../images/nl.png) 0px 71px;
		height:66px;
		width:66px;
}

#menu ul li.se{
		background:url(../images/sw.png) 0px 5px;
		display:block;
		height:66px;
		width:66px;
}

#menu ul li.se:hover{
		background:url(../images/sw.png) 0px 71px;
		height:66px;
		width:66px;
}

#info{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	position:absolute;
	margin:14px 0 0 550px;
}

/*  ------------------- SEKCJA OPISOWA ----------------------------*/

#content{
	background:#ffc394;
	width:800px;
	min-height:230px;
	margin-top:190px;
	margin-left:260px;
	position:absolute
}

#content .tekst1{
	color:#fff;
	text-shadow:2px 2px 2px #000;
	font-size:25px;
	line-height:25px;
}

#content .tekst{
	color:#000;
	text-shadow:1px 1px #979796;
	padding-top:10px;
	font-size:20px;
	line-height:25px;
}
/* ----------------- Koniec Sekcji opisowej ----------------------*/
#next{
	background:url(../images/strzalka-prawa.png) no-repeat;
	height:76px;
	width:116px;
	display:block;
	outline:none;
	
	position:absolute;
	margin-top:775px;
	margin-left:965px;
}
#next:hover {
	opacity:0.6;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 0em;
}