/*
  
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #9b9b9b;
	background-image: url(tlo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper {
	margin: 0 auto;
	width: 960px;

}
#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 190px;
	margin: 0px 0px 0px 0px;

	
}

#main {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	
	margin: 0px 0px 0px 0px;
	
	background: url(img/top_b.jpg) no-repeat top center;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
			/*background: #d3F2E6;*/
 margin: 0px 0px 0px 0px;
height: 265px;
 width: 390px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 80px 60px 0 0;
 width: 825px;
 display: inline;
}


#rightcolumn h2 {
	font-size: 2em;
	color: #333;
	font-weight: 100;
	font-family: serif;
	font-style: italic;
	
	
}

#rightcolumn p {
	text-align:justify;
	font-size: 0.99em;
	line-height: 1.33em;
	margin: 10px 0 0 0;
}

#rightcolumn ul li {
	list-style: square inside;
	text-indent: 10px;
	
}

#rightcolumn ol li {
	text-indent: 10px;
	list-style: inside;
}


#rightcolumn li:first-line {
	margin-top:30px;
	
}

#rightcolumn h5 {
	font-size: 19px;
	margin-top:25px;
}



#footer {
	height: 203px;
	width: 960px;
	clear: both;
	color: #333;
	border: 0px solid #ccc;

	margin: 0px 0px 0px 0px;
}

#logo {
display: block;
border: 0px solid red;
	width: 289px;
	height: 152px;
	margin: 0px 0px 0px 54px;
	float: left;

}

#menu1 {

	padding: 0;
	margin: 200px 55px 0px 65px;
	font-size: 16px;
	color:white;
	float: left;
}


#menu1 ul, #menu1 ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#menu1 ul li {
	float: left;
	padding:5px 10px 0px 10px;
}

#menu1 .krecha {
font-size: 22px;
	padding: 0px 0 0 0;
}

#menu1 a {
	text-decoration: none;
	color: black;
}
#menu1 a:hover {
	color: white;

}

#menu2 {
	background: #99042f;
	width: 289px;
	height: 127px;
	margin: 20px 0px 0px 56px;

}

#menu2 ul {
	padding: 10px 30px 0px 50px;
	list-style: none;
}

#menu2 a {
	color:#ffdccc;
	text-decoration: none;
	font-size: 18px;
	line-height: 35px;
}

#menu2 a:hover {
	color:white;
}

#img_slide {
	width:300px;
	height: 225px;
	border: 0px solid #ccc;
	margin:0px 0px 0px 620px;
}

#img_slide {
	//See the "style-pack" for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#img_slide img {
	display:none;
}

/* linki */

a {
	color: #0000B4;
	text-decoration: none;
}

a:hover {
	color:#5353FF;
}

