
BODY{
	margin: 0px;
	background-image: url(../images/bg.jpg);
}

div{
	/*border: solid 1px red;*/
}

#container{
    position: relative;
    width: 1024px !important;
    width: 1024px ; /* to do ie bo trzba marignesy doliczy� i px maj� inne wartosci*/
    margin: 0px auto 0px auto !important;
    margin: 0px auto 0px auto;
    text-align: left;
    /*border: solid 1px blue;*/
}

#container1{
	position: relative;
    width: 1024px !important;
    width: 1024px ; /* to do ie bo trzba marignesy doliczy� i px maj� inne wartosci*/
    margin: 0px auto 0px auto !important;
    margin: 0px auto 0px auto;
    text-align: left;
}

#header{
	position: relative;
	width: 1024px;
	height: 115px;
	background-color: White;
}

#header div#logo{
	position: absolute;
	top: 32px;
	left: 48px;
	width: 268px;
	height: 37px;
}


#mainmenu{
	position: absolute;
	top: 36px;
	left: 615px;
	width: 388px;
	height: 37px;
	text-align: right;
}

#mainmenu a img {
	border: solid 0px;
}

#baner{
	width: 1024px;
	height: 120px;
	background-image: url(../images/index_b1.jpg);
	background-repeat: no-repeat;
}

#baner1{
	width: 1024px;
	height: 60px;
	background-image: url(../images/index_b2.jpg);
	background-repeat: no-repeat;
}

#content{
	width: 1024px;
	/*height: 120px;*/
	position: relative;
	background-image: url(../images/index_content.png);
}

#idximg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 291px;
	height: 294px;
	background-image: url(../images/index_img.png);
}

#idxcnt{
	width: 600px;
	padding-top: 78px;
	padding-bottom: 78px;
	margin-left: 316px;
	font-family: Tahoma;
	font-size: 12px;
}
#idxcnt * img{
	border: solid 0px;
}
#idxcnt p {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#bottom{
	width: 1024px;
	height: 169px;
	background-image: url(../images/index_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

#reserved{
    margin: 0px auto 20px auto !important;
    margin: 0px auto 20px auto;
    width: 1024px;
    height: 50px;
    color: #133134;
    text-align: left;
}

#footerarrow{
	width: 500px;
	height: 29px;
	margin-left: 50px;
	padding-left: 40px;
	padding-top:20px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: Black;
	background-image: url(../images/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footerarrow span{
	background-color: White;
}


