@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: #5C8EB3;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#container{
	 position: relative;
	 /*width: 100%;*/
	width: 900px;
    /*width: 1024px;*/
    margin: 0px auto 10px auto !important;
    margin: 0px auto 10px auto;
    text-align: left;
	background-color: white;
	/*background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
}


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

img {
	border: solid 0px;
}

div#header {
	position: relative;
	width: 100%;
	height: 271px;
	/*background-image: url(images/header.jpg);*/
	background-image: url(images/baner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

div#header2 {
	position: relative;
	/*width: 1024px;*/
	width: 890px;
	height: 282px;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

div#mainmenu{
	position: absolute;
	top: 0px;
	left: 370px;
	width: 530px;
	height: 40px;
}


div#logo{
	position: absolute;
	top: 23px;
	left: 16px;
	width: 305px;
	height: 54px;
}

div#logo img{
}



#content{
	background-color: White;
	padding: 25px;
	font-family: Tahoma;
	float: left;
	/*width: 900px;*/
	width: 850px;
}

#txt{
	/*border: solid 1px red;*/
	width: 520px;
	float: left;
}

#txt2{
	/*border: solid 1px red;*/
	width: 720px;
	float: left;
}

#txt p {
	margin: 0px;
	padding: 0px;
}

#imgs{
	/*border: solid 1px red;*/
	width: 297px;
	float: right;
}

div#footer{
	/*border: solid 1px red;*/
	position: relative;
	height: 20px;
	width: 900px;
	float: left;
}


div#footer div#left{
	position: absolute;
	top: 3px;
	left: 0px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 250px;
	/*border: solid 1px red;*/
}

div#footer div#right{
	position: absolute;
	top: 3px;
	left: 700px;
	color: #99CCFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 200px;
	/*border: solid 1px red;*/
}

div#footer div#right a{
	color: #99CCFF;
	font-family: Tahoma;
	font-size: 10px;
	width: 200px;
	text-decoration: none;
}











.msg{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Red;
}

a.link{
	color: White;
}



#monitor{
	display: none;
	position: absolute;
	z-index: 99;
}


/*	=layer
---------------------------------------------------------------------------- */

.layer {
	/*margin: 20px;*/
	/*width: 45%;*/
	padding: 23px;
	width: 200px;
	height: 50px;
	position: relative;
}

.layer .monitor_content {
	/*padding: 10px;*/
	padding:20px;
/*	background-color: #fff;*/
	background-color: #26A5CC;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	position: relative;
	z-index: 20;
}

/*	=shadow
---------------------------------------------------------------------------- */

.layer .left,
.layer .right,
.layer .center {
	position: absolute;	
}

.layer .shadow-top .left,
.layer .shadow-top .right,
.layer .shadow-bottom .left,
.layer .shadow-bottom .right {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.layer .shadow-top .center,
.layer .shadow-bottom .center {
	height: 23px;
	right: 45px;
	left: 45px;
	background-repeat: repeat-x;
}

.layer .shadow-middle div {
	width: 23px;
	bottom: 45px;
	top: 45px;
	background-repeat: repeat-y;	
}

.layer .shadow-top div { top: 0; }
.layer .shadow-bottom div { bottom: 0; }

.layer .left { left: 0; }
.layer .right { right: 0; }

.layer .shadow-top .left 		{ 
	background-image: url(img/tl.png);
}
.layer .shadow-top .right 		{ background-image: url(./img/tr.png); }
.layer .shadow-bottom .left 	{ background-image: url(./img/bl.png); }
.layer .shadow-bottom .right 	{ background-image: url(./img/br.png); }
.layer .shadow-top .center 	{ background-image: url(./img/t.png); }
.layer .shadow-bottom .center { background-image: url(./img/b.png); }
.layer .shadow-middle .left 	{ background-image: url(./img/l.png); }
.layer .shadow-middle .right 	{ background-image: url(./img/r.png); }

div#disablePage{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #565656;
	filter: alpha(opacity=40);
   -moz-opacity: 0.4;
   opacity: 0.4;	
	z-index: 95;	
	display: none;
}

div#dialogBox{
	position: absolute;
/*	left: 88px;*/
	z-index: 100;
	border: solid 0px #530306;
	display: none;
}

div#dialogPanel{
	text-align: right;
	background-color: #eae8e9;
	z-index: 99;
	border: solid 0px;
}

div#dialogPanel a {
	font-family: Tahoma;
	color: black;
	text-decoration: none;
	margin-right: 7px;
}

div#dialogLoading{
	position: absolute;
	background-color: White;
	padding: 3px;
	z-index:98;
}

div#dialogContent{
	position: absolute;
	padding: 3px;
	display: none;
	z-index: 98;
}

div#dialogBackground{
	position: absolute;
	left: 0px;
	top: 17px;
	width: 806px;
	height: 600px;
	background-color: #565656;
	filter: alpha(opacity=30);
   -moz-opacity: 0.3;
   opacity: 0.3;	
	z-index: 97;
}

div#dialogLoading{
	position: absolute;
	background-color: White;
	padding: 3px;
	z-index:98;
}

.realizacjelista {
	width: 868px;
	/*border: solid 1px red;*/
}


.realizacjelista tr td{
	width: 33%;
	vertical-align: top;
	padding-bottom: 42px;
	padding-right: 18px;
}

.realizacjelista tr td div{
	text-align: right;
	margin-right: 12px;
}

.navigator{
	color: Black;
	font-weight: bolder;
	
}

.navigator span{
	color: Grey;
}

.navigator a{
	color: grey;
	text-decoration: none;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
