/* CSS Document */

body {	background:#003D63;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		background:url(../../images/background.png);
		background-repeat:repeat-x}
		
#box {	margin:auto;
		background-color:#FFFFFF;
		width:794px;
		overflow:auto;
		padding:2px;
		padding-top:0px;
		border:solid 5px #337DA3;
		background-image:url(../../images/menubg.gif);
		background-repeat:repeat-y
		}

/* left */
		
#box #left {float:left;
			width:174px;
			}
	
			
#box #left #menu   {width:auto;
					padding:5px;
					background:url(../../images/menu.jpg);
					background-repeat:no-repeat;
					height:500px;
					}		
					
			#menu ul { padding: 0; margin: 0; color:#005DA3; list-style:none;border:double 3px #337DA3;border-right:0px;border-left:0px}						
			#menu li {padding-left:25px; list-style-position:inside }
			#menu a {display:block;padding:4px;font-size:14px;
					 font-weight:bold;color:#DA251E;text-decoration:none;
					 font-family:Trebuchet MS, Arial, Tahoma;
					 border-right:solid 1px #337DA3;
					 border-top:dashed 1px #337DA3;
					 border-left:0px;border-bottom:0px}
			#menu a.first {border-top:0px}		 
					 
			#menu a:hover {background:#DA251E;color:#FFFFFF}
					
		
/* right */			
			
#box #right{float:left;
			width:620px;
			}
			
#box #right #top {background:url(../../images/top.gif);
				  height:66px;}
				  
	
#box #right #top #inside {width:auto;
					padding:0px;
					padding-top:23px;
					font-size:15px;
					font-weight:bold;
					font-family:Trebuchet MS, Arial, Tahoma;
					color:#005DA3}					  					  
					  
				  
#box #right #content {overflow:auto}

			#content h1,#content h2,#content h3 {font-family: Century, Georgia, "Times New Roman", Times, serif;text-align:center}
					
#box #right #content #inside {width:auto;
					padding:15px}					  					  
			#content #inside .groups_gallery {margin-top:5px;baorder-top:solid 1px #EEEEEE}						
			#content #inside .groups_gallery a {display:block;width:165px;float:left;border:solid 1px #000000;text-align:center;margin:5px} 
			#content #inside .groups_gallery a:hover {background:#FFFF00}
			#content #inside .groups_gallery img {padding:5px} 
#box #right #content #inside td {line-height:18px;padding:6px;font-size:12px;border-bottom:dashed 1px #002233}
#box #right #content #inside table{width:95%}

div.news {float:left;width:417px;}
div.news strong {display:block;margin-bottom:10px;font-size:14px;font-family:Trebuchet MS, Helvetica, Arial;color:#000000}
div.right {float:left;width:170px;text-align:center;border:solid 1px #337DA3;font-size:11px}
div.right img {margin:2px}
h2 {margin-bottom:0px}

p.date {
	font: normal 12px/2 Georgia, "Times New Roman", Times, serif;
	padding: 0;
	color: #005DA3;
	margin:0px;	
}

/* mała galeria wewn. modułu */

.row {
	overflow: hidden;
}

.gal-01 .row {
	padding: 0 0 18px;
	display: block;
}

.gal-01 img, .gal-01 a {
	display: block;
}

.gal-01 a {
	width: 99px;
	height: 99px;
	border: 3px solid #7b8c9d;
	overflow: hidden;
	float: left;
	margin: 8px 40px 12px 0;
}

.gal-01 a:hover {
	border: 3px solid #b28f4f;
}

.gal-01 a:last-child {
	margin-right: 0;
}

