/* Layout Stylesheet 
*   
*  Tu znajduja sie podstawoe funcje odpowiedzialne za 
*  rozmieszczenie podstawowych element�w strony
*
*/ 



body {
 margin:0px;
 background:#F5F5F5;
 color: #333333;
 font-size:11px;
 font-family:tahoma, arial;
 line-height:150%;
 text-align:center;
 padding:0;
 }
 
/* GLOBAL SETTINGS */

.blue {
	color:#17507F;
	}
	
	
.black{
	color:#000000;
	}
	
a { color:#4789BF;}
	
strong, b{ color:#17507F;}

h1, h2, h3, h4, h5{
	font-family:"Trebuchet MS", "Times New Roman";
	margin-top:0px;
	line-height:normal;
	}
	
h1{
	font-size:30px;
	}
	
h2{
	font-size:22px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
a img{
	border:0px;
	}

.more{
	padding-top:10px;
	}
	
.more a{
	display:block;
	background:url(../images/button-bcg.gif) no-repeat top;
	line-height:200%;
	color:#FFFFFF;
	font-family:tahoma, arial;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:90px;
	height:25px;
	}
	
.content {
	margin-left:20px;
	}

table td{ vertical-align:top;}

/* HEADER SETTINGS */ 

#header{
	  background: #999999 url(../images/header-bcg.jpg) repeat-x top;
	  height:231px;
	  overflow:hidden;
  }
  
#header-inner{
	background:url(../images/banner-tlo.jpg) no-repeat center bottom;
	height:231px;
	text-align:center;
	overflow:hidden;
	}
	
#header-content{
	width:900px;
	text-align:left;
	margin:0 auto;
	}
	
#logo{
	float:left;
	}
	

/* MAIN MENU */

#main_menu{
	float:right;
	}

#main_menu table{
	margin:0px;
	padding:0px;
	
}

#main_menu td{
	vertical-align:middle;
	}

#main_menu a{
	padding: 30px 5px 30px 4px;
	display:block;
	background:url(../images/menu-line.jpg) no-repeat right top ;

	}
	
#main_menu a.home{
	padding:30px 10px;
	}
	
#main_menu a img {border:0px;}
	
#main_menu a:hover, #main_menu a.active{
	background:#9f9e9e no-repeat center;

	}
	
#main_menu .home{
	
}

#page_bcg{
	background: repeat-x top url(../images/body-bcg.jpg);
	}

#page {
	 text-align:left;
	 width:900px;
	 background: #FFF;
	 border-left:1px solid #ebebeb;
	 border-right:1px solid #ebebeb;
	 margin:auto;
 }
 
#main_banner{
		padding:35px 15px;
	}
	
#main_banner h1{
	margin-top:0px;
	}
	
#main_banner img{
	border: 1px solid #c5c5c5;
	padding:3px;
}

#main_banner .content{
	line-height:150%;
	}
	
#main {
	 position:relative;
	 width:900px;
	 padding:0;
 }
 
#main.shadow {
	 position:relative;
	 background:url(../images/shadow.jpg) no-repeat top center;
	 color: #FFF;
	 width:900px;
	 padding:0;
 }
 
 a.img_href:hover img{
 	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

 	}


#sidebar-right {
 float:right;
 color: #333333;
 width:315px;
 }
 
#sidebar-right .block{
	padding:15px;
	padding-left:5px;
	}

#content {
 width:540px;
 color: #333333;
 text-align:left;
 }
 
#content #content-inner{
	padding:15px;
}
 
.no-sidebar #content {
	width:900px;
	padding-top:20px;
	}

.no-sidebar #content h1{
	color:#17507F;
	}

.no-sidebar #content p{ padding:0px;}

#gallery {
	padding-top:10px;
	}
	
#gallery img{
	padding:3px; border:1px solid #CCCCCC;
}

#gallery a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	}

#footer {
 
 background:#555555 none repeat scroll 0 0;

border-top:2px solid #999999;

clear:both;

color:#999999;

line-height:normal;

margin:0;

padding:10px 15px;
 }
 
#footer a{
	color:#CCC;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#999999;
	text-decoration:underline;
	}
