@CHARSET "UTF-8";

html { 
   margin: 0; 
	padding: 0; 
	font-size: 13px; 
}
 
body{
	margin: 0px;
	padding: 0px;
	text-align: center; /* center layout in ie5 and 5.5. */
	background-color: Black;
}

#container{
	 position: relative;
	 width: 100%;
    /*width: 1024px;
    margin: 0px auto 10px auto !important;
    margin: 0px auto 10px auto;*/
    text-align: left;
	/*border: solid 2px red;*/
	background-color: white;
	background-image: url(images/bg_index_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	/*margin-bottom: 62px;*/
}


div {
	/*border: solid 1px #aabbaa;*/
}

div#header {
	position: relative;
	/*width: 1024px;*/
	height: 235px;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

div#logo{
	position: absolute;
	top: 49px;
	left: 57px;
	width: 305px;
	height: 54px;
}

div#logo img{
}

div#topcontainer{
	background-color: black;
}


div#top{
	background-color: black;
	background-image:url(images/bg_top.jpg);
	background-position: right;
	background-repeat: no-repeat;	
	width: 1024px;
	height: 136px;
	position: relative;
	margin: 0px auto 0px auto;
	/*border: solid 1px red;*/
}

div#menu{
	position: absolute;
	top: 95px;
	left: 454px;
	width: 507px;
	height: 34px;
/*	height: 746px;*/
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	margin-top: 7px;
	margin-left: 3px;
	/*border: solid 1px red;*/
}

div#menu a{
/*	background-color: White;*/
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	font-weight: bolder;
}


#body{
	/*width: 1024px;*/
	width: 907px;
	/*height: 495px;*/
	background-image: url(images/bg_body.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto 0px auto;
	/*border: solid 2px yellow;*/
	border-top: solid 3px #c80d01;
}

#body div#left{
	width: 226px;
	float: left;
}

#body div#content{
	width: 681px;
	margin-left: 226px;
}

#body div#content div.title{
	padding-top: 22px;
	font-family: Tahoma;
	padding-bottom: 22px;
	font-weight: bolder;
}

#body div.contentbody{
	/*background-image: url(images/ofirmie_content_bottom.jpg);*/
	background-image: url(images/ofirmie_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}

div#box1{
	position: absolute;
	top: 133px;
	/*left: 37px;*/
	left: 0px;
	width: 226px;
	height: 210px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
}

div#box2{
	position: absolute;
	top: 133px;
	/*left: 381px;*/
	left: 226px;
	width: 229px;
	height: 210px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
}

div#footer{
	width: 100%;
	height: 134px;
	background-color: black;
}

div#footer2{
	width: 1024px;
	height: 134px;
	margin: 0px auto 0px auto;
	/*border: solid 1px blue;*/
	position: relative;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}

div#footer2 div#wizyta{
	position: absolute;
	/*border: solid 1px yellow;*/
	top: 14px;
	left: 750px;
}

/* tutaj poczatkowo byl opis boxow */


img {
	border: solid 0px black;
}

.msg{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Red;
}

a.link{
	color: White;
}


/*	=layer
---------------------------------------------------------------------------- */

#komfort{
	width: 455px;
	height: 133px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slide{
	width: 452px;
	height: 201px;
	position: absolute;
	top: 0px;
	/*left: 572px;*/
	left: 448px;
}

#newsletter{
	width: 455px;
	height: 136px;
	position: absolute; 
	top: 361px;
	left: 0px;
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
}


#nowosci{
	width: 452px;
	height: 294px;
	position: absolute;
	top: 203px;
	left: 455px;
	background-image: url(images/nowosci.jpg);
	background-repeat: no-repeat;
}

#copyright{
	position: absolute;
	top: 12px;
	left: 59px;
	font-family: Tahoma;
	color: #b2b2b2;
	font-size: 10px;
	display: none;
}

#createdby{
	position: absolute;
	top: 12px;
	left: 757px;
	font-family: Tahoma;
	font-size: 10px;
	color: #b2b2b2;
}

#createdby a {
	color: #b2b2b2;
	text-decoration: none;
}
