
BODY{
	/*background-image: url(../images/background.jpg);*/
	background-image: url(../images/bg.jpg);
	background-position: center top;
	margin: 0px;
}

div{
	border: solid 0px red;
	color: white;
}

#container{
	position: relative;
    width: 1000px !important;
    width: 1000px ; /* to do ie bo trzba marignesy doliczyć i px mają inne wartosci*/
	height: 806px;
    margin: 0px auto 0px auto !important;
    margin: 0px auto 0px auto;
    text-align: left;
/*	
	background-image: url(../images/bg_body.png);
	background-repeat: no-repeat;*/
}

#header{
	position: relative;
	width: 1000px;
	height: 130px;
}

#header div#logo{
	position: absolute;
	top: 60px;
	left: 94px;
	width: 87px;
	height: 75px;
}


#mainmenu{
	position: absolute;
	top: 118px;
	left: 230px;
	width: 688px;
	height: 18px;
	text-align: right;
}

#mainmenu a img {
	border: solid 0px;
}

#language{
	position: absolute;
	top: 90px;
	left: 890px;
	width: 55px;
	height: 20px;
}

#baner{
	width: 890px;
	height: 395px;
	margin-left: 60px;
	margin-top: 5px;
}


#content{
	margin-top: 22px;
	margin-left: 62px;
	width: 890px;
	height: 120px;
	position: relative;
}


#news1{
	position: absolute;
	top: 0px;
	left: 7px;
	width: 334px;
	height: 100px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-align: justify;
	/*margin-right: 22px;*/
/*	overflow: scroll;*/
	/*border: solid 1px red;*/
}

#news1content{
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: #001517;*/	
	/*border: solid 1px blue;*/
	height: 98px;
	padding-left: 12px;
	padding-right: 12px;
	width: 309px;
	overflow: hidden;
	z-index: 80;
	background-image: url(../images/bg_newsbox.jpg);
}


#news2{
	position: absolute;
	top: 0px;
	left: 340px;
	width: 330px;
	height: 100px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-align: justify;
	/*margin-right: 22px;*/
	/*background-color: #001517;*/
	/*border: solid 1px red;*/
	/*z-index: 5;*/
}

#news2content{
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: #001517;*/	
	/*border: solid 1px blue;*/
	height: 98px;
	padding-left: 12px;
	padding-right: 12px;
	width: 309px;
	overflow: hidden;
	z-index: 80;
	background-image: url(../images/bg_newsbox.jpg);
}


.netitle{
	font-family: Tahoma;
	font-size: 15px;
	color: #009999;
	text-align: justify;
	font-weight: bolder;
}

.more{
	text-align: right;
	color: #7F7F7F;
	position: absolute;
	top: 110px;
	left: 246px;
	z-index: 1;
}

.more a{
	text-align: right;
	color: #7F7F7F;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.more a:hover{
	text-align: right;
	color: #7F7F7F;
	text-decoration: underline;
	background-image: url(../images/arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
}


#newsletter{
	position: absolute;
	top: 10px;
	left: 690px;
	float: left;
	width: 200px;
	height: 120px;
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
}

.letitle{
	font-family: Tahoma;
	font-size: 15px;
	color: #7F7F7F;
	font-weight: bolder;
}

.ninput{
	background-image: url(../images/bg_newsletter_input.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 140px;
	height: 15px;
	border: solid 0px;
	color: white;
	font-size: 11px;
}

#logotype{
	width: 1000px;
	/*height: 26px;*/
	height: 34px;
	font-family: Tahoma;
	text-align: left;
	margin-top: 25px;
	/*border: solid 1px red;*/
	position: relative;	
}

#logos1{
	position: absolute;
	/*border: solid 1px blue;*/
	top: 0px;
	left: 70px;
	z-index: 55;
	width: 760px;
	/*width: 0px;*/
	height: 34px;
	overflow: hidden;
}

#logos1 img {
	float: left;
}

#logos2{
	position: absolute;
	/*border: solid 1px green;*/
	top: 0px;
	left: 70px;
	z-index: 50;
	width: 760px;
	height: 34px;
	/*display: none;*/
	overflow: hidden;
}

#logos2 img {
	float: left;
}

#reserved{
	/*color: #17C1D8;*/
	color: #133134;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	margin-top: 32px;
}

