/***********************************************/
/* CSS do drukowania serwisu www.mps.gov.pl  */
/* Autor: Zigzag.Web - Danuta Stawarz [DankaS] */
/***********************************************/


body, html{
	position: static; 
  	height: auto;
    background: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, san-serif;
	color: #333300;
	line-height: 1.2;
	margin: 0 !important;
  	padding: 0 !important;
	width: auto;
	font-size: 12pt;
	
}

a{
	color: #ac9600;
	font-weight: bold;
	text-decoration: underline;

}

a:link{
	color: #ac9600;
	font-weight: bold;
	text-decoration: underline;

}

a:visited{
	color: #ac9600;
	font-weight: bold;
	text-decoration: underline;

}

a:hover{
	color: #a01300;
	text-decoration: underline;
}


h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16pt;
	color: #666633;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
	margin-bottom: 0px;
	background: none;
	width:auto;
	height:auto;
}

h2{
	font-family: Tahoma, Arial, sans-serif;
	color: #666633;
	margin: 0px;
	padding: 0px;
	font-size: 15pt;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 15px;
	color: #333300;
}

h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #993300;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14pt;
 color: #333300;
 margin: 0px;
 padding: 0px;
}
h6 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	 font-size: 13pt;
}

ul{
	list-style-type: square;
	list-style-image: url(images/kropka_ziel.gif);
	
}

ul ul{
	list-style-type: disc;
	
}

ul ul ul{
	list-style-type: none;
	
}

label{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #ac4100;
	display: block;
	margin-left: 5px;
	line-height: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	width: auto;
	background:none;
	
}
/******************* top************************/

#accesshead, #masthead{	
	display:none;
}

/*********** menu  left styles ***********/
#navBar, #menuRight {
	display:none;
}

/************** feature styles ***************/

.zajawka{
	padding: 20px 0px 10px 10px;
	font-size: 12pt;
	color: #666633;
}

/************** main styles *****************/
#header {
width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background:none;
  position:static;
  height:100px;

}
#header img{
display:none;
}
#content{
	float: none !important;
	width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.maintext{
	clear: both;
	width: auto;
 	 margin: 0 !important;
  	padding: 0 !important;
	font-size: 12pt;
	overflow:visible;
}

.maintext table {
	width: auto;
	}
.maintext p{
	padding: 0px 0px 10px 0px;
}

/************** news************************/
#news  {
	padding: 0px;

	
}
#news a{
	color: #333300;
	font-size: 11pt;
}
#news a:hover {
	color: #ac9600;
	text-decoration:none;
}

.oneNews {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #dde2cb;
	margin-bottom: 10pt;
	padding-bottom: 1px;
		font-size: 12pt;
	font-weight:100;
}
.data {
	color: #999966;
	font-size: 10pt;
}
.do_prawej {
	text-align:right;
}
#news .oneNews .do_prawej a{
	color: #ac9600;
	text-decoration: none;
	font-weight:100;
}
/* panel right */
#panelRight {
display:none;
}


/************* #stopka ***************/

#footer, #footer_top {
	display:none;
}


