@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333 url(../i/bg.gif);
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

.clear {
	clear:both; 
	width: 100%; 
	line-height:1px; 
	font-size:1px;
}



#main {
	margin: 15px auto 15px auto;
	width: 767px;
	border: 2px solid #ffffff;
}

#top {
	height: 88px;
	background: url(../i/top.jpg);
}

	#menuTop {
		float: right;
		font-weight: normal;
		padding: 0 0 0 0;
		color: #ffffff;
	}
	
		#menuTop div {
			float: left;
			margin: 0 5px 0 5px;
		}
		
		#menuTop div.sep {
			float: left;
			width: 3px;
			height: 34px;
			background-image: url(../i/t_line.gif);
		}
	
		#menuTop a.btnImprezy, #menuTop a.btnSzkolenia, #menuTop a.btnSprzet, #menuTop a.btnGaleria, #menuTop a.btnOnas {
			padding: 0;
			margin-top: 8px;
			display: block;
			height: 19px;
			width: 135px;
			background: url(../i/menu/m_1.gif);
		}
		
		#menuTop a.btnSzkolenia {
			width: 125px;
			background: url(../i/menu/m_2.gif);
		}
		
		#menuTop a.btnSprzet {
			width: 41px;
			background: url(../i/menu/m_3.gif);
		}
		
		#menuTop a.btnGaleria {
			width: 48px;
			background: url(../i/menu/m_4.gif);
		}
		
		#menuTop a.btnOnas {
			width: 35px;
			background: url(../i/menu/m_5.gif);
			margin-right: 5px;
		}
		
		#menuTop a:hover {
			background-position: 0 -19px;
		}

#top2 {
	height: 95px;
	background: url(../i/top2.jpg);
	padding: 280px 0 0 480px;
}

	#welcome {
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #3a3a3a;
	}

#content {
	background: url(../i/content_bg.gif);
}

	#contentCol a {
		color: #005073;
		text-decoration: none;
		border-bottom: 1px dotted #005073;
	}
	
	#contentCol a:hover {
		border-bottom-style: solid;
	}

	#menu {
		float: left;
		width: 210px;
		padding-left: 20px;
		margin-top: 10px;
		font-size: 12px;
	}
	
		#menu ul
		{
		    list-style: none;
		    padding: 0px;
		    width: 205px;
		    overflow: hidden;
			margin-bottom: 15px;
		}
		
		#menu ul li a
		{
		    display: block;
			height: 16px;
		    margin: 0px;
		    padding: 5px 0px 5px 21px;
		    font-weight: bold;
		    color: #005073;/*#fd942e;#FF8040;*/
		    background-color: #D3D3D3;/*#f1f4f8;*/
		    text-decoration: none;
		    border-bottom: 1px solid #f1f4f8;
		    text-align: left;
		    overflow: hidden;
		}
		
		#menu ul li a.submenu {
			font-weight: normal;
			font-size: 11px;
			margin-left: 10px;
		}
		
		#menu ul li a:hover
		{
		    /*color: #005073;/*#84b7d7;*/
		    background: #f1f4f8;
		}
	
		.menuPos {
			color: #005073;
			font-weight: bold;
		}
	
	#contentCol {
		float: left;
		width: 500px;
		padding-left: 20px;
		padding-top: 10px;
		font-weight: bold;
		color: #005073;
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 15px;
		text-align: justify;
	}
	
		#contentCol .title {
			color: #c32f30;
			font-size: 14px;
		}

#bottom {
	height: 38px;
	background: url(../i/bottom.gif);
}

#galList img {
	margin: 5px 5px 5px 5px;
}

#galList a {
	border-bottom: none;
}

#galList a:hover {
	border-bottom: none;
}