body{
	background-image: url(../images/site/pozadina.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A0B0D;
	background-color: #FFF;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link{
	color: #9f6e26;
	text-decoration: underline;
}

a:active{
	color: #95A8B5;
	text-decoration: underline;
	border-bottom: 1px solid #95A8B5;
}

a:visited{
	color: #95A8B5;
	text-decoration: underline;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}


#top {
	background-image: url(../images/site/1-new.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 44px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#okvir {
	width: 1000px;
	height: 282px;
}

#izbornik {
	float: left;
	width: 350px;
	height: 282px;
	padding: 0px;
	margin: 0px;
}

#top_right {
	background-image: url(../images/site/2-2-new.png);
	background-repeat: no-repeat;
	float: right;
	width: 650px;
	height: 282px;
	padding: 0px;
	margin: 0px;
}

#site {
	background-image: url(../images/site/ukras-slivno-new.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 550px;
	text-align: justify;
	padding-left: 361px;
	padding-right: 89px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px #999999 solid;
}

#bottom {
	background-color: #FFF;
	width: 1000px;
	height: 45px;
	margin-bottom: 0px;
}

form {
	padding-top: 20px;
}

input, textarea {
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: inherit;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	overflow: auto;
}

input, textarea {
	background-color: inherit;
}

.button {
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 0;
	margin-left: 10 px;
	cursor: default;
}

.button:hover {
	background-color: inherit;
	cursor: pointer;
}

.hidden {
	border: 0;
	overflow: hidden;
}

a img {
	border : none;
}

a img:hover {
	border : 1px solid #333333;
}

img.left, img.center, img.right{
	padding : 4px;
	border : 1px solid #999999;
	background-color: #FFFFFF;
}

img.left {
	float : left;
	margin-top: 5px;
	margin-left : 0px;
	margin-right : 20px;
	margin-bottom : 5px;
}

img.center {
	display : block;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}

img.right {
	float : right;
	margin-top: 5px;
	margin-left : 20px;
	margin-right : 0px;
	margin-bottom : 5px;
}