* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	color: #083a80;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border: 0;
}

body {
	background: #083a80 url(/public/gfx/grad.jpg) repeat-x left top;
}

a, a span {
	text-decoration: none;
	color: #007eff;
	outline: 0;
}
	a:hover {
		background-color: #c2defb;
	}
img {
	border: 0;
}
html{ height: 100%; }
body.hello {
	background: #031733;
	height: 100%;
}
#hello {
	position: relative;
	top: 50%;
	height: 185px;
	margin-top: -107px;
	padding-top: 30px;
	font-size: 20px;
	background: url(/public/gfx/hello.jpg) no-repeat center center;
	text-align: center;
	min-width: 960px;
	_width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 960 ? "960px" : "auto");;
}
	#hello #serwis {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -480px;
		width: 315px;
		height: 130px;
		background: url(/public/gfx/h1_pl.gif) no-repeat;
		text-indent: -9999px;
	}
	#hello #handel {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: 160px;
		width: 315px;
		height: 130px;
		background: url(/public/gfx/h2_pl.gif) no-repeat;
		text-indent: -9999px;
	}

	#hello.en #serwis {
		background: url(/public/gfx/h1_en.gif) no-repeat;
	}
	#hello.de #serwis {
		background: url(/public/gfx/h1_de.gif) no-repeat;
	}
	#hello.en #handel {
		background: url(/public/gfx/h2_en.gif) no-repeat;
	}

	#hello.de #handel {
		background: url(/public/gfx/h2_de.gif) no-repeat;
	}
	
	#hello.ru #serwis {
		background: url(/public/gfx/h1_ru.gif) no-repeat;
	}
	#hello.ru #handel {
		background: url(/public/gfx/h2_ru.gif) no-repeat;
	}
	
	#hello .flag {
		position: absolute;
		left: 50%;
		display: block;
		width: 40px;
		height: 20px;
		background: url(/public/gfx/flagi.gif) no-repeat;
		top: 180px;
		text-indent: -9999px;
	}
	#hello #en.flag {
		background-position: 0 0;
		margin-left: -80px;
	}
	#hello #en.flag:hover, #hello.en #en.flag {
		background-position: 0 -30px;
	}
	#hello #de.flag {
		background-position: -40px 0;
		margin-left: -40px;
	}
	#hello #de.flag:hover, #hello.de #de.flag {
		background-position: -40px -30px;
	}
	#hello #pl.flag {
		background-position: -80px 0;
	}
	#hello #pl.flag:hover, #hello.pl #pl.flag {
		background-position: -80px -30px;
	}
	#hello #ru.flag {
		background-position: -120px 0;
		margin-left: 40px;
	}
	#hello #ru.flag:hover, #hello.ru #ru.flag {
		background-position: -120px -30px;
	}


#wrapper {
	width: 950px;
	background: url(/public/gfx/menu.jpg) repeat-x 0 220px;
}
#all {
	width: 950px;
}

#top {
	background: #fff;
	vertical-align: top;
}
	#topSwf {
		height: 200px;
		float: left;
	}
	#shadow {
		clear: left;
		width: 200px;
		padding-right: 10px;
		background: url(/public/gfx/cien_b.jpg) no-repeat right top;
	}
	#shadow div {
		padding-right: 10px;
		background: url(/public/gfx/cien_01.jpg) no-repeat right top;
	}
	#shadow div div{
		height: 20px;
		background: url(/public/gfx/cien_n.jpg) repeat-x !important;		
	}
	
	#menu {
		width: 200px;
		padding-bottom: 20px;
		background: url(/public/gfx/d_01.gif) no-repeat right bottom;
		vertical-align: top;
	}
		#menu ul {
			padding: 0 10px 170px 0;
		}
	
		#menu a {
			zoom: 1;
			color: #fff;
			display: block;
			text-indent: -9999px;
			line-height: 20px;
			background: url(/public/gfx/menu_pl.jpg) no-repeat;
		}
		#menu .seperator {
			margin-top: 20px;
		}

		.en #menu a {
			background: url(/public/gfx/menu_en.jpg) no-repeat;
		}
		.de #menu a {
			background: url(/public/gfx/menu_de.jpg) no-repeat;
		}
		.ru #menu a {
			background: url(/public/gfx/menu_ru.jpg) no-repeat;
		}

		#menu .serwis a {
			background-position: 0 0;
		}
		#menu .serwis a:hover {
			background-position: -200px 0;
		}
		.serwis #menu .serwis a {
			background-position: -400px 0;
		}
		#menu .galeria a {
			background-position: 0 -30px;
		}
		#menu .galeria a:hover {
			background-position: -200px -30px;
		}
		.galeria #menu .galeria a {
			background-position: -400px -30px;
		}
		#menu .marka a {
			background-position: 0 -60px;
		}
		#menu .marka a:hover {
			background-position: -200px -60px;
		}
		.marka #menu .marka a {
			background-position: -400px -60px;
		}
		#menu .oferta a {
			background-position: 0 -90px;
		}
		#menu .oferta a:hover {
			background-position: -200px -90px;
		}
		.oferta #menu .oferta a {
			background-position: -400px -90px;
		}
		#menu .kontakt a {
			background-position: 0 -120px;
		}
		#menu .kontakt a:hover {
			background-position: -200px -120px;
		}
		.kontakt #menu .kontakt a {
			background-position: -400px -120px;
		}

		.marka #menu, .oferta #menu {
			background-image: url(/public/gfx/d_02.gif);
		}
		.marka #shadow div, .oferta #shadow div {
			background-image: url(/public/gfx/cien_02.jpg);
		}

		.kontakt #menu {
			background-image: url(/public/gfx/d_03.gif);
		}
		.kontakt #shadow div {
			background-image: url(/public/gfx/cien_03.jpg);
		}

	#body {
		width: 470px;
		color: #083a80;
		padding: 0 20px 40px 20px;
		background: #fff;
		vertical-align: top;
		overflow: hidden;
		text-align: justify;
	}
		#body .left {
			float: left;
			width: 215px;
		}
		#body .right {
			float: right;
			width: 215px;
		}
		#body ul {
			padding-left: 20px;
		}


	#right {
		width: 240px;
		padding: 0 0 60px 0;
		color: #000;
		background: #fff;
		vertical-align: top;
	}
	
	#foot {
		position: relative;
		padding-top: 45px;
		margin: -39px 0 0 200px;
		background: #083A80 url(/public/gfx/stopka.gif) no-repeat right top;
		color: #fff;
	}
		#foot a { font-weight: bold; }
		#foot span {
			font-size: 10px;
			color: #fff;
			
		}

#galleries {
	margin-top: -10px;
}
#galleries ul {
	list-style: none;
	padding: 0 !important;
	clear: left;
	margin-top: 10px;
	overflow: hidden;
	zoom: 1;
}
	#galleries li {
		width: 105px;
		float: left;
		margin: 0 5px;
	}
	#galleries .img {
		background-repeat: no-repeat;
		width: 105px;
		height: 50px;
	}
	#galleries a:hover .img, #galleries div .img {
		background-position: 0 -50px;
	}
	#galleries span {
		display: block;
		text-align: center;
		background: #08397d url('/public/gfx/galeria/_cien.gif') repeat-x left top;
		color: #fff;
		padding: 3px;
		font-size: 9px;
		font-weight: bold;
	}

.oferta #photos {
	margin-top: 20px;
}
#photos {
	background: #08397d url('/public/gfx/z.gif') no-repeat right bottom;
	list-style: none;
	overflow: hidden;
	padding: 0 5px 5px 5px !important;
	width: 460px;
}
	#photos li {
		float: left;
		margin: 5px;
	}
	#photos a, #photos p {
		display: block;
		border: 1px solid #b3a306;
		border-right-width: 10px;
		background-repeat: no-repeat;
		height: 40px;
		width: 55px;
		border-collapse: collapse;
	}
	#photos a:hover, #photos p {
		border-color: #ffe812;
		background-position: 0 -40px;
	}
#photo {
	padding-bottom: 15px;
	background: #08397d url('/public/gfx/galeria/_cien.gif') repeat-x right bottom;
}
	#photo img {
		display: block;
	}

#offerPhotos {
	list-style: none;
	margin: 0 -5px;
	padding: 15px 0 !important;
	overflow: hidden;
}
	#offerPhotos li {
		float: left;
		padding: 5px;
	}
	
h1 {
	margin-bottom: 12px;
	font-size: 16px;
}
.kontakt address {
	font-style: normal;
	margin: 12px 0;
}
.kontakt p {
	margin-bottom: 12px;
}

.burg {
	background: url('/public/gfx/=l.gif') no-repeat left center;
	padding-left: 7px;
	text-transform: uppercase;
}
	.burg span {
		background: url('/public/gfx/=r.gif') no-repeat right center;
		padding-right: 7px;
	}
.burg:hover { text-decoration: none; }
.burg:hover span { text-decoration: underline; }

