/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/fon_index.jpg);
	background-repeat: repeat;
	background-position: top;
}
a {
	text-decoration: none;
	color: #BB7100;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

/* Za index */

#contIndex {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 668px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#menuIndex {
	padding-top: 414px;
	height: 65px;
	padding-left: 1px;
}
#downIndex {
	height: 1px;
	padding-top: 50px;
	text-align: center;
}

/* Za stranici */

#headerSt {
	padding-left: 715px;
	padding-bottom: 70px;
}
#menuSt {
	padding-left: 200px;
}
#blokSt {
	padding-top: 7px;
	padding-left: 175px;
	padding-right: 160px;
	height: 395px;
	padding-bottom: 7px;
}

/* Za sortove */

#contSort {
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 210px;
	height: 3200px;
	padding-left: 80px;
	float: left;
	padding-top: 265px;
}
#right {
	float: left;
	width: 700px;
	padding-left: 10px;
}
#clear {
	clear: both;
}
#header {
	height: 250px;
	padding-left: 415px;
}
#menu {
	height: 37px;
}
#blok {
	height: 340px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 65px;
	margin-bottom: 31px;
	text-align: justify;
}
/* dobvaki */
.edno {
	font-size: 12px;
}
.dve {
	font-size: 11px;
}
.red {
	color: #FF0000;
}
.pole {
	width: 320px;
}
