E/*-------------------------------------------------------------------------------------
[	GLOWNY MODUL CSS 		]
PROJECT: 
VERSION:
LAST CHANGE:	DD/MM/YY [WHOT]
PRIMARY USE:
---------------------------------------------------------------------------------------
[WYKORZYSTANE SLOWA]

 ELEMENTY KONSTRKUKCJI: topbar navbar main columnLeft  columnRight space footer
---------------------------------------------------------------------------------------
#A8DBA8 - jasny błękit
---------------------------------------------------------------------------------------
*/

/* RESET ELEMENTÓW STRONY*/
html, body {
	background:			#ccc url(Tla/back.png) repeat-x;
	color:				#000;
	font-family:		Verdena, Sans-Serif;
/*	font-weight:		bold;*/
	border:				0px;
	margin:				0px;
	padding:			0px;
	}

h1,h2,h3,p,ul,li,form{
	border:				0px;
	margin:				0px;
	padding:			0px;
	}

h1{}
h2{}
h3{border-bottom: 	solid 2px #A8DBA8;
	font-weight:	bold;
	font-size:		14px;
	letter-spacing: 2px;
	margin-bottom:	15px;
	text-transform:	uppercase;
	}
	
a{	text-decoration:	none;
	font-weight:		bold;
	font-size:			12px;
	letter-spacing:		2px;
	color:				#A8DBA8;
	}
a:hover{}

/*ELEMENTU BUDUJACE STRONE*/

.container{
	margin:			0px auto;
	position:		relative;
	width:			1019px;
}

/*BANER*/
#topbar{
	height:		310px;
	width: 		1019px;
	background: #ccc url(Tla/top1.png) no-repeat;
	}
	
/*NAWIGACJA*/
#navbar{
		height:	50px;
		padding-top: 147px;
		padding-left:32px;}
		
	#navbar ul, ul li{
		display:	block;
		list-style: none;
		margin:		0px;
		padding:	0px;
		}
	
	#navbar ul li {float:	left;width:172px;}

	#navbar  ul a{
				text-decoration:	none;
				text-transform:		uppercase;
				text-align:			center;
				font-weight:		bold;
				font-size:			12px;
				letter-spacing:		2px;
				color:				#fff;
				display:			block;
				width:				172px;
				}
	#navbar a:hover{
				color:				#A8DBA8;
				}

#navbar2{height:		50px;
		padding-top:	5px;
		padding-left:	40px;}
/*	#navbar2 ul, ul li{
		display:	block;
		list-style: none;
		margin:		0px;
		padding:	0px;
		}
	
	#navbar2 ul li {float:	left;width:166px;}

	#navbar2  ul a{
				text-decoration:	none;
				text-transform:		uppercase;
				text-align:			center;
				font-weight:		bold;
				font-size:			12px;
				letter-spacing:		2px;
				color:				#fff;
				display:			block;
				width:				166px;
				}
	#navbar2 a:hover{
				color:				#A8DBA8;
				}*/
/*GLOWNA CZESC STRONY*/
#main{
	padding-top:	0px;
	padding-bottom:40px;
	width:		1019px;
	background: #ccc url(Tla/inside.png) repeat-y;}
/*LEWA KOLUMNA*/
#columnLeft{
	width:		450px;
	margin-left:100px;
	float:		left;
	font-style: italic;
	font-size:	12px;
	color:		#424242;
	text-align:	justify;
	}
/*PRAWA KOLUMNA*/
#columnRight{
	width:		300px;
	margin-right:50px;
	padding:	20px;
	float:		right;
	font-style: italic;
	font-size:	12px;
	color:		#424242;
	}
	
	#columnRight img{
		border:			double 5px #A8DBA8;
		margin-left:	10px;
		}
	
/*PRZESTRZEN*/
.space{		
		clear:			both;
		display:		block;
		background: 	#ccc url(Tla/inside.png) repeat-y;
		height:			10px;
		padding:		0px;
		margin:			0px;
		}
		
/*STOPKA*/
#footer{
	height:		100px;
	width:		1019px;
	background: #ccc url(Tla/bottom.png) no-repeat;
	font-size:	10px;
	text-align:	center;
	color:		#888;
	}

/*DEFINICJE KLAS*/
