@CHARSET "UTF-8";
body {
	color: #B5E7FE;
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet ms";
	font-size: 12px;
	line-height: 18px;
	background: #3B4A9F url('../gfx/background.png') top left repeat-x;
}
div,p,form {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: white;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px;
}
h2 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px;
}
a {
	text-decoration: none;
	color: #B5E7FE;
}
#main {
	width: 950px;
}
#logo {
	position: relative;
	height: 206px;
	background: transparent url('../gfx/logo.jpg') top center no-repeat;
}
#lang {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	border: 0px solid yellow;
	text-align: right;
	border-right: 1px solid #919EBE;
}
#lang a {
	color: #3857A9;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #919EBE;
	padding: 0px 5px;
}
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 34px;
	padding-left: 100px;
	background: transparent url('../gfx/menu.jpg') top center no-repeat;
}
#menu a {
	display: block;
	float: left;
	font-size: 14px;
	color: white;
	padding: 7px 20px;
	text-decoration: none;
	height: 16px;
	text-shadow: #5A95CF 1px 1px 1px;
}
#menu a.selected {
	background: #FF0403;
	border-top: 2px solid #CE1010;
	border-bottom: 2px solid #CE1010;
	padding: 5px 20px 9px 20px;
	text-shadow: none;
}
#content {
	text-align: left;
	min-height: 350px;
	_height: 350px;
	z-index: 5;
	background: transparent url('../gfx/footer.png') bottom center no-repeat;
	position: relative;
}
#content-inside {
	padding: 30px 83px 180px 117px;
}

#content p {
	margin: 10px 0px;
}
#design {
	text-align: right;
	color: #81B6E8;
	margin: 10px 60px 50px 0px;
}
#design a {
	text-decoration: none;
	font-weight: bold;
	color: #81B6E8;
}
ul {
	list-style-type: disc;
}
div.slot {
	float: left;
	width: 226px;
	height: 213px;
	background: transparent url('../gfx/slot.png') top left no-repeat;
	margin: 0px 10px;
	position: relative;
}

div.slot-center {
	padding: 20px 30px 0px 30px;
	text-align: left;
}

#about {
	margin-top: 50px;
	z-index: 10;
}
#about h1 {
	margin: 0px;
	padding: 7px 20px;
	text-shadow: #E01111 1px 1px 1px;
	font-size: 17px;
}
#body-oferta #content-inside {
	padding: 30px 60px 180px 60px;
}
#oferta-menu {
	float: left;
	width: 174px;
}
div.menu_button {
	width: 174px;
	height: 35px;
	background: transparent url('../gfx/button.png') bottom left no-repeat;
}
div.button_inside {
	text-align: right;
	padding: 8px 35px 0px 0px;
	color: white;
}
div.oferta-tab {
	margin: 10px 0px;
	width: 621px;
	height: 81px;
}
div.oferta-header {
	float: left;
	color: white;
	font-size: 18px;
	margin-left: 165px;
	padding-top: 17px;
	width: 135px;
	text-align: right;

}
div.oferta-opis {
	float: left;
	margin-left: 35px;
	padding-top: 15px;
	width: 260px;
}
#text-inside {
	margin-bottom: 30px;
	padding: 0px 30px;
}
#body-kontakt h2 {
	margin: 0px;
	font-size: 12px;
}
#kontakt-lower {
	width: 756px;
	height: 269px;
	background: transparent url('../gfx/kontakt_bgr.png') top left no-repeat;
	margin-top: 30px;
	font-weight: bold;
}
div.kontakt-col {
	float: left;
	width: 185px;
	font-weight: bold;
}
div.more {
	text-align: right;
	position: absolute;
	height: 15px;
	right: 14px;
	bottom: 12px;
}
div.more a {
	color: #3AB2FF;
}
#mapa-big {
	position: absolute;
	top: 35px;
	left: 117px; 
	width: 754px;
	height: 628px;
	z-index: 10;
	cursor: pointer;
	display: none;
	background: transparent url('../gfx/mapa-big.jpg') top left no-repeat;
}
#mapka-obrazek {
	float: left;
	width: 321px;
	height: 296px;
	background: transparent url('../gfx/mapka.png') top left no-repeat;
	cursor: pointer;
	position: relative;
}