/* CSS Document */

html {
	background:#fff url(../images/bg_top.jpg) repeat-x top left;
}

body {
	background:url(../images/bg_bottom.jpg) repeat-x bottom left;
	margin: 0 auto;
	padding: 0 0 117px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #717171;
}

@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('../type/pfhandbookpro-regular-webfont.eot');
    src: url('../type/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/pfhandbookpro-regular-webfont.woff') format('woff'),
         url('../type/pfhandbookpro-regular-webfont.ttf') format('truetype'),
         url('../type/pfhandbookpro-regular-webfont.svgz#PFHandbookProRegular') format('svg'),
         url('../type/pfhandbookpro-regular-webfont.svg#PFHandbookProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

img {
	border: none;
}

p {
	margin: 0 0 22px 0;
	padding: 0;
}

.forma {
	float:left;
	width:660px;
}

.forma label {
	font-weight:bold;
	width: 660px;
	float:left;
	margin: 0 0 5px 0;
}

.rad {
	width:660px;
	float:left;
}

.rad input {
	width:15px;
	height: 15px;
	margin: 2px 10px 0 0;
	float:left;
}

.rad span {
	float:left;
}

.omot {
	width:660px;
	margin: 0 0 20px 0;
	float:left;
}

.result {
	font-size:20px;
	line-height:30px;
	float:left;
	width:660px;
	border-top:1px solid #d9d9d9;
	padding: 20px 0 0 0;
	margin: 10px 0 30px 0;
}

/*	Links	*/

a, a:link, a:visited {
	text-decoration: none;
	color:#41a148;
}

a:hover {
	text-decoration: none;
	color: #000;
}


/*	Hedding		*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	font-size: 22px;
	color: #717171;
	font-family: 'PFHandbookProRegular', Arial;
}

h1, h2 {
	margin: 0 0 20px 0;
	text-transform:uppercase;
}

h1 span {
	color:#41a148;
}

h2 {
	font-size: 18px;
    border-bottom: 1px solid #d5d5d5;
	padding-bottom: 3px;
}

h2 span {
	color:#0078b3;
}

h1 a {
	color: #717171!important;
}

h1 a:hover {
	color: #000!important;
}

/*	ClearFix	*/

.clear {
	background: transparent none repeat scroll 0%;
	border: medium none;
	clear: both;
	font-size: 0px;
	height: 0.1px;
	margin-top:-1px;
	padding: 0pt;
	visibility: hidden;
	overflow: hidden;
}

/*	Container	*/

div#container {
	width: 970px;
	position: relative;
	margin: auto;
}

/*	Container	*/

.header {
	width:970px;
	height:260px;
	background:url(../images/hd_bg.jpg) no-repeat 0 0;
}

.header .image {
	width:445px;
	height:260px;
	float:right;
}

.header .image img {
	width:445px;
	height:260px;
	float:left;
}

/*	Logo	*/

.header h1 {
	position: relative;
	display: block;
	width: 368px;
	float: left;
	height: 129px;
	text-indent: -9999px;
	margin:63px 0 0 0;
	background: url('../images/logo.png') no-repeat 0 0;
}

	.header h1 a {
		display: block;
		width: 100%;
		height: 100%;
		outline: none;
	}
	
/*	Wrapper	*/

.wrapper {
	width: 970px;
	position: relative;
	background:url(../images/cnt.jpg) repeat-y 0 0;
}

.wrapper .top {
	background:url(../images/cnt_top.jpg) no-repeat 0 0;
	width:970px;
}

.wrapper .bottom {
	width:970px;
	background:url(../images/cnt_bottom.jpg) no-repeat bottom left;
}

/*	Col1, Col2	*/

.col1, .col2 {
	width:190px;
	padding: 30px 30px 30px 30px;
	float:left;
}

.col1 h1 {
	font-size:18px;
	color:#fff;
	margin: 0 0 10px 0;
}

.col2 {
	width:720px;
	padding:0;
}

.static {
	padding: 30px;
	width:660px;
	float:left;
}

.static a.more {
	width: 645px;
	float:left;
}

.nwsltr input {
	background-color:#fff;
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-right:1px solid #ccc;
	padding:3px;
	font-size:11px;
	color:#666;
	float:left;
	width:163px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.nwsltr input.btn {
	width:20px;
	height:20px;
	padding:0;
	border:none;
	cursor:pointer;
	background: url(../images/btn.png) no-repeat 0 0;
}

.intro {
	background: #12901b url(../images/right_bottom_home.jpg) no-repeat bottom left;
	padding:30px;
	width:660px;
	float:left;
	margin: 30px 0 0 0;
	min-height:254px;
}

.intro h1 {
	color:#fff;
}

.intro h1 span {
	color:#dedede;
}

.intro p {
	color:#fff;
	margin: 0;
}

.intro a {
	background-color:#fff!important;
	display:block;
	padding: 4px 0 4px 0;
	float:left;
	margin: 15px 0 0 0;
	text-align:center;
	width:130px;
	background: url(../images/btn2.jpg) no-repeat 0 0;
}

.box {
	width:315px;
	float:left;
	margin: 30px 0 0px 30px;
}

.box .image {
	width:85px;
	height: 85px;
	margin: 0 20px 0 0;
	float:left;
}

.box p {
	margin: 0 0 8px 0;
}

.box p a.more {
	background-position: 0 3px;
}

.box p a.more:hover {
	background-position: 0 -90px;
}

a.more {
	background:url(../images/arrow2.png) no-repeat 0 6px;
	padding: 0 0 0 15px;
}

a.more:hover {
	background-position: 0 -87px;
}

.space {
	width:720px;
	background:url(../images/space.jpg) repeat-x 0 0;
	height:2px;
	float:left;
	margin: 30px 0 0 0;
}

.mm {
	width:190px;
	float:left;
	margin: 0 0 25px 0;
}

.mm ul {
	float:left;
}

.mm ul ul {
	margin: 10px 0 0 0;
}

.mm ul ul li {
	float:left;
	font-size:14px;
	background:none;
	padding: 0 0 3px 10px;
	margin: 0 0 3px 0;
	width:180px;
}

.mm ul ul li.last {
	padding: 0 0 0 10px;
}

.mm ul ul li a {
	font-size:16px;
}

.mm ul li {
	width:190px;
	float:left;
	background:url(../images/sep_mm.jpg) repeat-x bottom left;
	padding: 0 0 13px 0;
	margin: 0 0 13px 0;
}

.mm ul li.last {
	background:none;
	padding:0;
	margin:0;
}

.mm ul li a {
	font-family: 'PFHandbookProRegular', Arial;
	color:#fff;
	font-size:19px;
	background:url(../images/arrow.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
	width:170px;
	display:block;
	line-height:22px;
	font-weight:normal;
}

.mm ul li a:hover, .mm ul li a.slc {
	background-position: 0 -186px;
	color: #a4eeaa;
}

a.banner_1, a.banner_2 {
	background:url(../images/banner_1.png) no-repeat 0 0;
	width:100px;
	height:42px;
	display:block;
	padding: 30px 20px 30px 70px;
	font-family: 'PFHandbookProRegular', Arial;
	font-size:22px;
	color:#41a148;
	line-height:20px;
	margin: 0 0 25px 0;
	text-transform:uppercase;
	float:left;
}

a.banner_2 {
	background:url(../images/banner_2.png) no-repeat 0 0;
	text-align:center;
	padding: 30px 0 30px 0;
	width:190px;
}

/*	Footer	*/

.footer {
	width:910px;
	height:50px;
	margin:10px 0 0 0;
	padding: 0 30px 0 30px;
	background:url(../images/ft_bg.png) no-repeat 0 0;
}

.footer .l {
	float:left;
	margin:16px 0 0 0;
}

.footer .l ul {
	float:left;
}

.footer .l ul li {
	float:left;
	background:url(../images/sep_ft.jpg) no-repeat 0 3px;
	color:#fff;
	font-size:14px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.footer .l ul li.first {
	background:none;
	margin:0;
	padding:0;
}

.footer .l ul li a {
	color:#a4eeaa!important;
}

.footer .l ul li a:hover {
	color:#4ee15a!important;
}

.footer span  { 
	float: right;
}

.footer span a {
	background: url(../images/virtus.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	float: right;
	width: 90px;
	height: 15px;
	margin: 16px 0 0 0;
}

.footer span a.none {
	text-indent: -9999px;
	display: block;
	float: left;
	width:5px;
	height: 5px;
	left:0;
	background:none;
	position: absolute;
}

/*	Kontakt Forma */

.info {
	float:left;
	width: 300px;
}

.kontakt_forma input, .kontakt_forma textarea, .kontakt_forma select {
	width: 310px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 4px;
	background-color:#EFEFEF;
	border: 1px #CCCCCC solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	color: #717171;
}

.kontakt_forma textarea {
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #717171;
}

.kontakt_forma select {
	width: 256px;
}

.kontakt_forma {
	width: 345px;
	float: right;
}

.kontakt_forma label {
	width: 210px;
	float: left;
	margin-bottom: 5px;
}

.kontakt_forma input.button {
	margin-right: 25px;
	width: 130px;
	height:26px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 0;
	padding: 3px 0 5px 0;
	background:url(../images/btn.jpg) no-repeat 0 0;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

.kontakt_forma input:hover.button {
	background-position: 0 bottom;
}


.kontakt_forma input.txt_error, .kontakt_forma textarea.txt_error, .kontakt_forma select.txt_error {
	border: 1px solid #FF000A;
}

.txt_error_img {
	float: left!important;
	margin: 8px 0 0 6px!important;
	border: none!important;
}

.nwsltr input.txt_error_print {
	border:1px solid #ff0000;
	border-right:0px;
}
.poruka_nwl {
	color:#ffffff;
}