/*body*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F16725;
	background-image: url(../img/pozadina.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
}
a {
	text-decoration:none;
}

/*body*/
/*divWrapper*/

#divWrapper {
	width: 920px;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(../img/pozadina-body.jpg);
	background-repeat:repeat-x;
}

/*divWrapper*/
/*divHeader*/

#divHeader {
	background-image:url(../img/slika-heder.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 300px;
	margin:auto;
}
#divLogo {
	float: left;
	height: 59px;
	width: 129px;
	padding-left:50px;
	padding-top:34px;
}
#divNavigation {
	float: right;
	padding-top: 58px;
	padding-right:27px;
}

/*divHeader*/
/*divCenter*/

#divContent {
	clear:both;
	float:left;
	width: 900px;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:#a7a9ac;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top:#a7a9ac;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:40px;
	padding-bottom:40px;
}
#divText1 {
	float:left;
	width:556px;
	padding-left:20px;
}
#divText11 {
	float:left;
	border-top:#a7a9ac;
	border-top-style:solid;
	border-top-width:1px;
	width:442px;
	margin-top:30px;
	padding-top:20px;
}
#divText2 {
	float:left;
	width:322px;
	border-left:#a7a9ac;
	border-left-style:solid;
	border-left-width:1px;
}
#divText22 {
	float:left;
	width:260px;
	border-top:#a7a9ac;
	border-top-style:solid;
	border-top-width:1px;
	padding:20px;
}
#slika {
	float:left;
}

/*divCenter*/
/*divFooter*/

#divFooter {
	clear:both;
	width: 900px;
	margin:auto;
	background-image:url(../img/footer-pozadina.jpg);
	background-repeat:repeat-x;
}
#divFooter1 {
	width:858px;
	height: 148px;
	margin:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999a9e;
	background-image:url(../img/slika-na-footeru.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/*divFooter*/
/*fonts*/

ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;;
	color: #ffffff;
	text-align:center;
	display:block;
	float:left;
	width:75px;
	height:18px;
	padding-top:2px;
}
h1 {
	font-family: Cambria, Arial, Georgia, Times New Roman;
	font-size: 18px;
	color: #8c8c8c;
	margin-top:12px;
	margin-bottom:12px;
}
h2 {
	font-family: Cambria, Arial, Georgia, Times New Roman;
	font-size: 17px;
	color: #8c8c8c;
	margin-top:8px;
	margin-bottom:8px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
}
#divFooter2 {
	padding:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
#divFooter2 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
#divFooter2 a:hover {
	color:#F16725;
}

/*fonts*/
/*kontakt*/

.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
}
.dugme {
	border:1px solid #f16725;
}
.dugme:hover {
	border:1px solid #ffffff;
}

/*kontakt*/
