/* Layout Stylesheet */ 
html {
	margin: 0px;
	padding: 0px;
	}
	
.menuAll {
	display: none;
}
	
	
body{
 background:#FFFFFF;
 color: #333333;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0px auto;
 text-align: center;
 width: 840px;
 }	 

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(images/bg_content.gif) repeat-y;
text-align: left;
}

#contentwrapper{
float: right;
width: 655px;
}

#contentcolumn{
float: left;
width: 442px;
padding: 5px 10px;
/*margin: 0 193px 0 185px; */ /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ 

}


#leftcolumn{
	float: left;
	width: 185px; /*Width of left column in pixel*/
	padding: 0;		
	
}
#menu {
background: url(images/bg_left.gif) #ff914f no-repeat;
}

#rightcolumn{
float: right;
width: 193px; /*Width of right column*/
font-size: 11px;
background: #f7f7f7;
text-align: center;
}
#rightcolumn a img {
	border: 1px solid #78a4d6;
	margin-top: 2px;
	margin-bottom: 2px;
	}


#header{
 	height:150px; 
 	border-bottom:4px solid #fff; 
 	width:840px; 
 	background: url(images/header.jpgv) right no-repeat #114089;
 	color: #333333; 
 	margin:0;
 	z-index: 3;

 }
 
#title{
	height:33px;
    width:655px; 
	background: url(images/title.jpg) no-repeat right;
	}

#footer{
clear: left;
width: 840px;
text-align: center;
font-size: 11px;
background: url(images/bg_footer.gif) repeat-x;
color:#666666;
padding: 3px 0 3px 0;
}
#footer p{
padding-left: 26px;
}
#footer a{
color:#666666;
}
#footer a:hover {
text-decoration:none;
}

#szukaj{
height: 33px;
vertical-align: top;
float: right;
font-size: 80%;
padding-right: 5px;
padding-top: 5px;

}
#szukaj input {
border: 0px solid #2e3e52;
margin: 3px;

}
.button {
border: 0px;
background: #FF6600;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
}

/* wyglad */ 

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
}

 
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	
	}
h2 {
	margin: 0;
	font-size: 15px;
	color: #437fa8;
	font-family: Georgia, "Times New Roman", Times, serif;
  }

h3 {
	margin: 4px 0px;
	font-size: 10px;
	color: #FF6600;
}

h4 {
 margin:0; 
 padding: 5px 0;
 }

.line {
	border-top: 1px dotted #b4c8e5;
	}

p {
	margin-top: 7px;
	margin-bottom: 0px;
    line-height: 1.5em;
	}

.more {
	float: right;
	padding-right: 20px;
	background: url(images/more.gif) 40px 3px no-repeat;
	font-size: 11px;
	font-weight: bold;
	}
.allnews {
	float: left;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	}
.back {
	float: left;
	padding-right: 20px;
	background: url(images/back.gif) 3px 3px no-repeat;
	font-size: 11px;
	font-weight: bold;
	}
.news_item img {
	border: 1px solid #b4c8e5;
	margin-right: 5px;
	margin-bottom: 3px;
	}

#rightcolumn a:hover img {
	border-color: #FF7019;
	}
a {
color: #447DA8;

}
a:hover{
text-decoration: none;
}
form {
margin: 0px;
padding: 0px;
}
