/* CSS: style.css */
p, h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

#search .input
{
	width:159px;
	heighT:22px;
	background:url(graphics/bgInput.gif) no-repeat;
	border:none;
	padding:10px 15px;
	
}

#search input
{
	float:left;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: #fff url( graphics/bg.gif ) repeat-x;
}

#a1{
	height: 100%; 
	width: 980px;
	margin: auto;
	background:url(graphics/a1_bg.gif) bottom no-repeat;
	padding-bottom:20px;
}

html>body #a1{ 
	height: auto;
}

/******************************************************
			SECONDARY BOXES
******************************************************/
.tags
{
	padding:10px;
	text-align:center;
}
.tags a
{
	color:#939393;
	font-size:12px;
	text-decoration:none;
}


#footer{
	height: 35px; 
	width: 630px;
	margin: auto;
	background:url(graphics/footer.gif) top no-repeat;
	padding:8px  130px 0px 220px;
	font-weight:normal;
}

#footer a
{
	font-size:11px;
	text-decoration:none;
	color:#949494;
}

#footer a:hover
{
	text-decoration:underline;
}
#baner{
	height: 262px;
	overflow:hidden;
}

#b1{
	float: left;
	width: 75px;
	height: 318px;
	background: url( graphics/bgLeft.gif ) no-repeat;
	min-height:500px;
}

* html #b1
{
	height:500px;
	overflow:visible;
}

#b2{
	float: left;
	width: 830px;
	overflow: hidden;
	background: #fff;
	min-height: 400px;
	text-align: left;
}

#b3{
	float: left;
	width: 75px;
	height: 318px;
	background: url( graphics/bgRight.gif ) no-repeat;
}

#c1{
	float: left;
	width: 220px;
}

#c2{
	float: left;
	width: 610px;
}

#article{
	padding: 0px 0 0 30px;
	
}



#c1 ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;	
}

.Category{
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
}

.Category li{
	background: url( graphics/bgLi01.gif ) 0 7px no-repeat !important;
}

.Category li.last{
	background: url( graphics/bgLi01.gif ) 0 7px no-repeat !important;
}


#c1 ul li{
	padding: 5px 0 7px 30px;
	background: url( graphics/_bgLi.gif ) 0 7px no-repeat;
}

#c1 ul li.noline{
	padding: 5px 0 7px 30px;
	background: url( graphics/bgLi.gif ) 0 7px no-repeat;
}



#articleHome{
	float: left;
	width: 280px;
}

#rightHome{
	float: left;
	width: 230px;
	padding: 0 0 0 45px;
}

#wyszukiwarka{
	padding: 25px 0 0 0;
}

#wyszukiwarka form div{
	float: left;
	padding: 8px 0 0 0;
}

.strSearch{
	width: 153px;
	height: 20px;
	padding: 12px 15px 12px 20px;
	background: url( graphics/bgInput.gif ) no-repeat;
	border: 0;
}

.strSubmit{
	border: 0;
	background: none;
	width: 90px;
	float: left;
	padding: 0;
	margin: -1px 0 0 0;
	cursor: pointer;
}

.linkMore{
	padding: 8px 0 0 0;
	text-align: right;
}

.galleryImage{
	float: left;
	padding: 0 10px 0 10px;
	width: 125px;
	text-align:right;
}

.imgSend{
	padding: 5px 0 0 0;
	text-align: right;
	cursor:pointer;
}

.clearBoth{
	clear: both;
	border: 0 !important;
	height: 1px;
	overflow: hidden;
}

.newsTitle{
	padding: 0 0 5px 0;
}

.newsContent{
	padding: 5px 0 10px 0;
}

.newsMore{
	text-align: right;
	padding: 0 0 10px 0;
	clear: both;
}

.s_friend
{
	display:none;
}

.s_friend input 
{
	font-size:11px;
	width:98%;
	border:1px solid #000;
	background:none;
	margin-top:3px;
}


.s_friend div
{
	text-align:center;
	padding-top:3px;
	cursor:pointer;
}
/******************************************************
			FONT
******************************************************/

.newsTitle{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.fontFooter{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#c1 ul{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 14px;
	color: #000;	
}

.menuActive{
	color: #FF0000 !important;
}

.strSearch{

}

.font_stronicowanie{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/******************************************************
			LINK
******************************************************/

.links{
	text-decoration: none;
	color: #909090;
}

.links:hover{
	text-decoration: none;
	color: #909090;
}

.newsMore a{
	display: block;
	float: right;
	background: url( graphics/right.gif ) no-repeat right;
	padding: 2px 28px 2px 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;	
	text-decoration: none;
}

.newsMore a:hover{
	display: block;
	float: right;
	background: url( graphics/right.gif ) no-repeat right;
	padding: 2px 28px 2px 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;	
	text-decoration: underline;
}

.link_stronicowanie{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 13px;
	color: #000;	
	text-decoration: none;
}

.link_stronicowanie:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 13px;
	color: #000;	
	text-decoration: none;
}

#c1 ul a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 14px;
	color: #000;	
	text-decoration: none;
}

#c1 ul a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;	
}

.strSearch{
	font-size: 14px;
}


/******************************************************
			FORM
******************************************************/



fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

.label01{
	display: block;
	float: left;
	text-align: right;
	padding: 6px 4px 0 0;
	font-weight: normal;
	width: 150px;
	font-weight: bold;
}

.labelSearch{
	display: block;
	float: left;
	text-align: center;
	padding: 20px 4px 6px 0;
	font-weight: normal;
	width: 200px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}


label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}


input.text,
textarea {
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:95%;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.form10_select{
	border: 1px solid black;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    background: #003765;
    color: #FFF;
}

form{
	margin: 0;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}