/*------------------------------------------------------------------
 # [CSS RESET]
 # -----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*------------------------------------------------------------------
 # [PODSTAWOWE]
 # -----------------------------------------------------------------*/
body {
	
	font-family: Tahoma;
	font-size: 12px;
	background:url(../images/bg_.jpg) repeat-x;
	color: white;
	
}
a {color: white; }

/*
#container {
	width: 979px;
	margin: auto;
	margin-top: 30px;
	background-color:#333333;
}
*/

#container {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	
	background:url(../images/bgg1.jpg) top repeat-x;
	background-color:#77653d;
}

#container #header {
	width: 900px;
	height: 128px;
	overflow: hidden;
	
	background:url(../images/top1.jpg) no-repeat;
	
}

#container #menu {
	width: 900px;
	height: 30px;
	background-color: #FF9E00;
}

#container #menu ul#navlist {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	margin-left: 120px;
}

#container #menu ul#navlist li {
	display: block;
	float: left;
}

#container #menu ul#navlist li a {
	display: block;
	float: left;
	
	text-decoration: none;
	padding: 6px 22px 0 22px;
	height: 23px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: black;
}

#container #menu ul#navlist li a:hover,#container #menu ul#navlist li a.current
{
	background-color: #36D986;
}

#container #top {
	width: 900px;
	height: 346px;
	
}


#container #content {
	
	width: 890px;
	min-height: 592px;
	margin-left: 20px;
	margin-bottom: auto;
	height: auto !important;
	padding-bottom: 20px;
	
	
	
}

#container #pathway 
{
	margin: 5px 0 30px 5px;	
}

#container #pathway a 
{
	text-decoration: none;
	
}

#container #pathway a:hover 
{
	text-decoration: underline;
		font-weight: normal;
	
}

#lewa{
	display: block;
	float: left;
	width: 100px;
	height: 400px;
	margin: 10px 10px  0 10px;
	background:url(../images/left_menu_bg.jpg) repeat-y;
	border: 1px solid white;
}


div.alink {
	display: block;
	height: 27px;
	
	text-decoration: none;
	text-align: left;
	
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	
	line-height: 150%;
	
	
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 10px;
	

}

h1.alink {
	display: block;
	height: 27px;
	
	text-decoration: none;
	text-align: left;
	
	font-size: 22px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	z-index: 10000;
	
	
	color: #f1a04e;
	margin-bottom: 10px;
	

}

a.alink {
	display: block;
	height: 27px;
	
	text-decoration: none;
	text-align: left;
	
	font-size: 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	z-index: 10000;
	
	
	color: #f1a04e;
	margin-bottom: 10px;
	

}

a.alink:hover
{
	background-color: #5b80a3;
}

h1 {
	display: block;
	height: 27px;
	
	text-decoration: none;
	
	
	font-size: 19px;
	font-family: Tahoma;
	font-weight: bold;
	color: white;
}