body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(../img/bg.jpg) no-repeat center 70px #fff;
	color: #161817;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a:link, a:visited, a:hover, a:active {
	color: #5481AB;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	display: inline;
}

ul.hmenu, ul.vmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.hmenu li, ul.vmenu li {
	margin: 0;
	padding: 0;
	float: left;
}
ul.vmenu li {
	float: none;
}

div.l {
	float: left;
}
div.r {
	float: right;
}

img.img-left, img.img-right, img.img-center {
	margin: 0 10px 5px 0;
}
img.img-left {
	float: left;
}
img.img-right {
	float: left;
	margin: 0;
	margin-left: 10px;
}
img.img-center {
	margin-right: 0;
}

#wrap {
	position: relative;
	width: 835px;
	margin: 0 auto;
}

#head {
	position: relative;
	width: 100%;
	height: 245px;
}

#head h1 {
	position: absolute;
	top: 15px;
	left: -35px;
	margin: 0;
}
#head h1 a {
	text-decoration: none;
}
#head ul {
	position: absolute;
	top: 52px;
	right: 70px;
	height: 66px;
	overflow: hidden;
	background: #fff;
}
#head ul li {
	position: relative;
	height: 66px;
}
#head ul li a {
	font-size: 16px;
	padding: 25px 35px 0 35px;
	display: block;
	height: 41px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0B563F;
}
#head ul li span {
	position: absolute;
	top: 28px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #7CA5C1;
}
#head ul li a:hover, #head ul li a.act {
	color: #008759;
	background: url(../img/bg_podkreslenie.jpg) repeat-x bottom left;
}
#head h3 {
	position: absolute;
	top: 20px;
	right: 95px;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	color: #005C97;
}
#head h3 span {
	display: inline-block;
	color: #00846F;
	padding: 4px 0 4px 10px;
	margin: 0 0 0 15px;
	border-left: solid 1px #7CA5C1;
}
#napis {
	position: absolute;
	bottom: 0;
	left: 0;
}

#page {
	width: 50%;
	min-height: 690px;
}
#page h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #B3CFDD;
	color: #0B8A6F;
	font-size: 25px;
	font-weight: normal;
}
#content {
	width: 100%;
	border-bottom: solid 1px #3A5F65;
}
#content p {
	text-align: justify;
}
#page p.head {
	font-size: 13px;
	font-weight: bold;
	color: #00634E;
	padding: 0 0 40px 0;
}
#page p.small {
	font-size: 11px;
}

#foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1176px;
	background: url(../img/stopka.jpg) no-repeat;
	color: #fff;
}
#foot div {
	padding: 10px 20px;
}
#foot span {
	padding: 0 0 0 10px;
}
#foot a {
	text-decoration: none;
	font-size: 10px; 
	color: #256777;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}