/*http://www.informative.pl*/

/*resetowanie styli*/

body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px auto;
}

a, a:visited, a:active, a:hover {
	color: #3e4041;
	text-decoration: underline;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	font-size: 12px;
	font-weight: bold;
	color: #454d56;
}

ul, ol, li {
	text-align: left;
	list-style: none;
}

li {
	margin-top: 10px;
}

/* top */

#t-top {
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #e5e9ec;
}

#t-body {
	width: 842px;
	margin: 0px auto;
}

#logotype {
	padding-top: 24px;
	padding-left: 42px;
	float: left;
}

#icons {
	padding-top: 16px;
	float: right;
}

.icon {	margin: 16px; }

/* content */

#container {
	width: 842px;
	margin: 0px auto;
	text-align: center;
}

#top {
	padding-top: 4px;
	width: 842px;
	height: 183px;
	background: url(../img/top.jpg) no-repeat center;
}

/* nav tree */

#nav-path {
	width: 355px;
	height: 36px;
	background: url(../img/nav-path.jpg) no-repeat center;
	float: right;
	line-height: 30px;
}

.nav1 {	font-size: 10px; color: #0b386a; }
.nav2 {	font-size: 11px; color: #f80000; font-weight: bold; }

#nav-path a {
	font-size: 10px;
	color: #0b386a;
	text-decoration: underline;
}

#content {
	clear: both;
}

#menu {
	float: left;
	width: 220px;
	display: block;
}

#m-menu {
	margin: 0px;
	padding: 0px;
}

#m-menu li a {
	margin: -10px 10px;
    padding-left: 20px;
    width: 220px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #e5eef7;
    text-decoration: none;
    color: #363636;
    line-height: 2.5em;
}

#m-menu li a:hover{
    background: url(../img/hover.jpg) center no-repeat;
    font-weight: normal;
	  color: #fff;
    line-height: 2.5em;
}


#content-text {
	float: right;
	width: 580px;
	min-height: 300px;
}

#c-margin {
	margin: 20px 70px;
	width: 450px;
	line-height: 15px;
	text-align: justify;
}

.rmore { float: right; text-align: right; }

/*znaczniki content*/

#lista {
   /* margin-left: 10px;
    padding-left: 0px; */
}

.list1 {
    list-style-image: url(../img/li.gif);
    list-style-position: outside;
}

/*footer*/

#f-footer {
	margin: 0px auto;
	padding-top: 20px;
	width: 842px;
}

#footer {
	clear: both;
	width: 100%;
	min-height: 218px;
	background: #030d18;
	color: #fff;
}

.f-left { float: left; }
.f-right { float: right; }
.red { color: #f80000; }
.f-right a { color: #fff; }
