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: white;
	background-image: url(../images/top_marker.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#container{
	 position: relative;
    width: 1000px !important;
    width: 1000px ; /* to do ie bo trzba marignesy doliczyć i px mają inne wartosci*/
    margin: 0px auto 10px auto !important;
    margin: 0px auto 10px auto;
    text-align: left;
	padding-bottom: 20px;		
}

div {
/*	border: solid 1px #e3e3e3;*/
}

a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

div#header {
	position: relative;
	width: 1000px;
	height: 212px;
	background-image: url(../images/bg_header.jpg);
	background-position: top center;
}

#logo{
	margin-left: 36px;
	width: 194px;
	height: 189px;
}

.logo{
	margin-left: 6px;
}

div#menu{
	position: absolute;
	top: 15px;
	left: 100px;
	width: 210px;
/*	border: solid 2px red;*/
}

#mcent1{
	background-image: url(../images/index_15.jpg);
	background-repeat: repeat-y;
	width: 210px;
	/*height: 170px;*/
}


#mcent2{
	width: 210px;
	background-image: url(../images/index_06.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 20px;
}


.menu_items{
	width: 160px;
	margin-left: 20px;
}

.menu_items a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.menu_items a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menu_items a.hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.mspace{
	font-size: 8px;
	color: white;
}

#ht{
	margin-left: 732px;
	width: 200px;
	color: #335165;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 29px;
	height: 32px;
}
#ht a{
	text-align: right;
	color: #335165;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 28px;
	margin-left: 3px;
	margin-right: 3px;	
	margin-bottom: 3px;
}


#body{
	width: 1000px;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: White;
}

#content{
	width: 575px;
	/*height: 100px;*/
	margin-left: 325px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

hr {
   float: left;
   width: 760px;
}

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;
}


#footer{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #224065;
	font-size: 9px;
	width: 300px;
	border-top:solid 1px #DFE4E7;
	margin-top: 12px;
	padding-top: 7px;
}

#footer a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #224065;
	font-size: 9px;
	text-decoration: none;
}

.line{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.doc{
	border: solid 1px lightgrey;
}


/** dialog box **/
div#disablePage{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/*	background-color: #565656;*/
	background-color: Black;
	filter: alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;	
	z-index: 95;	
	display: none;
}

div#dialogBox{
	position: absolute;
	left: 88px;
	z-index: 100;
/*	border: solid 1px #530306;*/
	display: none;
}

div#dialogPanel{
	text-align: right;
	/*background-color: #290E2D;*/
	background-color: #333333;
	z-index: 99;
}

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=50);
   -moz-opacity: 0.5;
   opacity: 0.5;	
	z-index: 97;
}

/** dialog box **/
