@charset "iso-8859-2";
/* CSS Document */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	text-decoration:none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9b9b9b;
	font-weight: normal;
	text-decoration:none;
}
/*Layout*/
html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 770px;
	padding-top: 15px;
}
/*#body {
	width: 100%;
	background-color:#FFFFFF;
}*/
#top_1 {
	position: relative;
	width: 770px;
	height: 100px;
}
#menu_1 {
	position: relative;
	width: 755px;
	height: 18px;
	background: #243e83;
	padding-left: 15px;
	padding-top: 4px; 
}
#top_2 {
	position: relative;
	width: 770px;
	height: 200px;
}
#menu_2 {
	position: relative;
	width: 755px;
	height: 26px;
	background: #243e83;
	padding-left: 15px;
	z-index: 2;
	padding-top: 1px;
}
#c_left {
	position: relative;
	width: 600px;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: solid thin #C8C8C8;
}
#c_right{
	position: relative;
	width: 145px;
	height: auto;
	margin-left: 618px;
	background: #fff;
	padding-left: 10px;
	padding-top: 15px;
	clear:right;
}
#bottom{
	clear: right;
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	background:#243e83;
	display: inline;
}
#obrazek{
	position: relative;
	width: auto;
	height: auto;
}
/* MENU w CSS */
h1 {
	color: #fff;
	border-bottom: 1px solid;
	margin-bottom: 0;
	
}
#main {
	color: #243e83;
	margin-left: 7em;
	padding: 1px 0 1px 5%;
	/*border-left: 1px solid;*/
}
div#nav {
	float: left;
	margin: -4px 0 0 0em;
	background: #243e83;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: #243e83;
	/*border: 1px solid #aaa;*/
}
div#nav li{
	position: relative;
	list-style: none;
	margin: 3;
	float: left;
	/*border-bottom: 1px solid #fff;*/
}
div#nav ul ul{
	position: absolute;
	width: 120px;
	display: none;
}
div#nav li.submenu {
	background: #243e83;
}
div#nav a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 6.5em;
}
div#nav>ul a {
	width: auto;
}
div#nav li:hover {
	background: #243e83;
}
div#nav li.submenu:hover {
	background: #243e83;
}
div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
/*teksty*/
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.opis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tytul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #243e83;
}
p { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tekst_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
	
