﻿/* CSS Document */

body {
	background:url(podloga.jpg) repeat-x #cccb6b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
  
.bg1{ background:url(hed1.jpg) repeat-x}
.bg3{ background:url(pod3.jpg) no-repeat}
.bg2{ background:url(pod2.jpg) repeat-x}
.box{ line-height:16px; color:#95A0A9}


.tabela {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	background-color: #EFEFE4;
	margin: 1px;
	padding: 1px;
	float: right;
	height: auto;
	width: inherit;
	border: 3px #CCC;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #F60;
}
h2 {
	font-size: 12px;
	color: #990;
}
h3 {
	font-size: 10px;
	color: #F90;
}
 

.bulsijalica {
	list-style-position: outside;
	list-style-image: url(sijalica.jpg);
	font-size: small;
}

.radius {
  border: 5px solid #c4c8cc;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 15px;
}

.senka {
  border: 3px solid #c4c8cc;
  -moz-box-shadow: 2px 2px 3px #888;
  -moz-border-radius-bottomright: 15px;
  -webkit-box-shadow: 2px 2px 3px #888;
  -webkit-border-bottom-right-radius: 15px;
}
