@CHARSET "UTF-8";


body{
background: #fff url('../images/bg1.png') repeat-x scroll 0 0;
margin: 0px auto;
text-align:center;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size: 12px;

}

a {
  color: #3B5998;
  text-decoration: none;
	font-size: 12px;
	line-height: 2em;
}


a:hover {
  text-decoration: underline;
}

p {
  font-size: 12px;
  margin: 10px 0;
	line-height: 2em;
}

.p15 { text-indent: 15px;}

#contener{
margin: 0 auto;
width:780px;
margin:0 auto;
text-align: left;
font-size:10px;
background-color: #fff;
/*border: 2px solid #000;*/
}

#header{
	padding: 30px 0 0 0 ;
	background: #fff url('../images/baner1.png') repeat-x scroll ;
	height:120px;
}
#header h1{
  color: #4c628c;
	text-align: center;
	font-size: 22px;

}
#menu{
	text-align: center;
	padding:0 15px;
	}

#content{
  padding:0; 
  background-color: #fff;
	text-align: center;
	width: 770px;
}

#footer{
	margin: 80px auto 0 auto;
  border-top: 100% solid #4c628c;
	color: #000;
	text-align : center;
}

#footer table {
font-size: 10px;
line-height: 11px;
color: #0C2F76;
}

#footer p { color: #0C2F76; line-height: 1em; padding:15px 0;}

table{
	margin: 0 auto;
  text-indent: 10px;
	color: #0c2f76;
	line-height: 2em;
	text-align: left;
	font-size: 12px;
	
}

table.center {
  width: 97%;
	text-align: center;
	background-color: #fff;

}

table.center tbody tr td a 
{ text-align: left;}

td.htd {
	
  border-bottom: #fff 2px ridge;
	background: url('../images/bg_td1.png') repeat-x ;
	line-height: 30px;
	color: #0c2f76;

}
.htd {	
	line-height: 30px;
	color: #0c2f76;

}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:31px;
	border-bottom:1px solid #666;	
	width: 745px;
	
}

/* single tab */
ul.tabs li { 
	float:right;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs.gif) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -63px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -553px 0; width:81px; height:31px;}
ul.tabs a.w1:hover 	{ background-position: -553px -31px; }
ul.tabs a.w1.current { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
.naglowek
	{
		background: url(../images/bg_td.png) repeat-x;
		color: white;
	
	}
td.naglowek
{
	
border: 2px black ridge;

}

.block { display: block; }
form.cmxform label.error { display: none; }	

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}