@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#f1f1f1;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	font-size:12px;
	color:#464646;
}
#top {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#bottom {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 160px;
	clear:both;
}
#header {
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 150px;
	width: 300px;
		color:#FFF;
}
#logo h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:44px;
	margin-bottom:0px;
	
}
#logo h2{
	font-size:10px;
	margin:0;
	padding:0;
	margin-left:-3px;
}
#menu1 {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 150px;
	width: 500px;
}
#bottom_content {
	height: 160px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#stopka {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 160px;
	width: 800px;
}
#stopka_tresc {
	width:500px;
	height:160px;
	float:right;
	text-align:center;
	font-size: 10px;
	color: #FFF;
	padding-top:60px;
}
#center_content {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#lewa {
	float: left;
	width: 310px;
	text-align:justify;
}
#prawa {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 480px;
	margin-right: 10px;
}
#tresc {
	height: auto;
	width: 480px;
	margin-top: -20px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
#tresc a:link,  a:visited{
	color:#3477bc;
	text-decoration:none;
}
#tresc a:hover{
	color:#3477bc;
	text-decoration: underline;
}
#menu {
	height: 50px;
	width: 480px;
	margin-top: 40px;
	margin-left:50px;
	color:#FFF;
}
#menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}
#menu li.aktiv{
		text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	color:#FFF;
	padding-top:40px;
	padding-bottom:10px;
	background-color: #3477bd;
}
#menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	color:#FFF;
	padding-top:40px;
	padding-bottom:10px;
}

#menu ul a:hover {
	background-color: #3477bd;
}
.opis {
	font-size: 19px;
	padding-bottom:6px;
}
.opis_a {
	font-size: 19px;
	padding-bottom:6px;
	color:#3477bc;
}
.opis1 {
	font-size: 14px;
	padding-bottom:6px;
	color:#3477bc;
}
.obrazek {
	border: 1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
}
