body{
	font-family: Verdana, Geneva, Tahoma;
	font-size: 11px;
	color: #545454;
	background-image: url(../images/siteImg/body.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}


#top {
	background-image:url(../images/siteImg/new_top.png);
	background-repeat: no-repeat;
	width: 775px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#sadrzaj {
	width: 695px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 65px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#bottom {
	width: 760px;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.naslov {
	font-size: 18px;
}


a{
	color: #666666;
	text-decoration: underline;
}

a:link{
	color: #666666;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: none;
}


.first {
	color: #CC0000;
}

.second {
	color: #999999;
}

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 : 0px solid #999999;
	background-color: #FFFFFF;
}

img.left {
	float : left;
	margin-top: 5px;
	margin-left : 0px;
	margin-right : 10px;
	margin-bottom : 10px;
}

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 : 10px;
	margin-right : 0px;
	margin-bottom : 10px;
}
