@charset "utf-8";
/* CSS Document */
/* Damjan Cvetan */
/* damjan(at)cvetan(dot)net */

html,body {
	margin:0;
	padding:0;
	height: 100%; /* needed for container min-height */
	background: #ffffff url(images/bg-up.jpg) top repeat-x;
	font-family: "Trebuchet ms",arial,helvetica;
	font-size: 12px;
	color: #000000;
}


a{
	text-decoration: none;
	color: #740000;
}

a:hover {
	color: #ac0404;
}

h1, h2, h3, h4, h5, h6 {
	color: #740000;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif
}

p, h2, h3 {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 18px;
	font-weight: bold;
	/* background: url(images/h1-bg.jpg) left bottom no-repeat; */
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 14px;
}

a img{
	border: none;
}

div.pogoji p {
	text-align: justify;
	margin: 5px 0 5px 0;	
}

.clr {
	clear: both;
}

div#box {
	position: relative; /* needed for footer positioning */
	margin: 0 auto; /* center, not in IE5 */
	width: 620px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/* background: url(images/bg-side.jpg) right repeat-y; */
}

div#middle {
	width: 620px;
	padding: 0 0 110px 0; /* bottom padding for footer */
	margin:0 auto 0 auto; /* center, not in IE5 */
}

div#head {
	width: 620px;
	height: 84px;
	background: url(images/title.jpg) top left no-repeat;
	position: relative;
}

div#head a {
	display: block;
	width: 620px;
	height: 84px;	
}

div#head div#side {
	position: absolute;
	top: 0;
	left: -183px;
	height: 501px;
	width: 183px;
	background: url(images/side.jpg) top left no-repeat;	
}

div#content {
	padding: 10px 10px 10px 10px;	
}

div#fotter {
	position: absolute;
	width: 620px;
	bottom: 0; /* stick to bottom */
	margin: 0;
	padding: 10px 0 10px;
	border-top: 4px solid #808080;
}

#fotter p {
	text-align: center;	
}

img.sejem { margin-right: 10px; }
img.sofri { margin-right: 10px; }
img.ssfri { margin-left: 10px; }

/* menu */
ul.menu {
	list-style: none;
  	border: none;
  	text-align:left;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	font-size: 13px;
	width: 203px;
	height: 24px;
	padding-top: 2px;
	color: #3c3c3e;
}

ul.menu li a:hover, ul.menu li a.active {
	display: block;
	background: url(images/menu-on.jpg) top repeat-x;
}

ul.menu li {
	margin: 0;
	padding: 0;
	width:  203px;
	height: 26px;
	float: left;
	background: url(images/menu-off.jpg) top repeat-x;
	text-align: center;
	letter-spacing: -0.01em;
	font-weight: bold;
	border-right: 1px dashed #b8b8b8;
	border-left: 1px dashed #b8b8b8;
}

ul.menu li.first {
	border-left: 1px dashed #b8b8b8;
	border-right: none;
}
	
ul.menu li.last{
	border-right: 1px dashed #b8b8b8;
	border-left: none;
}

/* ---- */

form div {
	margin: 5px 0 5px 0;
}

form label {
	font-weight: bold;
}

form input.submit {
	background: url(images/submit-bg.jpg) top repeat-x;
	border: 1px solid #cdccca;
	height: 21px;
	text-transform: uppercase;
	padding: 0 5px 0 5px;
	font-size: 14px;
}

div#info{
	text-align: center;
	color: green;
	background: #f5f5f5;
	font-weight: bold;
	padding: 5px;
}

div#error {
	text-align: center;
	color: red;
	background: #f5f5f5;
	font-weight: bold;
	padding: 5px;
}

input, select, textarea{
	font-family: "Trebuchet ms",arial,helvetica;	
}

input#title, input#author, input#email, input#kontakt {
	width: 100%;
}

input#cena, input#clovek {
	width: 50px;	
}

input#niz {
	width: 300px;
	margin-top: 20px;
}

div.isci-sbumit, div.niz {
	text-align: center;	
}

select#kategorija {
	width: 200px;
}

textarea#predmet, textarea#opis {
	width: 100%;
	font-size: 12px;
}

/* Oglasi */

div.oglas-all{
	width: 190px;
	float: left;
	position: relative;
	z-index: 200;
	margin: 5px 0 0 0;
}

div.oglas {
	margin: 0 10px 0 0;
	padding: 0 5px 10px 5px;
	border-bottom: 1px solid #808080;
	background: #ffffff;
	position: relative;
	width: 170px;
}

div.oglas h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div.oglas div.more-link {
	text-align: right;
	font-size: 10px;
	color: #cccccc;	
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 10px;
}

div.more-data{
	width: 170px;
	padding: 5px;
	display: none;
	background: #f3f3f3;
	position: absolute;
}

div.more-data p{
	margin-bottom: 5px;
}

div.more-link a {
	background: #f3f3f3;
	padding: 0 3px 0 3px;
}
