/* CSS Document */
body {
	margin:0px;
	background:url(images/bg.jpg) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8B5E4D;
}

a {
	text-decoration: none;
	color:#8B5E4D;
}
a:hover {
	text-decoration:underline;
	color:#714B3E;
}
p {
	margin:0px;
}

#clear {
	clear:both;
}
#meter {
	position:absolute;
	left:0px;
	background:url(images/meter.gif) top left no-repeat;
	width:564px;
	height:146px;
}
#container {
	width:625px;
	margin-left:75px;
}
#left {
	float:left;
	width:222px;
	padding-top:145px;
	text-align:center;
}
#left .logo {
	font-weight:bold;
	color:#000000;
	padding:4px;
	padding-bottom:8px;
}
#menu1, #menu2, #menu3, #menu4 {
	height:23px;
	text-align:right;
	padding-right:26px;
	padding-top:11px;
	color:#4F422F;
	font-weight:bold;
	margin-top:-1px;
}
#menu1 a, #menu2 a, #menu3 a {
	color:#4F422F;
	text-decoration:none;
}
#menu4 a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover {
	text-decoration:underline;
}
#menu1 {
	background:url(images/menu1.gif) no-repeat;
}
#menu2 {
	background:url(images/menu2.gif) no-repeat;
}
#menu3 {
	background:url(images/menu3.gif) no-repeat;
}
#menu4 {
	background:url(images/menu4.gif) no-repeat;
	color:#FFFFFF;
}

#right {
	float:right;
	width:403px;
	padding-top:82px;
}
#naslov {
	background:url(images/bg_naslov.jpg) no-repeat;
	height:37px;
}
#naslov h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#DD1E02;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:25px;
}
#index_vgradnja, #index_montaza, #index_popravila {
	float:left;
	width:104px;
	margin-top:-9px;
	padding-top:16px;
	padding-right:10px;
	height:270px;
}
#index_vgradnja {
	background:url(images/crta.jpg) top right no-repeat;
	padding-left:25px;
}
#index_montaza {
	background:url(images/crta.jpg) top right no-repeat;
	padding-left:14px;
}
#index_popravila {
	padding-left:14px;
	padding-right:0px;
}
#index_vgradnja h1, #index_montaza h1, #index_popravila h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8B5E4D;
	text-decoration:underline;
	margin:0px;
	padding-bottom:4px;
}
#index_kontakti_levo {
	float:left;
	background:url(images/crta.jpg) bottom right no-repeat;
	width:80px;
	margin-top:-9px;
	padding-top:10px;
	padding-right:10px;
	padding-left:49px;
	text-align:right;
	font-weight:bold;
	color:#DD1E02;
}
#index_kontakti {
	float:right;
	width:220px;
	padding-right:20px;
}
#index_kontakti a {
	text-decoration:underline;
}

#content {
	clear:both;
	padding:25px;
	padding-top:10px;
}
#content img {
	margin-right:7px;
	margin-bottom:2px;
}

#footer {
	clear:both;
	font-size:9px;
	color:#E7CE8F;
	padding-left:25px;
}
#footer a {
	color:#E7CE8F;
}

label{
float: left;
width: 100px;
text-align:right;
padding-right:8px; 
}
input, textarea, select {
	border:1px solid #8B5E4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:1px;
	margin-bottom:4px;
}

input.button {
	background:url(images/gumb.jpg) bottom left no-repeat;
	width:66px;
	height:25px;
	border:0px;
	padding-top:0px;
	margin-left:238px;
	margin-top:4px;
	cursor:pointer;
}

input.button_over {
	background:url(images/gumb_over.jpg) bottom right no-repeat;
	width:66px;
	height:25px;
	border:0px;
	padding-top:0px;
	margin-left:238px;
	margin-top:4px;
	cursor:pointer;
}