/* CSS Document */



body {

	background-color:#E5E1CA;

	margin:10px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#2A2A2A;

	text-align:justify;

	

	/* OPTIONAL BACKGROUND IMAGE

	

	background-image:url(images/main.jpg);

	background-position:center;

	background-repeat:repeat-y;

	

	*/

}



a {

	color:#3D3DAD;

	text-decoration:none;

}



a:hover {

	text-decoration:none;

	color:#822D02;	

}



table.noBorders {
  	border-width:0px;
	cell-padding:3px;
	cell-spacing:0px;
	font-size:12px;
}



textarea,input,submit {

	background-color:#eeeeee;

	color:#666666;

	padding:5px;

	border:none;

	margin:3px;

}



h1 {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:200%;

	color:#3D3D3D;

	font-weight:normal;

}



/* THE AREA THAT CONTAINS THE IMAGE AND THE WEBSITE TITLE */



#title {

	margin:0 auto 0 auto;

	text-align:center;

	margin-bottom:25px;

}



#title p {

	font-variant:small-caps;

	letter-spacing:2px;

}



#tableLogo {

  	border-width:0px;

	cell-padding:0px;

	cell-spacing:0px;

	width:700px;

}



/* PROPERTIES OF THE HEADER IMAGE */



#title img {

	border-style:none;

	height:150px;

	alt:"logo";

	title:"Strona główna";

}



/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */



#container {

	width:700px;

	margin:0 auto 0 auto;

	background-color:#FFFFFA

}



/* THE SIDEBAR WITHIN THE CONTAINER */



#sidebar {

	width:190px;

	float:left;

	margin-left:8px;

}



#sidebar h1 {

	font-family:"Trebuchet MS", Arial, Verdana;

	text-align:left;

	font-size:200%;

	color:#626477;

	border-bottom:2px dashed #dddddd;

}



#sidebar p {

	line-height:20px;

}



/* THE MENU */



#menu {

	text-align:left;

	margin-top:8px;

	height:120px;

}



#menu a {

	color:#777777;

	background-image:url(images/a.jpg);

	background-position:left;

	background-repeat:no-repeat;

	display:block;

	padding-left:8px;

	line-height:20px;

	text-decoration:none;

}



#menu a:hover {

	color:#822D02;

	background-image:url(images/a_hover.jpg);

}



#menu div {

	margin:0px 0px 0px 0px;

}



#menu ul {

	margin-left: 0px;

	padding: 8px 3px 10px 3px;

}



#menu li {

	list-style:none;

}



/* THE AREA NEXT TO THE SIDEBAR */



#content {

	margin-left:190px;

	padding-left:20px;

	padding-right:10px;

	border-left:1px solid #cccccc;

	background-image:url(images/content_left.jpg);

	background-position:left;

	background-repeat:repeat-y;

}



#content div {

	margin-top:10px;

}



#content h1 {

	font-family:"Trebuchet MS", Arial, Verdana;

	text-align:left;

	font-size:200%;

	color:#626477;

	border-bottom:1px dashed #eeeeee;

	padding-top:15px !important;

	padding-top:0;

	background-image:url(images/h1.jpg);

	background-position:bottom right;

	background-repeat:no-repeat;

}



#content h3 {

	text-align:left;

	color:#626477;

	border-bottom:1px dashed #eeeeee;

	padding-top:10px !important;

	padding-top:0;

	text-align:left;

}



#content p {

	line-height:20px;

	text-indent:0px;

}



#content ol,ul {

	line-height:20px;

	margin-left: 0px;

	padding-left: 16px;

}



#content li {

	/* list-style-image:url(images/li.gif); */

	list-style-type:circle;

	padding-bottom:8px;

}



/* THE FOOTER */



#footer {

	width:700px;

	margin:0 auto 0 auto;

	padding:10px;

	text-align:center;

	border-top:1px dashed #cccccc;

}



/* inne */



.bold {

	font-weight:bold;

}



.italic {

	font-style:italic;

}



.center {

  	text-align:center;

}



.justify {

  	text-align:justify;

}



.left {

  	text-align:left;

}



.underline {

	text-decoration:underline;

}

.hide{display:none;}

