/* ---- WWW.VUKMINO.RS ----- */
/* ----------- by ---------- */
/* ---- Miroslav Beslin ---- */
/* ---- www.beslin.net ----- */

body {
	background-color: #FFFFFF;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header {
	width: 884px;
	margin: 0 auto 0 auto;
	background-image: url(img/header-bg.png);
	height: 157px;
	background-position: right;
	background-repeat: no-repeat;
}

#header .logo {
	margin: 23px 0 0 0;
	border: none;
}

#navigacija {
	width: 884px;
	margin: 0 auto 0 auto;
	background-image: url(img/menu-bg.png);
	height: 28px;
	background-position: right;
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navigacija ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#navigacija ul li {
	display:inline;
}

#navigacija ul li a {
	height: 21px;
	text-align: center;
	float: left;
	width: 80px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 1px 5px 0 5px;
	margin: 0 15px 0 0;
}

#navigacija ul li a:hover{
	background-image: url(img/menu-a-bg.png);
	background-repeat: repeat-x;
}

.nav-l {
	float: left;
	width: 550px;
}

.nav-r {
	margin: 4px 0 0 0;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
}

.nav-r a {
	text-decoration: none;
	color: #ffffff;
}

.nav-r a:hover {
	color: #666666;
}

#body {
	background-image: url(img/body-bg.png);
}

#body #container2 {
	background-image: url(img/body-shd-up.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 864px;
	padding: 18px 10px 17px 10px;
	margin: 0 auto 0 auto;
}

#body #container2 #content {
	margin: 0 7px 0 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

.novo {
	font-size: 120%;
	font-weight: bold;
	background-color: #ec1323;
	color: #CCCCCC;
}

#body #container2 #content p {
	margin: 10px 0 0 0;
	text-align: justify;
	font-size: 70%;
}

#body #container2 #content p.reference {
	margin: 10px 0 0 20px;
}

#body #container2 #content a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #dddddd;
}

#body #container2 #content a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}


#body #container2 #content .usluge {
	margin: 10px 0 0 0;
}

#body #container2 #content div.kontakt-entry {
	margin: 10px 0 5px 20px;
	font-weight:normal;
	font-size: 70%;
}

#body #container2 #content div.kontakt-entry h3 {
	margin: 10px 0 0 0;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#body #container2 #content div.kontakt-entry span.label {
	float: left;
	width: 150px;
	font-weight: bold;
}

#body #container2 #content div.kontakt-entry span.info {
}

#body #container2 #content div.vozilo {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

#body #container2 #content div.vozilo div.left {
	width: 220px;
	float: left;
}

#body #container2 #content div.vozilo div.right {
	width: 630px;
	float: right;
}

#body #container2 #content div.vozilo h5 {
	margin: 0 0 3px 0;
	font-weight: bold;
	padding: 0;
}

#body #container2 #content div.vozilo p {
	margin: 0 0 0 0;
	font-weight: normal;
	padding: 0;
}

#body #container2 #content div.vozilo div.slike {
	padding: 6px 0 0 0;
}

#body #container2 #content div.vozilo a {
	border: none;
}

#body #container2 #content div.vozilo a img {
	border: none;
}

#body #container2 h2 {
	margin: 0;
	padding: 0 0 0 7px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ed1650;
	font-size: 90%;
	background-image: url(img/h2-bg.png);
	width: 300px;
	height: 20px;
	background-repeat: no-repeat;
}

#footer {
	background-repeat: no-repeat;
	background-image: url(img/footer-bg.png);
	height: 20px;
	padding: 13px 0 0 0;
}

#footer p {
	margin: 0;
	font-size: 60%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}

.clear {
	clear: both;
}
