*
{
	padding: 0;
	margin: 0;
}

body
{
	background: url('../img/bg_body.gif') repeat-x #07062a;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9A9AFF;
}

a, img 
{ 
	border: 0;
	outline: none;
	text-decoration: none;
}

/* ----- GŁÓWNY SZKIELET ----- */

div#container
{
	width: 903px;
	margin: auto;
	max-height: 770px;
}

div#logo
{
	height: 140px;
}

div#menu
{
	height: 36px;
	background-image: url('../img/bg_menu.png');
}

div#offer
{
	height: 89px;
	background-image: url('../img/bg_offer.png');
}

div#content
{
	min-height: 450px;
	background: url('../img/bg_content.png') no-repeat #0a0a4d;
	overflow: auto;
	padding-bottom: 25px;
}

* html #content
{
	height: 450px;
}

div#contentBottom
{
	height: 30px;
	background: url('../img/contentBottom.png') no-repeat;
}

div#footer
{
	padding: 10px 95px 5px 60px;
	color: #a9a9ff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
/* ----- KONIEC GŁÓWNEGO SZKIELETU ----- */

/* ----- MENU ----- */

#menu ul
{
	list-style-type:none;
	height: 36px;
}

#menu ul li
{
	display: inline;
	float: left;
}

#menu ul li a
{
	height: 36px;
	display: block;
	float: left;
	
}

a#menu01
{
	width: 85px;
	background-image: url('../img/btn_menu01.png');
}

a#menu02
{
	width: 89px;
	background-image: url('../img/btn_menu02.png');
}

a#menu03
{
	width: 85px;
	background-image: url('../img/btn_menu03.png');
}

a#menu04
{
	width: 85px;
	background-image: url('../img/btn_menu04.png');
}

#menu a:hover, #menu .active
{
	background-position: 0 36px;
}


/* ----- KONIEC MENU ----- */

/* ----- ZAWARTOŚĆ STRONY ----- */

div#contentP
{
	width: 872px;
	margin: auto;
	padding-top: 18px;
	overflow: hidden;
}

#contentP h1
{
	color: #fffc00;
	font-family: Arial Black;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 0 0 6px 0;
}

#contentP p
{
	text-align: justify;
	padding: 20px 0 0 0;
	color: #9a9aff;
}

/* ----- KONIEC ZAWARTOŚCI STRONY ----- */

/* ----- GALERIA ----- */

div#gallery
{
	width: 852px;
	margin: auto;
}

div.photo
{
	float: left;
	width: 101px;
	height: 101px;
	margin: 18px 0 0 20px;
	background-image: url('../img/bg_photo.png');
	position: relative;
}

* html div.photo /* FIX IE6 */
{
	margin: 16px 0 0 18px;
}

.photo img
{
	position: absolute;
	top: 6px;
	left: 5px;
	width: 89px;
	height: 84px;
}

/* ----- KONIEC GALERII ----- */

/* ----- KONTAKT ----- */

div#contact
{
	width: 394px;
	float: left;
	font-size: 20px;
	padding: 20px 0 0 0;
}

div#map
{
	width: 422px;
	float: right;
}

#contact table
{
	color: #FFF;
	font-size: 12px;
}

#contact input
{
	background: #060623;
	width: 225px;
	height: 20px;
	color: #FFF;
	border: solid 1px #000;
}

#contact textarea
{
	background: #060623;
	width: 225px;
	color: #FFF;
	border: solid 1px #000;
	overflow: hidden;
}

#map iframe
{
	border: solid 1px #000;
}

/* ----- KONIEC KONTAKTU ----- */


/* ----- STOPKA ----- */

#footer a
{
	color: #A9A9FF;
}

/* ----- KONIEC STOPKI ----- */

ul {
	color: #9A9AFF;
	margin-left: 30px;
}
strong {
	color: #9A9AFF;
}

